Html Css Color HEX #B72A07 Harley Davidson Orange
📋 copy color: '#B72A07'red 183 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #B72A07
Tints of Harley Davidson Orange #B72A07
RGB
CMYK
RGB Variations
Color information
#B72A07 (or 0xB72A07) is known color: Harley Davidson Orange. HEX triplet: B7, 2A and 07. RGB value is (183,42,7). Sum of RGB (Red+Green+Blue) = 183+42+7=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A07 is #48D5F8. Grayscale: #505050. Windows color (decimal): -4773369 or 469687. OLE color: 469687.
HSL color Cylindrical-coordinate representation of color #B72A07: hue angle of 11.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B72A07 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.28 |
| HSL | 11.93º | 0.93% | 0.37% | - |
| HSV(B) | 11.93º | 0.96% | 0.72% | - |
| XYZ | 20.39 | 11.74 | 1.39 | - |
| YUV | 80.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 7 | 0 | 0.77 | 0.96 | 0.28 | 11.93 | 0.93 | 0.37 |
| Hex | B7 | 2A | 7 | 0 | 4D | 60 | 1C | C | 5D | 25 |
| Octal | 267 | 52 | 7 | 0 | 115 | 140 | 34 | 14 | 135 | 45 |
| Binary | 10110111 | 101010 | 111 | 0 | 1001101 | 1100000 | 11100 | 1100 | 1011101 | 100101 |
Color Harmonies of #B72A07
Complementary color
Monochromatic Colors of #B72A07
Black with #B72A07
Text Example
Text Example
White with #B72A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A07; }
p { color: rgb(183,42,7); }
H1.HeaderClassName
{
color: #B72A07;
}
.AnyTagClassName
{
color: #B72A07;
}
</style>
background-color css
<style>
a { background-color: #B72A07; }
a { background-color: rgb(183,42,7); }
div.DivClassName
{
background-color: #B72A07;
}
.BgClassName
{
background-color: #B72A07;
}
</style>
border-color css
<style>
span { border-color: #B72A07; }
span { border-color: rgb(183,42,7); }
td.TdClassName
{
border-color: #B72A07;
}
.TagClassName
{
border-color: #B72A07;
}
</style>