Html Css Color HEX #B72002 Harley Davidson Orange
📋 copy color: '#B72002'red 183 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #B72002
Tints of Harley Davidson Orange #B72002
RGB
CMYK
RGB Variations
Color information
#B72002 (or 0xB72002) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 02. RGB value is (183,32,2). Sum of RGB (Red+Green+Blue) = 183+32+2=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B72002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72002 is #48DFFD. Grayscale: #4A4A4A. Windows color (decimal): -4775934 or 139447. OLE color: 139447.
HSL color Cylindrical-coordinate representation of color #B72002: hue angle of 9.94º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B72002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.28 |
| HSL | 9.94º | 0.98% | 0.36% | - |
| HSV(B) | 9.94º | 0.99% | 0.72% | - |
| XYZ | 20.06 | 11.1 | 1.14 | - |
| YUV | 73.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 2 | 0 | 0.83 | 0.99 | 0.28 | 9.94 | 0.98 | 0.36 |
| Hex | B7 | 20 | 2 | 0 | 53 | 63 | 1C | A | 62 | 24 |
| Octal | 267 | 40 | 2 | 0 | 123 | 143 | 34 | 12 | 142 | 44 |
| Binary | 10110111 | 100000 | 10 | 0 | 1010011 | 1100011 | 11100 | 1010 | 1100010 | 100100 |
Color Harmonies of #B72002
Complementary color
Monochromatic Colors of #B72002
Black with #B72002
Text Example
Text Example
White with #B72002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72002; }
p { color: rgb(183,32,2); }
H1.HeaderClassName
{
color: #B72002;
}
.AnyTagClassName
{
color: #B72002;
}
</style>
background-color css
<style>
a { background-color: #B72002; }
a { background-color: rgb(183,32,2); }
div.DivClassName
{
background-color: #B72002;
}
.BgClassName
{
background-color: #B72002;
}
</style>
border-color css
<style>
span { border-color: #B72002; }
span { border-color: rgb(183,32,2); }
td.TdClassName
{
border-color: #B72002;
}
.TagClassName
{
border-color: #B72002;
}
</style>