Html Css Color HEX #B72200 Harley Davidson Orange
📋 copy color: '#B72200'red 183 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #B72200
Tints of Harley Davidson Orange #B72200
RGB
CMYK
RGB Variations
Color information
#B72200 (or 0xB72200) is known color: Harley Davidson Orange. HEX triplet: B7, 22 and 00. RGB value is (183,34,0). Sum of RGB (Red+Green+Blue) = 183+34+0=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B72200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72200 is #48DDFF. Grayscale: #4A4A4A. Windows color (decimal): -4775424 or 8887. OLE color: 8887.
HSL color Cylindrical-coordinate representation of color #B72200: hue angle of 11.15º 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 #B72200 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.28 |
| HSL | 11.15º | 1% | 0.36% | - |
| HSV(B) | 11.15º | 1% | 0.72% | - |
| XYZ | 20.1 | 11.21 | 1.1 | - |
| YUV | 74.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 0 | 0 | 0.81 | 1 | 0.28 | 11.15 | 1 | 0.36 |
| Hex | B7 | 22 | 0 | 0 | 51 | 64 | 1C | B | 64 | 24 |
| Octal | 267 | 42 | 0 | 0 | 121 | 144 | 34 | 13 | 144 | 44 |
| Binary | 10110111 | 100010 | 0 | 0 | 1010001 | 1100100 | 11100 | 1011 | 1100100 | 100100 |
Color Harmonies of #B72200
Complementary color
Monochromatic Colors of #B72200
Black with #B72200
Text Example
Text Example
White with #B72200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72200; }
p { color: rgb(183,34,0); }
H1.HeaderClassName
{
color: #B72200;
}
.AnyTagClassName
{
color: #B72200;
}
</style>
background-color css
<style>
a { background-color: #B72200; }
a { background-color: rgb(183,34,0); }
div.DivClassName
{
background-color: #B72200;
}
.BgClassName
{
background-color: #B72200;
}
</style>
border-color css
<style>
span { border-color: #B72200; }
span { border-color: rgb(183,34,0); }
td.TdClassName
{
border-color: #B72200;
}
.TagClassName
{
border-color: #B72200;
}
</style>