Html Css Color HEX #BB2001 Harley Davidson Orange

📋 copy color: '#BB2001'

red 187 ◦ green 32 ◦ blue 1

#BB2001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BB2001

Tints of Harley Davidson Orange #BB2001

RGB

 RED value IS 187 (73.44% from 255) = 85%

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 85%
G = 14.55%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB2001 (or 0xBB2001) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 01. RGB value is (187,32,1). Sum of RGB (Red+Green+Blue) = 187+32+1=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2001 is #44DFFE. Grayscale: #4B4B4B. Windows color (decimal): -4513791 or 73915. OLE color: 73915.

HSL color Cylindrical-coordinate representation of color #BB2001: hue angle of 10º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB2001 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 1 -
CMYK 0 0.83 0.99 0.27
HSL 10º 0.99% 0.37% -
HSV(B) 10º 0.99% 0.73% -
XYZ 21.02 11.6 1.16 -
YUV 74.81 86.35 208.02 -
System Red Green Blue C M Y K H S L
Decimal 187 32 1 0 0.83 0.99 0.27 10 0.99 0.37
Hex BB 20 1 0 53 63 1B A 63 25
Octal 273 40 1 0 123 143 33 12 143 45
Binary 10111011 100000 1 0 1010011 1100011 11011 1010 1100011 100101

Color Harmonies of #BB2001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2001

Black with #BB2001

Text Example


Text Example

White with #BB2001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2001; }

 p { color: rgb(187,32,1); }

 H1.HeaderClassName
 {
   color: #BB2001;
 }
 .AnyTagClassName
 {
   color: #BB2001;
 }
</style>

background-color css

<style>
 a { background-color: #BB2001; }

 a { background-color: rgb(187,32,1); }

 div.DivClassName
 {
   background-color: #BB2001;
 }
 .BgClassName
 {
   background-color: #BB2001;
 }
</style>

border-color css

<style>
 span { border-color: #BB2001; }

 span { border-color: rgb(187,32,1); }

 td.TdClassName
 {
   border-color: #BB2001;
 }
 .TagClassName
 {
   border-color: #BB2001;
 }
</style>