Html Css Color HEX #B92805 Harley Davidson Orange
📋 copy color: '#B92805'red 185 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #B92805
Tints of Harley Davidson Orange #B92805
RGB
CMYK
RGB Variations
Color information
#B92805 (or 0xB92805) is known color: Harley Davidson Orange. HEX triplet: B9, 28 and 05. RGB value is (185,40,5). Sum of RGB (Red+Green+Blue) = 185+40+5=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B92805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92805 is #46D7FA. Grayscale: #4F4F4F. Windows color (decimal): -4642811 or 338105. OLE color: 338105.
HSL color Cylindrical-coordinate representation of color #B92805: hue angle of 11.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B92805 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 5 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.27 |
| HSL | 11.67º | 0.95% | 0.37% | - |
| HSV(B) | 11.67º | 0.97% | 0.73% | - |
| XYZ | 20.79 | 11.84 | 1.33 | - |
| YUV | 79.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 5 | 0 | 0.78 | 0.97 | 0.27 | 11.67 | 0.95 | 0.37 |
| Hex | B9 | 28 | 5 | 0 | 4E | 61 | 1B | C | 5F | 25 |
| Octal | 271 | 50 | 5 | 0 | 116 | 141 | 33 | 14 | 137 | 45 |
| Binary | 10111001 | 101000 | 101 | 0 | 1001110 | 1100001 | 11011 | 1100 | 1011111 | 100101 |
Color Harmonies of #B92805
Complementary color
Monochromatic Colors of #B92805
Black with #B92805
Text Example
Text Example
White with #B92805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92805; }
p { color: rgb(185,40,5); }
H1.HeaderClassName
{
color: #B92805;
}
.AnyTagClassName
{
color: #B92805;
}
</style>
background-color css
<style>
a { background-color: #B92805; }
a { background-color: rgb(185,40,5); }
div.DivClassName
{
background-color: #B92805;
}
.BgClassName
{
background-color: #B92805;
}
</style>
border-color css
<style>
span { border-color: #B92805; }
span { border-color: rgb(185,40,5); }
td.TdClassName
{
border-color: #B92805;
}
.TagClassName
{
border-color: #B92805;
}
</style>