Html Css Color HEX #BB2400 Harley Davidson Orange
📋 copy color: '#BB2400'red 187 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #BB2400
Tints of Harley Davidson Orange #BB2400
RGB
CMYK
RGB Variations
Color information
#BB2400 (or 0xBB2400) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 00. RGB value is (187,36,0). Sum of RGB (Red+Green+Blue) = 187+36+0=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2400 is #44DBFF. Grayscale: #4D4D4D. Windows color (decimal): -4512768 or 9403. OLE color: 9403.
HSL color Cylindrical-coordinate representation of color #BB2400: hue angle of 11.55º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB2400 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.27 |
| HSL | 11.55º | 1% | 0.37% | - |
| HSV(B) | 11.55º | 1% | 0.73% | - |
| XYZ | 21.12 | 11.83 | 1.17 | - |
| YUV | 77.05 | 84.53 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 0 | 0 | 0.81 | 1 | 0.27 | 11.55 | 1 | 0.37 |
| Hex | BB | 24 | 0 | 0 | 51 | 64 | 1B | C | 64 | 25 |
| Octal | 273 | 44 | 0 | 0 | 121 | 144 | 33 | 14 | 144 | 45 |
| Binary | 10111011 | 100100 | 0 | 0 | 1010001 | 1100100 | 11011 | 1100 | 1100100 | 100101 |
Color Harmonies of #BB2400
Complementary color
Monochromatic Colors of #BB2400
Black with #BB2400
Text Example
Text Example
White with #BB2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2400; }
p { color: rgb(187,36,0); }
H1.HeaderClassName
{
color: #BB2400;
}
.AnyTagClassName
{
color: #BB2400;
}
</style>
background-color css
<style>
a { background-color: #BB2400; }
a { background-color: rgb(187,36,0); }
div.DivClassName
{
background-color: #BB2400;
}
.BgClassName
{
background-color: #BB2400;
}
</style>
border-color css
<style>
span { border-color: #BB2400; }
span { border-color: rgb(187,36,0); }
td.TdClassName
{
border-color: #BB2400;
}
.TagClassName
{
border-color: #BB2400;
}
</style>