Html Css Color HEX #BB2F14 Harley Davidson Orange
📋 copy color: '#BB2F14'red 187 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #BB2F14
Tints of Harley Davidson Orange #BB2F14
RGB
CMYK
RGB Variations
Color information
#BB2F14 (or 0xBB2F14) is known color: Harley Davidson Orange. HEX triplet: BB, 2F and 14. RGB value is (187,47,20). Sum of RGB (Red+Green+Blue) = 187+47+20=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2F14 is #44D0EB. Grayscale: #565656. Windows color (decimal): -4509932 or 1322939. OLE color: 1322939.
HSL color Cylindrical-coordinate representation of color #BB2F14: hue angle of 9.7º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB2F14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 47 | 20 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.27 |
| HSL | 9.7º | 0.81% | 0.41% | - |
| HSV(B) | 9.7º | 0.89% | 0.73% | - |
| XYZ | 21.64 | 12.65 | 1.96 | - |
| YUV | 85.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 20 | 0 | 0.75 | 0.89 | 0.27 | 9.7 | 0.81 | 0.41 |
| Hex | BB | 2F | 14 | 0 | 4B | 59 | 1B | A | 51 | 29 |
| Octal | 273 | 57 | 24 | 0 | 113 | 131 | 33 | 12 | 121 | 51 |
| Binary | 10111011 | 101111 | 10100 | 0 | 1001011 | 1011001 | 11011 | 1010 | 1010001 | 101001 |
Color Harmonies of #BB2F14
Complementary color
Monochromatic Colors of #BB2F14
Black with #BB2F14
Text Example
Text Example
White with #BB2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2F14; }
p { color: rgb(187,47,20); }
H1.HeaderClassName
{
color: #BB2F14;
}
.AnyTagClassName
{
color: #BB2F14;
}
</style>
background-color css
<style>
a { background-color: #BB2F14; }
a { background-color: rgb(187,47,20); }
div.DivClassName
{
background-color: #BB2F14;
}
.BgClassName
{
background-color: #BB2F14;
}
</style>
border-color css
<style>
span { border-color: #BB2F14; }
span { border-color: rgb(187,47,20); }
td.TdClassName
{
border-color: #BB2F14;
}
.TagClassName
{
border-color: #BB2F14;
}
</style>