Html Css Color HEX #B9270B Harley Davidson Orange
📋 copy color: '#B9270B'red 185 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #B9270B
Tints of Harley Davidson Orange #B9270B
RGB
CMYK
RGB Variations
Color information
#B9270B (or 0xB9270B) is known color: Harley Davidson Orange. HEX triplet: B9, 27 and 0B. RGB value is (185,39,11). Sum of RGB (Red+Green+Blue) = 185+39+11=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B9270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9270B is #46D8F4. Grayscale: #4F4F4F. Windows color (decimal): -4643061 or 731065. OLE color: 731065.
HSL color Cylindrical-coordinate representation of color #B9270B: hue angle of 9.66º 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 #B9270B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.27 |
| HSL | 9.66º | 0.89% | 0.38% | - |
| HSV(B) | 9.66º | 0.94% | 0.73% | - |
| XYZ | 20.79 | 11.79 | 1.5 | - |
| YUV | 79.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 11 | 0 | 0.79 | 0.94 | 0.27 | 9.66 | 0.89 | 0.38 |
| Hex | B9 | 27 | B | 0 | 4F | 5E | 1B | A | 59 | 26 |
| Octal | 271 | 47 | 13 | 0 | 117 | 136 | 33 | 12 | 131 | 46 |
| Binary | 10111001 | 100111 | 1011 | 0 | 1001111 | 1011110 | 11011 | 1010 | 1011001 | 100110 |
Color Harmonies of #B9270B
Complementary color
Monochromatic Colors of #B9270B
Black with #B9270B
Text Example
Text Example
White with #B9270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9270B; }
p { color: rgb(185,39,11); }
H1.HeaderClassName
{
color: #B9270B;
}
.AnyTagClassName
{
color: #B9270B;
}
</style>
background-color css
<style>
a { background-color: #B9270B; }
a { background-color: rgb(185,39,11); }
div.DivClassName
{
background-color: #B9270B;
}
.BgClassName
{
background-color: #B9270B;
}
</style>
border-color css
<style>
span { border-color: #B9270B; }
span { border-color: rgb(185,39,11); }
td.TdClassName
{
border-color: #B9270B;
}
.TagClassName
{
border-color: #B9270B;
}
</style>