Html Css Color HEX #BB2408 Harley Davidson Orange
📋 copy color: '#BB2408'red 187 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #BB2408
Tints of Harley Davidson Orange #BB2408
RGB
CMYK
RGB Variations
Color information
#BB2408 (or 0xBB2408) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 08. RGB value is (187,36,8). Sum of RGB (Red+Green+Blue) = 187+36+8=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2408 is #44DBF7. Grayscale: #4E4E4E. Windows color (decimal): -4512760 or 533691. OLE color: 533691.
HSL color Cylindrical-coordinate representation of color #BB2408: hue angle of 9.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB2408 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.27 |
| HSL | 9.39º | 0.92% | 0.38% | - |
| HSV(B) | 9.39º | 0.96% | 0.73% | - |
| XYZ | 21.17 | 11.84 | 1.4 | - |
| YUV | 77.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 8 | 0 | 0.81 | 0.96 | 0.27 | 9.39 | 0.92 | 0.38 |
| Hex | BB | 24 | 8 | 0 | 51 | 60 | 1B | 9 | 5C | 26 |
| Octal | 273 | 44 | 10 | 0 | 121 | 140 | 33 | 11 | 134 | 46 |
| Binary | 10111011 | 100100 | 1000 | 0 | 1010001 | 1100000 | 11011 | 1001 | 1011100 | 100110 |
Color Harmonies of #BB2408
Complementary color
Monochromatic Colors of #BB2408
Black with #BB2408
Text Example
Text Example
White with #BB2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2408; }
p { color: rgb(187,36,8); }
H1.HeaderClassName
{
color: #BB2408;
}
.AnyTagClassName
{
color: #BB2408;
}
</style>
background-color css
<style>
a { background-color: #BB2408; }
a { background-color: rgb(187,36,8); }
div.DivClassName
{
background-color: #BB2408;
}
.BgClassName
{
background-color: #BB2408;
}
</style>
border-color css
<style>
span { border-color: #BB2408; }
span { border-color: rgb(187,36,8); }
td.TdClassName
{
border-color: #BB2408;
}
.TagClassName
{
border-color: #BB2408;
}
</style>