Html Css Color HEX #B92C14 Harley Davidson Orange
📋 copy color: '#B92C14'red 185 ◦ green 44 ◦ blue 20
Shades of Harley Davidson Orange #B92C14
Tints of Harley Davidson Orange #B92C14
RGB
CMYK
RGB Variations
Color information
#B92C14 (or 0xB92C14) is known color: Harley Davidson Orange. HEX triplet: B9, 2C and 14. RGB value is (185,44,20). Sum of RGB (Red+Green+Blue) = 185+44+20=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C14 is #46D3EB. Grayscale: #535353. Windows color (decimal): -4641772 or 1322169. OLE color: 1322169.
HSL color Cylindrical-coordinate representation of color #B92C14: hue angle of 8.73º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B92C14 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 20 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.27 |
| HSL | 8.73º | 0.8% | 0.4% | - |
| HSV(B) | 8.73º | 0.89% | 0.73% | - |
| XYZ | 21.03 | 12.17 | 1.9 | - |
| YUV | 83.42 | 92.21 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 20 | 0 | 0.76 | 0.89 | 0.27 | 8.73 | 0.8 | 0.4 |
| Hex | B9 | 2C | 14 | 0 | 4C | 59 | 1B | 9 | 50 | 28 |
| Octal | 271 | 54 | 24 | 0 | 114 | 131 | 33 | 11 | 120 | 50 |
| Binary | 10111001 | 101100 | 10100 | 0 | 1001100 | 1011001 | 11011 | 1001 | 1010000 | 101000 |
Color Harmonies of #B92C14
Complementary color
Monochromatic Colors of #B92C14
Black with #B92C14
Text Example
Text Example
White with #B92C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C14; }
p { color: rgb(185,44,20); }
H1.HeaderClassName
{
color: #B92C14;
}
.AnyTagClassName
{
color: #B92C14;
}
</style>
background-color css
<style>
a { background-color: #B92C14; }
a { background-color: rgb(185,44,20); }
div.DivClassName
{
background-color: #B92C14;
}
.BgClassName
{
background-color: #B92C14;
}
</style>
border-color css
<style>
span { border-color: #B92C14; }
span { border-color: rgb(185,44,20); }
td.TdClassName
{
border-color: #B92C14;
}
.TagClassName
{
border-color: #B92C14;
}
</style>