Html Css Color HEX #B92810 Harley Davidson Orange
📋 copy color: '#B92810'red 185 ◦ green 40 ◦ blue 16
Shades of Harley Davidson Orange #B92810
Tints of Harley Davidson Orange #B92810
RGB
CMYK
RGB Variations
Color information
#B92810 (or 0xB92810) is known color: Harley Davidson Orange. HEX triplet: B9, 28 and 10. RGB value is (185,40,16). Sum of RGB (Red+Green+Blue) = 185+40+16=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92810 is #46D7EF. Grayscale: #505050. Windows color (decimal): -4642800 or 1059001. OLE color: 1059001.
HSL color Cylindrical-coordinate representation of color #B92810: hue angle of 8.52º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B92810 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.27 |
| HSL | 8.52º | 0.84% | 0.39% | - |
| HSV(B) | 8.52º | 0.91% | 0.73% | - |
| XYZ | 20.86 | 11.87 | 1.68 | - |
| YUV | 80.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 16 | 0 | 0.78 | 0.91 | 0.27 | 8.52 | 0.84 | 0.39 |
| Hex | B9 | 28 | 10 | 0 | 4E | 5B | 1B | 9 | 54 | 27 |
| Octal | 271 | 50 | 20 | 0 | 116 | 133 | 33 | 11 | 124 | 47 |
| Binary | 10111001 | 101000 | 10000 | 0 | 1001110 | 1011011 | 11011 | 1001 | 1010100 | 100111 |
Color Harmonies of #B92810
Complementary color
Monochromatic Colors of #B92810
Black with #B92810
Text Example
Text Example
White with #B92810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92810; }
p { color: rgb(185,40,16); }
H1.HeaderClassName
{
color: #B92810;
}
.AnyTagClassName
{
color: #B92810;
}
</style>
background-color css
<style>
a { background-color: #B92810; }
a { background-color: rgb(185,40,16); }
div.DivClassName
{
background-color: #B92810;
}
.BgClassName
{
background-color: #B92810;
}
</style>
border-color css
<style>
span { border-color: #B92810; }
span { border-color: rgb(185,40,16); }
td.TdClassName
{
border-color: #B92810;
}
.TagClassName
{
border-color: #B92810;
}
</style>