Html Css Color HEX #B93010 Harley Davidson Orange
📋 copy color: '#B93010'red 185 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #B93010
Tints of Harley Davidson Orange #B93010
RGB
CMYK
RGB Variations
Color information
#B93010 (or 0xB93010) is known color: Harley Davidson Orange. HEX triplet: B9, 30 and 10. RGB value is (185,48,16). Sum of RGB (Red+Green+Blue) = 185+48+16=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B93010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93010 is #46CFEF. Grayscale: #555555. Windows color (decimal): -4640752 or 1061049. OLE color: 1061049.
HSL color Cylindrical-coordinate representation of color #B93010: hue angle of 11.36º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B93010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.27 |
| HSL | 11.36º | 0.84% | 0.39% | - |
| HSV(B) | 11.36º | 0.91% | 0.73% | - |
| XYZ | 21.16 | 12.47 | 1.78 | - |
| YUV | 85.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 16 | 0 | 0.74 | 0.91 | 0.27 | 11.36 | 0.84 | 0.39 |
| Hex | B9 | 30 | 10 | 0 | 4A | 5B | 1B | B | 54 | 27 |
| Octal | 271 | 60 | 20 | 0 | 112 | 133 | 33 | 13 | 124 | 47 |
| Binary | 10111001 | 110000 | 10000 | 0 | 1001010 | 1011011 | 11011 | 1011 | 1010100 | 100111 |
Color Harmonies of #B93010
Complementary color
Monochromatic Colors of #B93010
Black with #B93010
Text Example
Text Example
White with #B93010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93010; }
p { color: rgb(185,48,16); }
H1.HeaderClassName
{
color: #B93010;
}
.AnyTagClassName
{
color: #B93010;
}
</style>
background-color css
<style>
a { background-color: #B93010; }
a { background-color: rgb(185,48,16); }
div.DivClassName
{
background-color: #B93010;
}
.BgClassName
{
background-color: #B93010;
}
</style>
border-color css
<style>
span { border-color: #B93010; }
span { border-color: rgb(185,48,16); }
td.TdClassName
{
border-color: #B93010;
}
.TagClassName
{
border-color: #B93010;
}
</style>