Html Css Color HEX #B9270D Harley Davidson Orange
📋 copy color: '#B9270D'red 185 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #B9270D
Tints of Harley Davidson Orange #B9270D
RGB
CMYK
RGB Variations
Color information
#B9270D (or 0xB9270D) is known color: Harley Davidson Orange. HEX triplet: B9, 27 and 0D. RGB value is (185,39,13). Sum of RGB (Red+Green+Blue) = 185+39+13=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9270D is #46D8F2. Grayscale: #4F4F4F. Windows color (decimal): -4643059 or 862137. OLE color: 862137.
HSL color Cylindrical-coordinate representation of color #B9270D: hue angle of 9.07º 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 #B9270D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.27 |
| HSL | 9.07º | 0.87% | 0.39% | - |
| HSV(B) | 9.07º | 0.93% | 0.73% | - |
| XYZ | 20.81 | 11.79 | 1.56 | - |
| YUV | 79.69 | 90.37 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 13 | 0 | 0.79 | 0.93 | 0.27 | 9.07 | 0.87 | 0.39 |
| Hex | B9 | 27 | D | 0 | 4F | 5D | 1B | 9 | 57 | 27 |
| Octal | 271 | 47 | 15 | 0 | 117 | 135 | 33 | 11 | 127 | 47 |
| Binary | 10111001 | 100111 | 1101 | 0 | 1001111 | 1011101 | 11011 | 1001 | 1010111 | 100111 |
Color Harmonies of #B9270D
Complementary color
Monochromatic Colors of #B9270D
Black with #B9270D
Text Example
Text Example
White with #B9270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9270D; }
p { color: rgb(185,39,13); }
H1.HeaderClassName
{
color: #B9270D;
}
.AnyTagClassName
{
color: #B9270D;
}
</style>
background-color css
<style>
a { background-color: #B9270D; }
a { background-color: rgb(185,39,13); }
div.DivClassName
{
background-color: #B9270D;
}
.BgClassName
{
background-color: #B9270D;
}
</style>
border-color css
<style>
span { border-color: #B9270D; }
span { border-color: rgb(185,39,13); }
td.TdClassName
{
border-color: #B9270D;
}
.TagClassName
{
border-color: #B9270D;
}
</style>