Html Css Color HEX #B93117 Harley Davidson Orange
📋 copy color: '#B93117'red 185 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #B93117
Tints of Harley Davidson Orange #B93117
RGB
CMYK
RGB Variations
Color information
#B93117 (or 0xB93117) is known color: Harley Davidson Orange. HEX triplet: B9, 31 and 17. RGB value is (185,49,23). Sum of RGB (Red+Green+Blue) = 185+49+23=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93117 is #46CEE8. Grayscale: #565656. Windows color (decimal): -4640489 or 1520057. OLE color: 1520057.
HSL color Cylindrical-coordinate representation of color #B93117: hue angle of 9.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B93117 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.27 |
| HSL | 9.63º | 0.78% | 0.41% | - |
| HSV(B) | 9.63º | 0.88% | 0.73% | - |
| XYZ | 21.26 | 12.57 | 2.12 | - |
| YUV | 86.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 23 | 0 | 0.74 | 0.88 | 0.27 | 9.63 | 0.78 | 0.41 |
| Hex | B9 | 31 | 17 | 0 | 4A | 58 | 1B | A | 4E | 29 |
| Octal | 271 | 61 | 27 | 0 | 112 | 130 | 33 | 12 | 116 | 51 |
| Binary | 10111001 | 110001 | 10111 | 0 | 1001010 | 1011000 | 11011 | 1010 | 1001110 | 101001 |
Color Harmonies of #B93117
Complementary color
Monochromatic Colors of #B93117
Black with #B93117
Text Example
Text Example
White with #B93117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93117; }
p { color: rgb(185,49,23); }
H1.HeaderClassName
{
color: #B93117;
}
.AnyTagClassName
{
color: #B93117;
}
</style>
background-color css
<style>
a { background-color: #B93117; }
a { background-color: rgb(185,49,23); }
div.DivClassName
{
background-color: #B93117;
}
.BgClassName
{
background-color: #B93117;
}
</style>
border-color css
<style>
span { border-color: #B93117; }
span { border-color: rgb(185,49,23); }
td.TdClassName
{
border-color: #B93117;
}
.TagClassName
{
border-color: #B93117;
}
</style>