Html Css Color HEX #B9301B Harley Davidson Orange
📋 copy color: '#B9301B'red 185 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #B9301B
Tints of Harley Davidson Orange #B9301B
RGB
CMYK
RGB Variations
Color information
#B9301B (or 0xB9301B) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 1B. RGB value is (185,48,27). Sum of RGB (Red+Green+Blue) = 185+48+27=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B9301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9301B is #46CFE4. Grayscale: #565656. Windows color (decimal): -4640741 or 1781945. OLE color: 1781945.
HSL color Cylindrical-coordinate representation of color #B9301B: hue angle of 7.97º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9301B is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 27 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.27 |
| HSL | 7.97º | 0.75% | 0.42% | - |
| HSV(B) | 7.97º | 0.85% | 0.73% | - |
| XYZ | 21.26 | 12.51 | 2.33 | - |
| YUV | 86.57 | 94.39 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 27 | 0 | 0.74 | 0.85 | 0.27 | 7.97 | 0.75 | 0.42 |
| Hex | B9 | 30 | 1B | 0 | 4A | 55 | 1B | 8 | 4B | 2A |
| Octal | 271 | 60 | 33 | 0 | 112 | 125 | 33 | 10 | 113 | 52 |
| Binary | 10111001 | 110000 | 11011 | 0 | 1001010 | 1010101 | 11011 | 1000 | 1001011 | 101010 |
Color Harmonies of #B9301B
Complementary color
Monochromatic Colors of #B9301B
Black with #B9301B
Text Example
Text Example
White with #B9301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9301B; }
p { color: rgb(185,48,27); }
H1.HeaderClassName
{
color: #B9301B;
}
.AnyTagClassName
{
color: #B9301B;
}
</style>
background-color css
<style>
a { background-color: #B9301B; }
a { background-color: rgb(185,48,27); }
div.DivClassName
{
background-color: #B9301B;
}
.BgClassName
{
background-color: #B9301B;
}
</style>
border-color css
<style>
span { border-color: #B9301B; }
span { border-color: rgb(185,48,27); }
td.TdClassName
{
border-color: #B9301B;
}
.TagClassName
{
border-color: #B9301B;
}
</style>