Html Css Color HEX #B72000 Harley Davidson Orange
📋 copy color: '#B72000'red 183 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #B72000
Tints of Harley Davidson Orange #B72000
RGB
CMYK
RGB Variations
Color information
#B72000 (or 0xB72000) is known color: Harley Davidson Orange. HEX triplet: B7, 20 and 00. RGB value is (183,32,0). Sum of RGB (Red+Green+Blue) = 183+32+0=215 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.12% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 183 - color contains mainly: red. Hex color #B72000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72000 is #48DFFF. Grayscale: #494949. Windows color (decimal): -4775936 or 8375. OLE color: 8375.
HSL color Cylindrical-coordinate representation of color #B72000: hue angle of 10.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B72000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.28 |
| HSL | 10.49º | 1% | 0.36% | - |
| HSV(B) | 10.49º | 1% | 0.72% | - |
| XYZ | 20.04 | 11.1 | 1.09 | - |
| YUV | 73.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 0 | 0 | 0.83 | 1 | 0.28 | 10.49 | 1 | 0.36 |
| Hex | B7 | 20 | 0 | 0 | 53 | 64 | 1C | A | 64 | 24 |
| Octal | 267 | 40 | 0 | 0 | 123 | 144 | 34 | 12 | 144 | 44 |
| Binary | 10110111 | 100000 | 0 | 0 | 1010011 | 1100100 | 11100 | 1010 | 1100100 | 100100 |
Color Harmonies of #B72000
Complementary color
Monochromatic Colors of #B72000
Black with #B72000
Text Example
Text Example
White with #B72000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72000; }
p { color: rgb(183,32,0); }
H1.HeaderClassName
{
color: #B72000;
}
.AnyTagClassName
{
color: #B72000;
}
</style>
background-color css
<style>
a { background-color: #B72000; }
a { background-color: rgb(183,32,0); }
div.DivClassName
{
background-color: #B72000;
}
.BgClassName
{
background-color: #B72000;
}
</style>
border-color css
<style>
span { border-color: #B72000; }
span { border-color: rgb(183,32,0); }
td.TdClassName
{
border-color: #B72000;
}
.TagClassName
{
border-color: #B72000;
}
</style>