Html Css Color HEX #BB3112 Harley Davidson Orange
📋 copy color: '#BB3112'red 187 ◦ green 49 ◦ blue 18
Shades of Harley Davidson Orange #BB3112
Tints of Harley Davidson Orange #BB3112
RGB
CMYK
RGB Variations
Color information
#BB3112 (or 0xBB3112) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 12. RGB value is (187,49,18). Sum of RGB (Red+Green+Blue) = 187+49+18=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3112 is #44CEED. Grayscale: #565656. Windows color (decimal): -4509422 or 1192379. OLE color: 1192379.
HSL color Cylindrical-coordinate representation of color #BB3112: hue angle of 11.01º 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 #BB3112 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.27 |
| HSL | 11.01º | 0.82% | 0.4% | - |
| HSV(B) | 11.01º | 0.9% | 0.73% | - |
| XYZ | 21.7 | 12.81 | 1.9 | - |
| YUV | 86.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 18 | 0 | 0.74 | 0.90 | 0.27 | 11.01 | 0.82 | 0.4 |
| Hex | BB | 31 | 12 | 0 | 4A | 5A | 1B | B | 52 | 28 |
| Octal | 273 | 61 | 22 | 0 | 112 | 132 | 33 | 13 | 122 | 50 |
| Binary | 10111011 | 110001 | 10010 | 0 | 1001010 | 1011010 | 11011 | 1011 | 1010010 | 101000 |
Color Harmonies of #BB3112
Complementary color
Monochromatic Colors of #BB3112
Black with #BB3112
Text Example
Text Example
White with #BB3112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3112; }
p { color: rgb(187,49,18); }
H1.HeaderClassName
{
color: #BB3112;
}
.AnyTagClassName
{
color: #BB3112;
}
</style>
background-color css
<style>
a { background-color: #BB3112; }
a { background-color: rgb(187,49,18); }
div.DivClassName
{
background-color: #BB3112;
}
.BgClassName
{
background-color: #BB3112;
}
</style>
border-color css
<style>
span { border-color: #BB3112; }
span { border-color: rgb(187,49,18); }
td.TdClassName
{
border-color: #BB3112;
}
.TagClassName
{
border-color: #BB3112;
}
</style>