Html Css Color HEX #B72007 Harley Davidson Orange
📋 copy color: '#B72007'red 183 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #B72007
Tints of Harley Davidson Orange #B72007
RGB
CMYK
RGB Variations
Color information
#B72007 (or 0xB72007) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 07. RGB value is (183,32,7). Sum of RGB (Red+Green+Blue) = 183+32+7=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B72007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72007 is #48DFF8. Grayscale: #4A4A4A. Windows color (decimal): -4775929 or 467127. OLE color: 467127.
HSL color Cylindrical-coordinate representation of color #B72007: hue angle of 8.52º 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 #B72007 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.28 |
| HSL | 8.52º | 0.93% | 0.37% | - |
| HSV(B) | 8.52º | 0.96% | 0.72% | - |
| XYZ | 20.08 | 11.12 | 1.29 | - |
| YUV | 74.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 7 | 0 | 0.83 | 0.96 | 0.28 | 8.52 | 0.93 | 0.37 |
| Hex | B7 | 20 | 7 | 0 | 53 | 60 | 1C | 9 | 5D | 25 |
| Octal | 267 | 40 | 7 | 0 | 123 | 140 | 34 | 11 | 135 | 45 |
| Binary | 10110111 | 100000 | 111 | 0 | 1010011 | 1100000 | 11100 | 1001 | 1011101 | 100101 |
Color Harmonies of #B72007
Complementary color
Monochromatic Colors of #B72007
Black with #B72007
Text Example
Text Example
White with #B72007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72007; }
p { color: rgb(183,32,7); }
H1.HeaderClassName
{
color: #B72007;
}
.AnyTagClassName
{
color: #B72007;
}
</style>
background-color css
<style>
a { background-color: #B72007; }
a { background-color: rgb(183,32,7); }
div.DivClassName
{
background-color: #B72007;
}
.BgClassName
{
background-color: #B72007;
}
</style>
border-color css
<style>
span { border-color: #B72007; }
span { border-color: rgb(183,32,7); }
td.TdClassName
{
border-color: #B72007;
}
.TagClassName
{
border-color: #B72007;
}
</style>