Html Css Color HEX #B92D0E Harley Davidson Orange
📋 copy color: '#B92D0E'red 185 ◦ green 45 ◦ blue 14
Shades of Harley Davidson Orange #B92D0E
Tints of Harley Davidson Orange #B92D0E
RGB
CMYK
RGB Variations
Color information
#B92D0E (or 0xB92D0E) is known color: Harley Davidson Orange. HEX triplet: B9, 2D and 0E. RGB value is (185,45,14). Sum of RGB (Red+Green+Blue) = 185+45+14=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92D0E is #46D2F1. Grayscale: #535353. Windows color (decimal): -4641522 or 929209. OLE color: 929209.
HSL color Cylindrical-coordinate representation of color #B92D0E: hue angle of 10.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B92D0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.27 |
| HSL | 10.88º | 0.86% | 0.39% | - |
| HSV(B) | 10.88º | 0.92% | 0.73% | - |
| XYZ | 21.03 | 12.22 | 1.67 | - |
| YUV | 83.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 14 | 0 | 0.76 | 0.92 | 0.27 | 10.88 | 0.86 | 0.39 |
| Hex | B9 | 2D | E | 0 | 4C | 5C | 1B | B | 56 | 27 |
| Octal | 271 | 55 | 16 | 0 | 114 | 134 | 33 | 13 | 126 | 47 |
| Binary | 10111001 | 101101 | 1110 | 0 | 1001100 | 1011100 | 11011 | 1011 | 1010110 | 100111 |
Color Harmonies of #B92D0E
Complementary color
Monochromatic Colors of #B92D0E
Black with #B92D0E
Text Example
Text Example
White with #B92D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D0E; }
p { color: rgb(185,45,14); }
H1.HeaderClassName
{
color: #B92D0E;
}
.AnyTagClassName
{
color: #B92D0E;
}
</style>
background-color css
<style>
a { background-color: #B92D0E; }
a { background-color: rgb(185,45,14); }
div.DivClassName
{
background-color: #B92D0E;
}
.BgClassName
{
background-color: #B92D0E;
}
</style>
border-color css
<style>
span { border-color: #B92D0E; }
span { border-color: rgb(185,45,14); }
td.TdClassName
{
border-color: #B92D0E;
}
.TagClassName
{
border-color: #B92D0E;
}
</style>