Html Css Color HEX #B93215 Harley Davidson Orange
📋 copy color: '#B93215'red 185 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #B93215
Tints of Harley Davidson Orange #B93215
RGB
CMYK
RGB Variations
Color information
#B93215 (or 0xB93215) is known color: Harley Davidson Orange. HEX triplet: B9, 32 and 15. RGB value is (185,50,21). Sum of RGB (Red+Green+Blue) = 185+50+21=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93215 is #46CDEA. Grayscale: #575757. Windows color (decimal): -4640235 or 1389241. OLE color: 1389241.
HSL color Cylindrical-coordinate representation of color #B93215: hue angle of 10.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93215 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.27 |
| HSL | 10.61º | 0.8% | 0.4% | - |
| HSV(B) | 10.61º | 0.89% | 0.73% | - |
| XYZ | 21.28 | 12.65 | 2.03 | - |
| YUV | 87.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 21 | 0 | 0.73 | 0.89 | 0.27 | 10.61 | 0.8 | 0.4 |
| Hex | B9 | 32 | 15 | 0 | 49 | 59 | 1B | B | 50 | 28 |
| Octal | 271 | 62 | 25 | 0 | 111 | 131 | 33 | 13 | 120 | 50 |
| Binary | 10111001 | 110010 | 10101 | 0 | 1001001 | 1011001 | 11011 | 1011 | 1010000 | 101000 |
Color Harmonies of #B93215
Complementary color
Monochromatic Colors of #B93215
Black with #B93215
Text Example
Text Example
White with #B93215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93215; }
p { color: rgb(185,50,21); }
H1.HeaderClassName
{
color: #B93215;
}
.AnyTagClassName
{
color: #B93215;
}
</style>
background-color css
<style>
a { background-color: #B93215; }
a { background-color: rgb(185,50,21); }
div.DivClassName
{
background-color: #B93215;
}
.BgClassName
{
background-color: #B93215;
}
</style>
border-color css
<style>
span { border-color: #B93215; }
span { border-color: rgb(185,50,21); }
td.TdClassName
{
border-color: #B93215;
}
.TagClassName
{
border-color: #B93215;
}
</style>