Html Css Color HEX #B72806 Harley Davidson Orange
📋 copy color: '#B72806'red 183 ◦ green 40 ◦ blue 6
Shades of Harley Davidson Orange #B72806
Tints of Harley Davidson Orange #B72806
RGB
CMYK
RGB Variations
Color information
#B72806 (or 0xB72806) is known color: Harley Davidson Orange. HEX triplet: B7, 28 and 06. RGB value is (183,40,6). Sum of RGB (Red+Green+Blue) = 183+40+6=229 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.91% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 183 - color contains mainly: red. Hex color #B72806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72806 is #48D7F9. Grayscale: #4F4F4F. Windows color (decimal): -4773882 or 403639. OLE color: 403639.
HSL color Cylindrical-coordinate representation of color #B72806: hue angle of 11.53º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B72806 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.28 |
| HSL | 11.53º | 0.94% | 0.37% | - |
| HSV(B) | 11.53º | 0.97% | 0.72% | - |
| XYZ | 20.32 | 11.6 | 1.34 | - |
| YUV | 78.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 6 | 0 | 0.78 | 0.97 | 0.28 | 11.53 | 0.94 | 0.37 |
| Hex | B7 | 28 | 6 | 0 | 4E | 61 | 1C | C | 5E | 25 |
| Octal | 267 | 50 | 6 | 0 | 116 | 141 | 34 | 14 | 136 | 45 |
| Binary | 10110111 | 101000 | 110 | 0 | 1001110 | 1100001 | 11100 | 1100 | 1011110 | 100101 |
Color Harmonies of #B72806
Complementary color
Monochromatic Colors of #B72806
Black with #B72806
Text Example
Text Example
White with #B72806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72806; }
p { color: rgb(183,40,6); }
H1.HeaderClassName
{
color: #B72806;
}
.AnyTagClassName
{
color: #B72806;
}
</style>
background-color css
<style>
a { background-color: #B72806; }
a { background-color: rgb(183,40,6); }
div.DivClassName
{
background-color: #B72806;
}
.BgClassName
{
background-color: #B72806;
}
</style>
border-color css
<style>
span { border-color: #B72806; }
span { border-color: rgb(183,40,6); }
td.TdClassName
{
border-color: #B72806;
}
.TagClassName
{
border-color: #B72806;
}
</style>