Skip to contents

bu provides the two primary colors of Boston University, USA.

Usage

bu

Format

An object of class character of length 2.

Source

The color definitions are based on BU's brand guidelines.

Value

A named vector of colors (HEX/HTML codes of type character).

Details

BU's two primary colors are "BU red" (defined as RGB 204 0 0, CMYK 0 100 75 4, HEX CC0000) and "BU black" (defined as RGB 45 41 38, CMYK 63 62 59 94, HEX 2D2926).

bu uses the HEX color definition.

Author

unicol, 2023-07-04.

Examples

bu
#>    BU red  BU black 
#> "#CC0000" "#2D2926" 
unikn::seecol(bu, main = "Primary colors of Boston University") # view color palette