Html Css Color HEX #BB2909 Harley Davidson Orange

📋 copy color: '#BB2909'

red 187 ◦ green 41 ◦ blue 9

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

Shades of Harley Davidson Orange #BB2909

Tints of Harley Davidson Orange #BB2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 78.9%
G = 17.3%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB2909 (or 0xBB2909) is known color: Harley Davidson Orange. HEX triplet: BB, 29 and 09. RGB value is (187,41,9). Sum of RGB (Red+Green+Blue) = 187+41+9=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2909 is #44D6F6. Grayscale: #515151. Windows color (decimal): -4511479 or 600507. OLE color: 600507.

HSL color Cylindrical-coordinate representation of color #BB2909: hue angle of 10.79º 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 #BB2909 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 41 9 -
CMYK 0 0.78 0.95 0.27
HSL 10.79º 0.91% 0.38% -
HSV(B) 10.79º 0.95% 0.73% -
XYZ 21.34 12.17 1.48 -
YUV 81.01 87.37 203.6 -
System Red Green Blue C M Y K H S L
Decimal 187 41 9 0 0.78 0.95 0.27 10.79 0.91 0.38
Hex BB 29 9 0 4E 5F 1B B 5B 26
Octal 273 51 11 0 116 137 33 13 133 46
Binary 10111011 101001 1001 0 1001110 1011111 11011 1011 1011011 100110

Color Harmonies of #BB2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2909

Black with #BB2909

Text Example


Text Example

White with #BB2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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