Html Css Color HEX #BB2009 Harley Davidson Orange

📋 copy color: '#BB2009'

red 187 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #BB2009

Tints of Harley Davidson Orange #BB2009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 82.02%
G = 14.04%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB2009 (or 0xBB2009) is known color: Harley Davidson Orange. HEX triplet: BB, 20 and 09. RGB value is (187,32,9). Sum of RGB (Red+Green+Blue) = 187+32+9=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2009 is #44DFF6. Grayscale: #4B4B4B. Windows color (decimal): -4513783 or 598203. OLE color: 598203.

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

Color convert

RGB 187 32 9 -
CMYK 0 0.83 0.95 0.27
HSL 7.75º 0.91% 0.38% -
HSV(B) 7.75º 0.95% 0.73% -
XYZ 21.06 11.62 1.39 -
YUV 75.72 90.35 207.37 -
System Red Green Blue C M Y K H S L
Decimal 187 32 9 0 0.83 0.95 0.27 7.75 0.91 0.38
Hex BB 20 9 0 53 5F 1B 8 5B 26
Octal 273 40 11 0 123 137 33 10 133 46
Binary 10111011 100000 1001 0 1010011 1011111 11011 1000 1011011 100110

Color Harmonies of #BB2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2009

Black with #BB2009

Text Example


Text Example

White with #BB2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2009; }

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

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

background-color css

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

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

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

border-color css

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

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

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