Html Css Color HEX #B72604 Harley Davidson Orange
📋 copy color: '#B72604'red 183 ◦ green 38 ◦ blue 4
Shades of Harley Davidson Orange #B72604
Tints of Harley Davidson Orange #B72604
RGB
CMYK
RGB Variations
Color information
#B72604 (or 0xB72604) is known color: Harley Davidson Orange. HEX triplet: B7, 26 and 04. RGB value is (183,38,4). Sum of RGB (Red+Green+Blue) = 183+38+4=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B72604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72604 is #48D9FB. Grayscale: #4D4D4D. Windows color (decimal): -4774396 or 272055. OLE color: 272055.
HSL color Cylindrical-coordinate representation of color #B72604: hue angle of 11.4º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B72604 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.28 |
| HSL | 11.4º | 0.96% | 0.37% | - |
| HSV(B) | 11.4º | 0.98% | 0.72% | - |
| XYZ | 20.24 | 11.46 | 1.26 | - |
| YUV | 77.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 4 | 0 | 0.79 | 0.98 | 0.28 | 11.4 | 0.96 | 0.37 |
| Hex | B7 | 26 | 4 | 0 | 4F | 62 | 1C | B | 60 | 25 |
| Octal | 267 | 46 | 4 | 0 | 117 | 142 | 34 | 13 | 140 | 45 |
| Binary | 10110111 | 100110 | 100 | 0 | 1001111 | 1100010 | 11100 | 1011 | 1100000 | 100101 |
Color Harmonies of #B72604
Complementary color
Monochromatic Colors of #B72604
Black with #B72604
Text Example
Text Example
White with #B72604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72604; }
p { color: rgb(183,38,4); }
H1.HeaderClassName
{
color: #B72604;
}
.AnyTagClassName
{
color: #B72604;
}
</style>
background-color css
<style>
a { background-color: #B72604; }
a { background-color: rgb(183,38,4); }
div.DivClassName
{
background-color: #B72604;
}
.BgClassName
{
background-color: #B72604;
}
</style>
border-color css
<style>
span { border-color: #B72604; }
span { border-color: rgb(183,38,4); }
td.TdClassName
{
border-color: #B72604;
}
.TagClassName
{
border-color: #B72604;
}
</style>