Html Css Color HEX #B73820 Harley Davidson Orange
📋 copy color: '#B73820'red 183 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #B73820
Tints of Harley Davidson Orange #B73820
RGB
CMYK
RGB Variations
Color information
#B73820 (or 0xB73820) is known color: Harley Davidson Orange. HEX triplet: B7, 38 and 20. RGB value is (183,56,32). Sum of RGB (Red+Green+Blue) = 183+56+32=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B73820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73820 is #48C7DF. Grayscale: #5B5B5B. Windows color (decimal): -4769760 or 2111671. OLE color: 2111671.
HSL color Cylindrical-coordinate representation of color #B73820: hue angle of 9.54º 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 #B73820 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 32 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.28 |
| HSL | 9.54º | 0.7% | 0.42% | - |
| HSV(B) | 9.54º | 0.83% | 0.72% | - |
| XYZ | 21.2 | 13 | 2.76 | - |
| YUV | 91.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 32 | 0 | 0.69 | 0.83 | 0.28 | 9.54 | 0.7 | 0.42 |
| Hex | B7 | 38 | 20 | 0 | 45 | 53 | 1C | A | 46 | 2A |
| Octal | 267 | 70 | 40 | 0 | 105 | 123 | 34 | 12 | 106 | 52 |
| Binary | 10110111 | 111000 | 100000 | 0 | 1000101 | 1010011 | 11100 | 1010 | 1000110 | 101010 |
Color Harmonies of #B73820
Complementary color
Monochromatic Colors of #B73820
Black with #B73820
Text Example
Text Example
White with #B73820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73820; }
p { color: rgb(183,56,32); }
H1.HeaderClassName
{
color: #B73820;
}
.AnyTagClassName
{
color: #B73820;
}
</style>
background-color css
<style>
a { background-color: #B73820; }
a { background-color: rgb(183,56,32); }
div.DivClassName
{
background-color: #B73820;
}
.BgClassName
{
background-color: #B73820;
}
</style>
border-color css
<style>
span { border-color: #B73820; }
span { border-color: rgb(183,56,32); }
td.TdClassName
{
border-color: #B73820;
}
.TagClassName
{
border-color: #B73820;
}
</style>