Html Css Color HEX #B72407 Harley Davidson Orange
📋 copy color: '#B72407'red 183 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #B72407
Tints of Harley Davidson Orange #B72407
RGB
CMYK
RGB Variations
Color information
#B72407 (or 0xB72407) is known color: Harley Davidson Orange. HEX triplet: B7, 24 and 07. RGB value is (183,36,7). Sum of RGB (Red+Green+Blue) = 183+36+7=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B72407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72407 is #48DBF8. Grayscale: #4C4C4C. Windows color (decimal): -4774905 or 468151. OLE color: 468151.
HSL color Cylindrical-coordinate representation of color #B72407: hue angle of 9.89º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B72407 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.28 |
| HSL | 9.89º | 0.93% | 0.37% | - |
| HSV(B) | 9.89º | 0.96% | 0.72% | - |
| XYZ | 20.2 | 11.34 | 1.33 | - |
| YUV | 76.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 7 | 0 | 0.80 | 0.96 | 0.28 | 9.89 | 0.93 | 0.37 |
| Hex | B7 | 24 | 7 | 0 | 50 | 60 | 1C | A | 5D | 25 |
| Octal | 267 | 44 | 7 | 0 | 120 | 140 | 34 | 12 | 135 | 45 |
| Binary | 10110111 | 100100 | 111 | 0 | 1010000 | 1100000 | 11100 | 1010 | 1011101 | 100101 |
Color Harmonies of #B72407
Complementary color
Monochromatic Colors of #B72407
Black with #B72407
Text Example
Text Example
White with #B72407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72407; }
p { color: rgb(183,36,7); }
H1.HeaderClassName
{
color: #B72407;
}
.AnyTagClassName
{
color: #B72407;
}
</style>
background-color css
<style>
a { background-color: #B72407; }
a { background-color: rgb(183,36,7); }
div.DivClassName
{
background-color: #B72407;
}
.BgClassName
{
background-color: #B72407;
}
</style>
border-color css
<style>
span { border-color: #B72407; }
span { border-color: rgb(183,36,7); }
td.TdClassName
{
border-color: #B72407;
}
.TagClassName
{
border-color: #B72407;
}
</style>