Html Css Color HEX #BB2409 Harley Davidson Orange
📋 copy color: '#BB2409'red 187 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #BB2409
Tints of Harley Davidson Orange #BB2409
RGB
CMYK
RGB Variations
Color information
#BB2409 (or 0xBB2409) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 09. RGB value is (187,36,9). Sum of RGB (Red+Green+Blue) = 187+36+9=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2409 is #44DBF6. Grayscale: #4E4E4E. Windows color (decimal): -4512759 or 599227. OLE color: 599227.
HSL color Cylindrical-coordinate representation of color #BB2409: hue angle of 9.1º 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 #BB2409 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.27 |
| HSL | 9.1º | 0.91% | 0.38% | - |
| HSV(B) | 9.1º | 0.95% | 0.73% | - |
| XYZ | 21.17 | 11.85 | 1.43 | - |
| YUV | 78.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 9 | 0 | 0.81 | 0.95 | 0.27 | 9.1 | 0.91 | 0.38 |
| Hex | BB | 24 | 9 | 0 | 51 | 5F | 1B | 9 | 5B | 26 |
| Octal | 273 | 44 | 11 | 0 | 121 | 137 | 33 | 11 | 133 | 46 |
| Binary | 10111011 | 100100 | 1001 | 0 | 1010001 | 1011111 | 11011 | 1001 | 1011011 | 100110 |
Color Harmonies of #BB2409
Complementary color
Monochromatic Colors of #BB2409
Black with #BB2409
Text Example
Text Example
White with #BB2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2409; }
p { color: rgb(187,36,9); }
H1.HeaderClassName
{
color: #BB2409;
}
.AnyTagClassName
{
color: #BB2409;
}
</style>
background-color css
<style>
a { background-color: #BB2409; }
a { background-color: rgb(187,36,9); }
div.DivClassName
{
background-color: #BB2409;
}
.BgClassName
{
background-color: #BB2409;
}
</style>
border-color css
<style>
span { border-color: #BB2409; }
span { border-color: rgb(187,36,9); }
td.TdClassName
{
border-color: #BB2409;
}
.TagClassName
{
border-color: #BB2409;
}
</style>