Html Css Color HEX #B93012 Harley Davidson Orange
📋 copy color: '#B93012'red 185 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #B93012
Tints of Harley Davidson Orange #B93012
RGB
CMYK
RGB Variations
Color information
#B93012 (or 0xB93012) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 12. RGB value is (185,48,18). Sum of RGB (Red+Green+Blue) = 185+48+18=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B93012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93012 is #46CFED. Grayscale: #555555. Windows color (decimal): -4640750 or 1192121. OLE color: 1192121.
HSL color Cylindrical-coordinate representation of color #B93012: hue angle of 10.78º degrees, saturation: 0.82, 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 #B93012 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.27 |
| HSL | 10.78º | 0.82% | 0.4% | - |
| HSV(B) | 10.78º | 0.9% | 0.73% | - |
| XYZ | 21.17 | 12.47 | 1.86 | - |
| YUV | 85.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 18 | 0 | 0.74 | 0.90 | 0.27 | 10.78 | 0.82 | 0.4 |
| Hex | B9 | 30 | 12 | 0 | 4A | 5A | 1B | B | 52 | 28 |
| Octal | 271 | 60 | 22 | 0 | 112 | 132 | 33 | 13 | 122 | 50 |
| Binary | 10111001 | 110000 | 10010 | 0 | 1001010 | 1011010 | 11011 | 1011 | 1010010 | 101000 |
Color Harmonies of #B93012
Complementary color
Monochromatic Colors of #B93012
Black with #B93012
Text Example
Text Example
White with #B93012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93012; }
p { color: rgb(185,48,18); }
H1.HeaderClassName
{
color: #B93012;
}
.AnyTagClassName
{
color: #B93012;
}
</style>
background-color css
<style>
a { background-color: #B93012; }
a { background-color: rgb(185,48,18); }
div.DivClassName
{
background-color: #B93012;
}
.BgClassName
{
background-color: #B93012;
}
</style>
border-color css
<style>
span { border-color: #B93012; }
span { border-color: rgb(185,48,18); }
td.TdClassName
{
border-color: #B93012;
}
.TagClassName
{
border-color: #B93012;
}
</style>