Html Css Color HEX #B73011 Harley Davidson Orange
📋 copy color: '#B73011'red 183 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #B73011
Tints of Harley Davidson Orange #B73011
RGB
CMYK
RGB Variations
Color information
#B73011 (or 0xB73011) is known color: Harley Davidson Orange. HEX triplet: B7, 30 and 11. RGB value is (183,48,17). Sum of RGB (Red+Green+Blue) = 183+48+17=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B73011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73011 is #48CFEE. Grayscale: #555555. Windows color (decimal): -4771823 or 1126583. OLE color: 1126583.
HSL color Cylindrical-coordinate representation of color #B73011: hue angle of 11.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73011 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.28 |
| HSL | 11.2º | 0.83% | 0.39% | - |
| HSV(B) | 11.2º | 0.91% | 0.72% | - |
| XYZ | 20.69 | 12.22 | 1.8 | - |
| YUV | 84.83 | 89.73 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 17 | 0 | 0.74 | 0.91 | 0.28 | 11.2 | 0.83 | 0.39 |
| Hex | B7 | 30 | 11 | 0 | 4A | 5B | 1C | B | 53 | 27 |
| Octal | 267 | 60 | 21 | 0 | 112 | 133 | 34 | 13 | 123 | 47 |
| Binary | 10110111 | 110000 | 10001 | 0 | 1001010 | 1011011 | 11100 | 1011 | 1010011 | 100111 |
Color Harmonies of #B73011
Complementary color
Monochromatic Colors of #B73011
Black with #B73011
Text Example
Text Example
White with #B73011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73011; }
p { color: rgb(183,48,17); }
H1.HeaderClassName
{
color: #B73011;
}
.AnyTagClassName
{
color: #B73011;
}
</style>
background-color css
<style>
a { background-color: #B73011; }
a { background-color: rgb(183,48,17); }
div.DivClassName
{
background-color: #B73011;
}
.BgClassName
{
background-color: #B73011;
}
</style>
border-color css
<style>
span { border-color: #B73011; }
span { border-color: rgb(183,48,17); }
td.TdClassName
{
border-color: #B73011;
}
.TagClassName
{
border-color: #B73011;
}
</style>