Html Css Color HEX #B92004 Harley Davidson Orange
📋 copy color: '#B92004'red 185 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #B92004
Tints of Harley Davidson Orange #B92004
RGB
CMYK
RGB Variations
Color information
#B92004 (or 0xB92004) is known color: Harley Davidson Orange. HEX triplet: B9, 20 and 04. RGB value is (185,32,4). Sum of RGB (Red+Green+Blue) = 185+32+4=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B92004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92004 is #46DFFB. Grayscale: #4A4A4A. Windows color (decimal): -4644860 or 270521. OLE color: 270521.
HSL color Cylindrical-coordinate representation of color #B92004: hue angle of 9.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B92004 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.27 |
| HSL | 9.28º | 0.96% | 0.37% | - |
| HSV(B) | 9.28º | 0.98% | 0.73% | - |
| XYZ | 20.55 | 11.36 | 1.22 | - |
| YUV | 74.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 4 | 0 | 0.83 | 0.98 | 0.27 | 9.28 | 0.96 | 0.37 |
| Hex | B9 | 20 | 4 | 0 | 53 | 62 | 1B | 9 | 60 | 25 |
| Octal | 271 | 40 | 4 | 0 | 123 | 142 | 33 | 11 | 140 | 45 |
| Binary | 10111001 | 100000 | 100 | 0 | 1010011 | 1100010 | 11011 | 1001 | 1100000 | 100101 |
Color Harmonies of #B92004
Complementary color
Monochromatic Colors of #B92004
Black with #B92004
Text Example
Text Example
White with #B92004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92004; }
p { color: rgb(185,32,4); }
H1.HeaderClassName
{
color: #B92004;
}
.AnyTagClassName
{
color: #B92004;
}
</style>
background-color css
<style>
a { background-color: #B92004; }
a { background-color: rgb(185,32,4); }
div.DivClassName
{
background-color: #B92004;
}
.BgClassName
{
background-color: #B92004;
}
</style>
border-color css
<style>
span { border-color: #B92004; }
span { border-color: rgb(185,32,4); }
td.TdClassName
{
border-color: #B92004;
}
.TagClassName
{
border-color: #B92004;
}
</style>