Html Css Color HEX #BB2A13 Harley Davidson Orange
📋 copy color: '#BB2A13'red 187 ◦ green 42 ◦ blue 19
Shades of Harley Davidson Orange #BB2A13
Tints of Harley Davidson Orange #BB2A13
RGB
CMYK
RGB Variations
Color information
#BB2A13 (or 0xBB2A13) is known color: Harley Davidson Orange. HEX triplet: BB, 2A and 13. RGB value is (187,42,19). Sum of RGB (Red+Green+Blue) = 187+42+19=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2A13 is #44D5EC. Grayscale: #525252. Windows color (decimal): -4511213 or 1256123. OLE color: 1256123.
HSL color Cylindrical-coordinate representation of color #BB2A13: hue angle of 8.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2A13 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 19 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.27 |
| HSL | 8.21º | 0.82% | 0.4% | - |
| HSV(B) | 8.21º | 0.9% | 0.73% | - |
| XYZ | 21.44 | 12.27 | 1.85 | - |
| YUV | 82.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 19 | 0 | 0.78 | 0.90 | 0.27 | 8.21 | 0.82 | 0.4 |
| Hex | BB | 2A | 13 | 0 | 4E | 5A | 1B | 8 | 52 | 28 |
| Octal | 273 | 52 | 23 | 0 | 116 | 132 | 33 | 10 | 122 | 50 |
| Binary | 10111011 | 101010 | 10011 | 0 | 1001110 | 1011010 | 11011 | 1000 | 1010010 | 101000 |
Color Harmonies of #BB2A13
Complementary color
Monochromatic Colors of #BB2A13
Black with #BB2A13
Text Example
Text Example
White with #BB2A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A13; }
p { color: rgb(187,42,19); }
H1.HeaderClassName
{
color: #BB2A13;
}
.AnyTagClassName
{
color: #BB2A13;
}
</style>
background-color css
<style>
a { background-color: #BB2A13; }
a { background-color: rgb(187,42,19); }
div.DivClassName
{
background-color: #BB2A13;
}
.BgClassName
{
background-color: #BB2A13;
}
</style>
border-color css
<style>
span { border-color: #BB2A13; }
span { border-color: rgb(187,42,19); }
td.TdClassName
{
border-color: #BB2A13;
}
.TagClassName
{
border-color: #BB2A13;
}
</style>