Html Css Color HEX #B91E00 Harley Davidson Orange
📋 copy color: '#B91E00'red 185 ◦ green 30 ◦ blue 0
Shades of Harley Davidson Orange #B91E00
Tints of Harley Davidson Orange #B91E00
RGB
CMYK
RGB Variations
Color information
#B91E00 (or 0xB91E00) is known color: Harley Davidson Orange. HEX triplet: B9, 1E and 00. RGB value is (185,30,0). Sum of RGB (Red+Green+Blue) = 185+30+0=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B91E00 is #46E1FF. Grayscale: #494949. Windows color (decimal): -4645376 or 7865. OLE color: 7865.
HSL color Cylindrical-coordinate representation of color #B91E00: hue angle of 9.73º 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 #B91E00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 30 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.27 |
| HSL | 9.73º | 1% | 0.36% | - |
| HSV(B) | 9.73º | 1% | 0.73% | - |
| XYZ | 20.47 | 11.24 | 1.09 | - |
| YUV | 72.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 0 | 0 | 0.84 | 1 | 0.27 | 9.73 | 1 | 0.36 |
| Hex | B9 | 1E | 0 | 0 | 54 | 64 | 1B | A | 64 | 24 |
| Octal | 271 | 36 | 0 | 0 | 124 | 144 | 33 | 12 | 144 | 44 |
| Binary | 10111001 | 11110 | 0 | 0 | 1010100 | 1100100 | 11011 | 1010 | 1100100 | 100100 |
Color Harmonies of #B91E00
Complementary color
Monochromatic Colors of #B91E00
Black with #B91E00
Text Example
Text Example
White with #B91E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91E00; }
p { color: rgb(185,30,0); }
H1.HeaderClassName
{
color: #B91E00;
}
.AnyTagClassName
{
color: #B91E00;
}
</style>
background-color css
<style>
a { background-color: #B91E00; }
a { background-color: rgb(185,30,0); }
div.DivClassName
{
background-color: #B91E00;
}
.BgClassName
{
background-color: #B91E00;
}
</style>
border-color css
<style>
span { border-color: #B91E00; }
span { border-color: rgb(185,30,0); }
td.TdClassName
{
border-color: #B91E00;
}
.TagClassName
{
border-color: #B91E00;
}
</style>