Html Css Color HEX #B72001 Harley Davidson Orange
📋 copy color: '#B72001'red 183 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #B72001
Tints of Harley Davidson Orange #B72001
RGB
CMYK
RGB Variations
Color information
#B72001 (or 0xB72001) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 01. RGB value is (183,32,1). Sum of RGB (Red+Green+Blue) = 183+32+1=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B72001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72001 is #48DFFE. Grayscale: #494949. Windows color (decimal): -4775935 or 73911. OLE color: 73911.
HSL color Cylindrical-coordinate representation of color #B72001: hue angle of 10.22º degrees, saturation: 0.99, 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 #B72001 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.28 |
| HSL | 10.22º | 0.99% | 0.36% | - |
| HSV(B) | 10.22º | 0.99% | 0.72% | - |
| XYZ | 20.05 | 11.1 | 1.11 | - |
| YUV | 73.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 1 | 0 | 0.83 | 0.99 | 0.28 | 10.22 | 0.99 | 0.36 |
| Hex | B7 | 20 | 1 | 0 | 53 | 63 | 1C | A | 63 | 24 |
| Octal | 267 | 40 | 1 | 0 | 123 | 143 | 34 | 12 | 143 | 44 |
| Binary | 10110111 | 100000 | 1 | 0 | 1010011 | 1100011 | 11100 | 1010 | 1100011 | 100100 |
Color Harmonies of #B72001
Complementary color
Monochromatic Colors of #B72001
Black with #B72001
Text Example
Text Example
White with #B72001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72001; }
p { color: rgb(183,32,1); }
H1.HeaderClassName
{
color: #B72001;
}
.AnyTagClassName
{
color: #B72001;
}
</style>
background-color css
<style>
a { background-color: #B72001; }
a { background-color: rgb(183,32,1); }
div.DivClassName
{
background-color: #B72001;
}
.BgClassName
{
background-color: #B72001;
}
</style>
border-color css
<style>
span { border-color: #B72001; }
span { border-color: rgb(183,32,1); }
td.TdClassName
{
border-color: #B72001;
}
.TagClassName
{
border-color: #B72001;
}
</style>