Html Css Color HEX #B93218 Harley Davidson Orange
📋 copy color: '#B93218'red 185 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #B93218
Tints of Harley Davidson Orange #B93218
RGB
CMYK
RGB Variations
Color information
#B93218 (or 0xB93218) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 18. RGB value is (185,50,24). Sum of RGB (Red+Green+Blue) = 185+50+24=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93218 is #46CDE7. Grayscale: #575757. Windows color (decimal): -4640232 or 1585849. OLE color: 1585849.
HSL color Cylindrical-coordinate representation of color #B93218: hue angle of 9.69º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B93218 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 24 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.27 |
| HSL | 9.69º | 0.77% | 0.41% | - |
| HSV(B) | 9.69º | 0.87% | 0.73% | - |
| XYZ | 21.31 | 12.66 | 2.18 | - |
| YUV | 87.4 | 92.23 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 24 | 0 | 0.73 | 0.87 | 0.27 | 9.69 | 0.77 | 0.41 |
| Hex | B9 | 32 | 18 | 0 | 49 | 57 | 1B | A | 4D | 29 |
| Octal | 271 | 62 | 30 | 0 | 111 | 127 | 33 | 12 | 115 | 51 |
| Binary | 10111001 | 110010 | 11000 | 0 | 1001001 | 1010111 | 11011 | 1010 | 1001101 | 101001 |
Color Harmonies of #B93218
Complementary color
Monochromatic Colors of #B93218
Black with #B93218
Text Example
Text Example
White with #B93218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93218; }
p { color: rgb(185,50,24); }
H1.HeaderClassName
{
color: #B93218;
}
.AnyTagClassName
{
color: #B93218;
}
</style>
background-color css
<style>
a { background-color: #B93218; }
a { background-color: rgb(185,50,24); }
div.DivClassName
{
background-color: #B93218;
}
.BgClassName
{
background-color: #B93218;
}
</style>
border-color css
<style>
span { border-color: #B93218; }
span { border-color: rgb(185,50,24); }
td.TdClassName
{
border-color: #B93218;
}
.TagClassName
{
border-color: #B93218;
}
</style>