Html Css Color HEX #B93011 Harley Davidson Orange
📋 copy color: '#B93011'red 185 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #B93011
Tints of Harley Davidson Orange #B93011
RGB
CMYK
RGB Variations
Color information
#B93011 (or 0xB93011) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 11. RGB value is (185,48,17). Sum of RGB (Red+Green+Blue) = 185+48+17=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B93011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93011 is #46CFEE. Grayscale: #555555. Windows color (decimal): -4640751 or 1126585. OLE color: 1126585.
HSL color Cylindrical-coordinate representation of color #B93011: hue angle of 11.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93011 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.27 |
| HSL | 11.07º | 0.83% | 0.4% | - |
| HSV(B) | 11.07º | 0.91% | 0.73% | - |
| XYZ | 21.17 | 12.47 | 1.82 | - |
| YUV | 85.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 17 | 0 | 0.74 | 0.91 | 0.27 | 11.07 | 0.83 | 0.4 |
| Hex | B9 | 30 | 11 | 0 | 4A | 5B | 1B | B | 53 | 28 |
| Octal | 271 | 60 | 21 | 0 | 112 | 133 | 33 | 13 | 123 | 50 |
| Binary | 10111001 | 110000 | 10001 | 0 | 1001010 | 1011011 | 11011 | 1011 | 1010011 | 101000 |
Color Harmonies of #B93011
Complementary color
Monochromatic Colors of #B93011
Black with #B93011
Text Example
Text Example
White with #B93011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93011; }
p { color: rgb(185,48,17); }
H1.HeaderClassName
{
color: #B93011;
}
.AnyTagClassName
{
color: #B93011;
}
</style>
background-color css
<style>
a { background-color: #B93011; }
a { background-color: rgb(185,48,17); }
div.DivClassName
{
background-color: #B93011;
}
.BgClassName
{
background-color: #B93011;
}
</style>
border-color css
<style>
span { border-color: #B93011; }
span { border-color: rgb(185,48,17); }
td.TdClassName
{
border-color: #B93011;
}
.TagClassName
{
border-color: #B93011;
}
</style>