Html Css Color HEX #B9290B Harley Davidson Orange
📋 copy color: '#B9290B'red 185 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #B9290B
Tints of Harley Davidson Orange #B9290B
RGB
CMYK
RGB Variations
Color information
#B9290B (or 0xB9290B) is known color: Harley Davidson Orange. HEX triplet: B9, 29 and 0B. RGB value is (185,41,11). Sum of RGB (Red+Green+Blue) = 185+41+11=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9290B is #46D6F4. Grayscale: #505050. Windows color (decimal): -4642549 or 731577. OLE color: 731577.
HSL color Cylindrical-coordinate representation of color #B9290B: hue angle of 10.34º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9290B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.27 |
| HSL | 10.34º | 0.89% | 0.38% | - |
| HSV(B) | 10.34º | 0.94% | 0.73% | - |
| XYZ | 20.86 | 11.92 | 1.52 | - |
| YUV | 80.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 11 | 0 | 0.78 | 0.94 | 0.27 | 10.34 | 0.89 | 0.38 |
| Hex | B9 | 29 | B | 0 | 4E | 5E | 1B | A | 59 | 26 |
| Octal | 271 | 51 | 13 | 0 | 116 | 136 | 33 | 12 | 131 | 46 |
| Binary | 10111001 | 101001 | 1011 | 0 | 1001110 | 1011110 | 11011 | 1010 | 1011001 | 100110 |
Color Harmonies of #B9290B
Complementary color
Monochromatic Colors of #B9290B
Black with #B9290B
Text Example
Text Example
White with #B9290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9290B; }
p { color: rgb(185,41,11); }
H1.HeaderClassName
{
color: #B9290B;
}
.AnyTagClassName
{
color: #B9290B;
}
</style>
background-color css
<style>
a { background-color: #B9290B; }
a { background-color: rgb(185,41,11); }
div.DivClassName
{
background-color: #B9290B;
}
.BgClassName
{
background-color: #B9290B;
}
</style>
border-color css
<style>
span { border-color: #B9290B; }
span { border-color: rgb(185,41,11); }
td.TdClassName
{
border-color: #B9290B;
}
.TagClassName
{
border-color: #B9290B;
}
</style>