Html Css Color HEX #B92A04 Harley Davidson Orange
📋 copy color: '#B92A04'red 185 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #B92A04
Tints of Harley Davidson Orange #B92A04
RGB
CMYK
RGB Variations
Color information
#B92A04 (or 0xB92A04) is known color: Harley Davidson Orange. HEX triplet: B9, 2A and 04. RGB value is (185,42,4). Sum of RGB (Red+Green+Blue) = 185+42+4=231 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.09% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92A04 is #46D5FB. Grayscale: #505050. Windows color (decimal): -4642300 or 273081. OLE color: 273081.
HSL color Cylindrical-coordinate representation of color #B92A04: hue angle of 12.6º 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 #B92A04 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.27 |
| HSL | 12.6º | 0.96% | 0.37% | - |
| HSV(B) | 12.6º | 0.98% | 0.73% | - |
| XYZ | 20.86 | 11.98 | 1.33 | - |
| YUV | 80.43 | 84.88 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 4 | 0 | 0.77 | 0.98 | 0.27 | 12.6 | 0.96 | 0.37 |
| Hex | B9 | 2A | 4 | 0 | 4D | 62 | 1B | D | 60 | 25 |
| Octal | 271 | 52 | 4 | 0 | 115 | 142 | 33 | 15 | 140 | 45 |
| Binary | 10111001 | 101010 | 100 | 0 | 1001101 | 1100010 | 11011 | 1101 | 1100000 | 100101 |
Color Harmonies of #B92A04
Complementary color
Monochromatic Colors of #B92A04
Black with #B92A04
Text Example
Text Example
White with #B92A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A04; }
p { color: rgb(185,42,4); }
H1.HeaderClassName
{
color: #B92A04;
}
.AnyTagClassName
{
color: #B92A04;
}
</style>
background-color css
<style>
a { background-color: #B92A04; }
a { background-color: rgb(185,42,4); }
div.DivClassName
{
background-color: #B92A04;
}
.BgClassName
{
background-color: #B92A04;
}
</style>
border-color css
<style>
span { border-color: #B92A04; }
span { border-color: rgb(185,42,4); }
td.TdClassName
{
border-color: #B92A04;
}
.TagClassName
{
border-color: #B92A04;
}
</style>