Html Css Color HEX #B9310D Harley Davidson Orange
📋 copy color: '#B9310D'red 185 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #B9310D
Tints of Harley Davidson Orange #B9310D
RGB
CMYK
RGB Variations
Color information
#B9310D (or 0xB9310D) is known color: Harley Davidson Orange. HEX triplet: B9, 31 and 0D. RGB value is (185,49,13). Sum of RGB (Red+Green+Blue) = 185+49+13=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9310D is #46CEF2. Grayscale: #555555. Windows color (decimal): -4640499 or 864697. OLE color: 864697.
HSL color Cylindrical-coordinate representation of color #B9310D: hue angle of 12.56º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9310D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.27 |
| HSL | 12.56º | 0.87% | 0.39% | - |
| HSV(B) | 12.56º | 0.93% | 0.73% | - |
| XYZ | 21.18 | 12.54 | 1.68 | - |
| YUV | 85.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 13 | 0 | 0.74 | 0.93 | 0.27 | 12.56 | 0.87 | 0.39 |
| Hex | B9 | 31 | D | 0 | 4A | 5D | 1B | D | 57 | 27 |
| Octal | 271 | 61 | 15 | 0 | 112 | 135 | 33 | 15 | 127 | 47 |
| Binary | 10111001 | 110001 | 1101 | 0 | 1001010 | 1011101 | 11011 | 1101 | 1010111 | 100111 |
Color Harmonies of #B9310D
Complementary color
Monochromatic Colors of #B9310D
Black with #B9310D
Text Example
Text Example
White with #B9310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9310D; }
p { color: rgb(185,49,13); }
H1.HeaderClassName
{
color: #B9310D;
}
.AnyTagClassName
{
color: #B9310D;
}
</style>
background-color css
<style>
a { background-color: #B9310D; }
a { background-color: rgb(185,49,13); }
div.DivClassName
{
background-color: #B9310D;
}
.BgClassName
{
background-color: #B9310D;
}
</style>
border-color css
<style>
span { border-color: #B9310D; }
span { border-color: rgb(185,49,13); }
td.TdClassName
{
border-color: #B9310D;
}
.TagClassName
{
border-color: #B9310D;
}
</style>