Html Css Color HEX #B9371D Harley Davidson Orange
📋 copy color: '#B9371D'red 185 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #B9371D
Tints of Harley Davidson Orange #B9371D
RGB
CMYK
RGB Variations
Color information
#B9371D (or 0xB9371D) is known color: Harley Davidson Orange. HEX triplet: B9, 37 and 1D. RGB value is (185,55,29). Sum of RGB (Red+Green+Blue) = 185+55+29=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9371D is #46C8E2. Grayscale: #5B5B5B. Windows color (decimal): -4638947 or 1914809. OLE color: 1914809.
HSL color Cylindrical-coordinate representation of color #B9371D: hue angle of 10º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9371D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 29 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.27 |
| HSL | 10º | 0.73% | 0.42% | - |
| HSV(B) | 10º | 0.84% | 0.73% | - |
| XYZ | 21.6 | 13.14 | 2.56 | - |
| YUV | 90.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 29 | 0 | 0.70 | 0.84 | 0.27 | 10 | 0.73 | 0.42 |
| Hex | B9 | 37 | 1D | 0 | 46 | 54 | 1B | A | 49 | 2A |
| Octal | 271 | 67 | 35 | 0 | 106 | 124 | 33 | 12 | 111 | 52 |
| Binary | 10111001 | 110111 | 11101 | 0 | 1000110 | 1010100 | 11011 | 1010 | 1001001 | 101010 |
Color Harmonies of #B9371D
Complementary color
Monochromatic Colors of #B9371D
Black with #B9371D
Text Example
Text Example
White with #B9371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9371D; }
p { color: rgb(185,55,29); }
H1.HeaderClassName
{
color: #B9371D;
}
.AnyTagClassName
{
color: #B9371D;
}
</style>
background-color css
<style>
a { background-color: #B9371D; }
a { background-color: rgb(185,55,29); }
div.DivClassName
{
background-color: #B9371D;
}
.BgClassName
{
background-color: #B9371D;
}
</style>
border-color css
<style>
span { border-color: #B9371D; }
span { border-color: rgb(185,55,29); }
td.TdClassName
{
border-color: #B9371D;
}
.TagClassName
{
border-color: #B9371D;
}
</style>