Html Css Color HEX #B93013 Harley Davidson Orange
📋 copy color: '#B93013'red 185 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #B93013
Tints of Harley Davidson Orange #B93013
RGB
CMYK
RGB Variations
Color information
#B93013 (or 0xB93013) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 13. RGB value is (185,48,19). Sum of RGB (Red+Green+Blue) = 185+48+19=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B93013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93013 is #46CFEC. Grayscale: #555555. Windows color (decimal): -4640749 or 1257657. OLE color: 1257657.
HSL color Cylindrical-coordinate representation of color #B93013: hue angle of 10.48º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93013 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.27 |
| HSL | 10.48º | 0.81% | 0.4% | - |
| HSV(B) | 10.48º | 0.9% | 0.73% | - |
| XYZ | 21.18 | 12.48 | 1.91 | - |
| YUV | 85.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 19 | 0 | 0.74 | 0.90 | 0.27 | 10.48 | 0.81 | 0.4 |
| Hex | B9 | 30 | 13 | 0 | 4A | 5A | 1B | A | 51 | 28 |
| Octal | 271 | 60 | 23 | 0 | 112 | 132 | 33 | 12 | 121 | 50 |
| Binary | 10111001 | 110000 | 10011 | 0 | 1001010 | 1011010 | 11011 | 1010 | 1010001 | 101000 |
Color Harmonies of #B93013
Complementary color
Monochromatic Colors of #B93013
Black with #B93013
Text Example
Text Example
White with #B93013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93013; }
p { color: rgb(185,48,19); }
H1.HeaderClassName
{
color: #B93013;
}
.AnyTagClassName
{
color: #B93013;
}
</style>
background-color css
<style>
a { background-color: #B93013; }
a { background-color: rgb(185,48,19); }
div.DivClassName
{
background-color: #B93013;
}
.BgClassName
{
background-color: #B93013;
}
</style>
border-color css
<style>
span { border-color: #B93013; }
span { border-color: rgb(185,48,19); }
td.TdClassName
{
border-color: #B93013;
}
.TagClassName
{
border-color: #B93013;
}
</style>