Html Css Color HEX #B73620 Harley Davidson Orange
📋 copy color: '#B73620'red 183 ◦ green 54 ◦ blue 32
Shades of Harley Davidson Orange #B73620
Tints of Harley Davidson Orange #B73620
RGB
CMYK
RGB Variations
Color information
#B73620 (or 0xB73620) is known color: Harley Davidson Orange. HEX triplet: B7, 36 and 20. RGB value is (183,54,32). Sum of RGB (Red+Green+Blue) = 183+54+32=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B73620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73620 is #48C9DF. Grayscale: #5A5A5A. Windows color (decimal): -4770272 or 2111159. OLE color: 2111159.
HSL color Cylindrical-coordinate representation of color #B73620: hue angle of 8.74º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B73620 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 32 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.28 |
| HSL | 8.74º | 0.7% | 0.42% | - |
| HSV(B) | 8.74º | 0.83% | 0.72% | - |
| XYZ | 21.11 | 12.81 | 2.73 | - |
| YUV | 90.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 32 | 0 | 0.70 | 0.83 | 0.28 | 8.74 | 0.7 | 0.42 |
| Hex | B7 | 36 | 20 | 0 | 46 | 53 | 1C | 9 | 46 | 2A |
| Octal | 267 | 66 | 40 | 0 | 106 | 123 | 34 | 11 | 106 | 52 |
| Binary | 10110111 | 110110 | 100000 | 0 | 1000110 | 1010011 | 11100 | 1001 | 1000110 | 101010 |
Color Harmonies of #B73620
Complementary color
Monochromatic Colors of #B73620
Black with #B73620
Text Example
Text Example
White with #B73620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73620; }
p { color: rgb(183,54,32); }
H1.HeaderClassName
{
color: #B73620;
}
.AnyTagClassName
{
color: #B73620;
}
</style>
background-color css
<style>
a { background-color: #B73620; }
a { background-color: rgb(183,54,32); }
div.DivClassName
{
background-color: #B73620;
}
.BgClassName
{
background-color: #B73620;
}
</style>
border-color css
<style>
span { border-color: #B73620; }
span { border-color: rgb(183,54,32); }
td.TdClassName
{
border-color: #B73620;
}
.TagClassName
{
border-color: #B73620;
}
</style>