Html Css Color HEX #BB2308 Harley Davidson Orange
📋 copy color: '#BB2308'red 187 ◦ green 35 ◦ blue 8
Shades of Harley Davidson Orange #BB2308
Tints of Harley Davidson Orange #BB2308
RGB
CMYK
RGB Variations
Color information
#BB2308 (or 0xBB2308) is known color: Harley Davidson Orange. HEX triplet: BB, 23 and 08. RGB value is (187,35,8). Sum of RGB (Red+Green+Blue) = 187+35+8=230 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.30% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2308 is #44DCF7. Grayscale: #4D4D4D. Windows color (decimal): -4513016 or 533435. OLE color: 533435.
HSL color Cylindrical-coordinate representation of color #BB2308: hue angle of 9.05º 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 #BB2308 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.27 |
| HSL | 9.05º | 0.92% | 0.38% | - |
| HSV(B) | 9.05º | 0.96% | 0.73% | - |
| XYZ | 21.14 | 11.78 | 1.39 | - |
| YUV | 77.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 8 | 0 | 0.81 | 0.96 | 0.27 | 9.05 | 0.92 | 0.38 |
| Hex | BB | 23 | 8 | 0 | 51 | 60 | 1B | 9 | 5C | 26 |
| Octal | 273 | 43 | 10 | 0 | 121 | 140 | 33 | 11 | 134 | 46 |
| Binary | 10111011 | 100011 | 1000 | 0 | 1010001 | 1100000 | 11011 | 1001 | 1011100 | 100110 |
Color Harmonies of #BB2308
Complementary color
Monochromatic Colors of #BB2308
Black with #BB2308
Text Example
Text Example
White with #BB2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2308; }
p { color: rgb(187,35,8); }
H1.HeaderClassName
{
color: #BB2308;
}
.AnyTagClassName
{
color: #BB2308;
}
</style>
background-color css
<style>
a { background-color: #BB2308; }
a { background-color: rgb(187,35,8); }
div.DivClassName
{
background-color: #BB2308;
}
.BgClassName
{
background-color: #BB2308;
}
</style>
border-color css
<style>
span { border-color: #BB2308; }
span { border-color: rgb(187,35,8); }
td.TdClassName
{
border-color: #BB2308;
}
.TagClassName
{
border-color: #BB2308;
}
</style>