Html Css Color HEX #B91F00 Harley Davidson Orange
📋 copy color: '#B91F00'red 185 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #B91F00
Tints of Harley Davidson Orange #B91F00
RGB
CMYK
RGB Variations
Color information
#B91F00 (or 0xB91F00) is known color: Harley Davidson Orange. HEX triplet: B9, 1F and 00. RGB value is (185,31,0). Sum of RGB (Red+Green+Blue) = 185+31+0=216 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.65% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 185 - color contains mainly: red. Hex color #B91F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91F00 is #46E0FF. Grayscale: #494949. Windows color (decimal): -4645120 or 8121. OLE color: 8121.
HSL color Cylindrical-coordinate representation of color #B91F00: hue angle of 10.05º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B91F00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 31 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.27 |
| HSL | 10.05º | 1% | 0.36% | - |
| HSV(B) | 10.05º | 1% | 0.73% | - |
| XYZ | 20.5 | 11.29 | 1.1 | - |
| YUV | 73.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 0 | 0 | 0.83 | 1 | 0.27 | 10.05 | 1 | 0.36 |
| Hex | B9 | 1F | 0 | 0 | 53 | 64 | 1B | A | 64 | 24 |
| Octal | 271 | 37 | 0 | 0 | 123 | 144 | 33 | 12 | 144 | 44 |
| Binary | 10111001 | 11111 | 0 | 0 | 1010011 | 1100100 | 11011 | 1010 | 1100100 | 100100 |
Color Harmonies of #B91F00
Complementary color
Monochromatic Colors of #B91F00
Black with #B91F00
Text Example
Text Example
White with #B91F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91F00; }
p { color: rgb(185,31,0); }
H1.HeaderClassName
{
color: #B91F00;
}
.AnyTagClassName
{
color: #B91F00;
}
</style>
background-color css
<style>
a { background-color: #B91F00; }
a { background-color: rgb(185,31,0); }
div.DivClassName
{
background-color: #B91F00;
}
.BgClassName
{
background-color: #B91F00;
}
</style>
border-color css
<style>
span { border-color: #B91F00; }
span { border-color: rgb(185,31,0); }
td.TdClassName
{
border-color: #B91F00;
}
.TagClassName
{
border-color: #B91F00;
}
</style>