Html Css Color HEX #B72C0E Harley Davidson Orange
📋 copy color: '#B72C0E'red 183 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #B72C0E
Tints of Harley Davidson Orange #B72C0E
RGB
CMYK
RGB Variations
Color information
#B72C0E (or 0xB72C0E) is known color: Harley Davidson Orange. HEX triplet: B7, 2C and 0E. RGB value is (183,44,14). Sum of RGB (Red+Green+Blue) = 183+44+14=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C0E is #48D3F1. Grayscale: #525252. Windows color (decimal): -4772850 or 928951. OLE color: 928951.
HSL color Cylindrical-coordinate representation of color #B72C0E: hue angle of 10.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B72C0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.28 |
| HSL | 10.65º | 0.86% | 0.39% | - |
| HSV(B) | 10.65º | 0.92% | 0.72% | - |
| XYZ | 20.51 | 11.9 | 1.63 | - |
| YUV | 82.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 14 | 0 | 0.76 | 0.92 | 0.28 | 10.65 | 0.86 | 0.39 |
| Hex | B7 | 2C | E | 0 | 4C | 5C | 1C | B | 56 | 27 |
| Octal | 267 | 54 | 16 | 0 | 114 | 134 | 34 | 13 | 126 | 47 |
| Binary | 10110111 | 101100 | 1110 | 0 | 1001100 | 1011100 | 11100 | 1011 | 1010110 | 100111 |
Color Harmonies of #B72C0E
Complementary color
Monochromatic Colors of #B72C0E
Black with #B72C0E
Text Example
Text Example
White with #B72C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C0E; }
p { color: rgb(183,44,14); }
H1.HeaderClassName
{
color: #B72C0E;
}
.AnyTagClassName
{
color: #B72C0E;
}
</style>
background-color css
<style>
a { background-color: #B72C0E; }
a { background-color: rgb(183,44,14); }
div.DivClassName
{
background-color: #B72C0E;
}
.BgClassName
{
background-color: #B72C0E;
}
</style>
border-color css
<style>
span { border-color: #B72C0E; }
span { border-color: rgb(183,44,14); }
td.TdClassName
{
border-color: #B72C0E;
}
.TagClassName
{
border-color: #B72C0E;
}
</style>