Html Css Color HEX #BB2C09 Harley Davidson Orange
📋 copy color: '#BB2C09'red 187 ◦ green 44 ◦ blue 9
Shades of Harley Davidson Orange #BB2C09
Tints of Harley Davidson Orange #BB2C09
RGB
CMYK
RGB Variations
Color information
#BB2C09 (or 0xBB2C09) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 09. RGB value is (187,44,9). Sum of RGB (Red+Green+Blue) = 187+44+9=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C09 is #44D3F6. Grayscale: #535353. Windows color (decimal): -4510711 or 601275. OLE color: 601275.
HSL color Cylindrical-coordinate representation of color #BB2C09: hue angle of 11.8º 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 #BB2C09 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 9 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.27 |
| HSL | 11.8º | 0.91% | 0.38% | - |
| HSV(B) | 11.8º | 0.95% | 0.73% | - |
| XYZ | 21.44 | 12.39 | 1.52 | - |
| YUV | 82.77 | 86.38 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 9 | 0 | 0.76 | 0.95 | 0.27 | 11.8 | 0.91 | 0.38 |
| Hex | BB | 2C | 9 | 0 | 4C | 5F | 1B | C | 5B | 26 |
| Octal | 273 | 54 | 11 | 0 | 114 | 137 | 33 | 14 | 133 | 46 |
| Binary | 10111011 | 101100 | 1001 | 0 | 1001100 | 1011111 | 11011 | 1100 | 1011011 | 100110 |
Color Harmonies of #BB2C09
Complementary color
Monochromatic Colors of #BB2C09
Black with #BB2C09
Text Example
Text Example
White with #BB2C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C09; }
p { color: rgb(187,44,9); }
H1.HeaderClassName
{
color: #BB2C09;
}
.AnyTagClassName
{
color: #BB2C09;
}
</style>
background-color css
<style>
a { background-color: #BB2C09; }
a { background-color: rgb(187,44,9); }
div.DivClassName
{
background-color: #BB2C09;
}
.BgClassName
{
background-color: #BB2C09;
}
</style>
border-color css
<style>
span { border-color: #BB2C09; }
span { border-color: rgb(187,44,9); }
td.TdClassName
{
border-color: #BB2C09;
}
.TagClassName
{
border-color: #BB2C09;
}
</style>