Html Css Color HEX #B93119 Harley Davidson Orange
📋 copy color: '#B93119'red 185 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #B93119
Tints of Harley Davidson Orange #B93119
RGB
CMYK
RGB Variations
Color information
#B93119 (or 0xB93119) is known color: Harley Davidson Orange. HEX triplet: B9, 31 and 19. RGB value is (185,49,25). Sum of RGB (Red+Green+Blue) = 185+49+25=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93119 is #46CEE6. Grayscale: #575757. Windows color (decimal): -4640487 or 1651129. OLE color: 1651129.
HSL color Cylindrical-coordinate representation of color #B93119: hue angle of 9º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B93119 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 25 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.27 |
| HSL | 9º | 0.76% | 0.41% | - |
| HSV(B) | 9º | 0.86% | 0.73% | - |
| XYZ | 21.28 | 12.58 | 2.23 | - |
| YUV | 86.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 25 | 0 | 0.74 | 0.86 | 0.27 | 9 | 0.76 | 0.41 |
| Hex | B9 | 31 | 19 | 0 | 4A | 56 | 1B | 9 | 4C | 29 |
| Octal | 271 | 61 | 31 | 0 | 112 | 126 | 33 | 11 | 114 | 51 |
| Binary | 10111001 | 110001 | 11001 | 0 | 1001010 | 1010110 | 11011 | 1001 | 1001100 | 101001 |
Color Harmonies of #B93119
Complementary color
Monochromatic Colors of #B93119
Black with #B93119
Text Example
Text Example
White with #B93119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93119; }
p { color: rgb(185,49,25); }
H1.HeaderClassName
{
color: #B93119;
}
.AnyTagClassName
{
color: #B93119;
}
</style>
background-color css
<style>
a { background-color: #B93119; }
a { background-color: rgb(185,49,25); }
div.DivClassName
{
background-color: #B93119;
}
.BgClassName
{
background-color: #B93119;
}
</style>
border-color css
<style>
span { border-color: #B93119; }
span { border-color: rgb(185,49,25); }
td.TdClassName
{
border-color: #B93119;
}
.TagClassName
{
border-color: #B93119;
}
</style>