Html Css Color HEX #B92E11 Harley Davidson Orange
📋 copy color: '#B92E11'red 185 ◦ green 46 ◦ blue 17
Shades of Harley Davidson Orange #B92E11
Tints of Harley Davidson Orange #B92E11
RGB
CMYK
RGB Variations
Color information
#B92E11 (or 0xB92E11) is known color: Harley Davidson Orange. HEX triplet: B9, 2E and 11. RGB value is (185,46,17). Sum of RGB (Red+Green+Blue) = 185+46+17=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92E11 is #46D1EE. Grayscale: #545454. Windows color (decimal): -4641263 or 1126073. OLE color: 1126073.
HSL color Cylindrical-coordinate representation of color #B92E11: hue angle of 10.36º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92E11 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.27 |
| HSL | 10.36º | 0.83% | 0.4% | - |
| HSV(B) | 10.36º | 0.91% | 0.73% | - |
| XYZ | 21.09 | 12.31 | 1.79 | - |
| YUV | 84.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 17 | 0 | 0.75 | 0.91 | 0.27 | 10.36 | 0.83 | 0.4 |
| Hex | B9 | 2E | 11 | 0 | 4B | 5B | 1B | A | 53 | 28 |
| Octal | 271 | 56 | 21 | 0 | 113 | 133 | 33 | 12 | 123 | 50 |
| Binary | 10111001 | 101110 | 10001 | 0 | 1001011 | 1011011 | 11011 | 1010 | 1010011 | 101000 |
Color Harmonies of #B92E11
Complementary color
Monochromatic Colors of #B92E11
Black with #B92E11
Text Example
Text Example
White with #B92E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E11; }
p { color: rgb(185,46,17); }
H1.HeaderClassName
{
color: #B92E11;
}
.AnyTagClassName
{
color: #B92E11;
}
</style>
background-color css
<style>
a { background-color: #B92E11; }
a { background-color: rgb(185,46,17); }
div.DivClassName
{
background-color: #B92E11;
}
.BgClassName
{
background-color: #B92E11;
}
</style>
border-color css
<style>
span { border-color: #B92E11; }
span { border-color: rgb(185,46,17); }
td.TdClassName
{
border-color: #B92E11;
}
.TagClassName
{
border-color: #B92E11;
}
</style>