Html Css Color HEX #B93311 Harley Davidson Orange
📋 copy color: '#B93311'red 185 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #B93311
Tints of Harley Davidson Orange #B93311
RGB
CMYK
RGB Variations
Color information
#B93311 (or 0xB93311) is known color: Harley Davidson Orange. HEX triplet: B9, 33 and 11. RGB value is (185,51,17). Sum of RGB (Red+Green+Blue) = 185+51+17=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B93311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93311 is #46CCEE. Grayscale: #575757. Windows color (decimal): -4639983 or 1127353. OLE color: 1127353.
HSL color Cylindrical-coordinate representation of color #B93311: hue angle of 12.14º 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 #B93311 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.27 |
| HSL | 12.14º | 0.83% | 0.4% | - |
| HSV(B) | 12.14º | 0.91% | 0.73% | - |
| XYZ | 21.29 | 12.72 | 1.86 | - |
| YUV | 87.19 | 88.39 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 17 | 0 | 0.72 | 0.91 | 0.27 | 12.14 | 0.83 | 0.4 |
| Hex | B9 | 33 | 11 | 0 | 48 | 5B | 1B | C | 53 | 28 |
| Octal | 271 | 63 | 21 | 0 | 110 | 133 | 33 | 14 | 123 | 50 |
| Binary | 10111001 | 110011 | 10001 | 0 | 1001000 | 1011011 | 11011 | 1100 | 1010011 | 101000 |
Color Harmonies of #B93311
Complementary color
Monochromatic Colors of #B93311
Black with #B93311
Text Example
Text Example
White with #B93311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93311; }
p { color: rgb(185,51,17); }
H1.HeaderClassName
{
color: #B93311;
}
.AnyTagClassName
{
color: #B93311;
}
</style>
background-color css
<style>
a { background-color: #B93311; }
a { background-color: rgb(185,51,17); }
div.DivClassName
{
background-color: #B93311;
}
.BgClassName
{
background-color: #B93311;
}
</style>
border-color css
<style>
span { border-color: #B93311; }
span { border-color: rgb(185,51,17); }
td.TdClassName
{
border-color: #B93311;
}
.TagClassName
{
border-color: #B93311;
}
</style>