Html Css Color HEX #B73119 Harley Davidson Orange
📋 copy color: '#B73119'red 183 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #B73119
Tints of Harley Davidson Orange #B73119
RGB
CMYK
RGB Variations
Color information
#B73119 (or 0xB73119) is known color: Harley Davidson Orange. HEX triplet: B7, 31 and 19. RGB value is (183,49,25). Sum of RGB (Red+Green+Blue) = 183+49+25=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73119 is #48CEE6. Grayscale: #565656. Windows color (decimal): -4771559 or 1651127. OLE color: 1651127.
HSL color Cylindrical-coordinate representation of color #B73119: hue angle of 9.11º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B73119 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 25 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.28 |
| HSL | 9.11º | 0.76% | 0.41% | - |
| HSV(B) | 9.11º | 0.86% | 0.72% | - |
| XYZ | 20.8 | 12.33 | 2.2 | - |
| YUV | 86.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 25 | 0 | 0.73 | 0.86 | 0.28 | 9.11 | 0.76 | 0.41 |
| Hex | B7 | 31 | 19 | 0 | 49 | 56 | 1C | 9 | 4C | 29 |
| Octal | 267 | 61 | 31 | 0 | 111 | 126 | 34 | 11 | 114 | 51 |
| Binary | 10110111 | 110001 | 11001 | 0 | 1001001 | 1010110 | 11100 | 1001 | 1001100 | 101001 |
Color Harmonies of #B73119
Complementary color
Monochromatic Colors of #B73119
Black with #B73119
Text Example
Text Example
White with #B73119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73119; }
p { color: rgb(183,49,25); }
H1.HeaderClassName
{
color: #B73119;
}
.AnyTagClassName
{
color: #B73119;
}
</style>
background-color css
<style>
a { background-color: #B73119; }
a { background-color: rgb(183,49,25); }
div.DivClassName
{
background-color: #B73119;
}
.BgClassName
{
background-color: #B73119;
}
</style>
border-color css
<style>
span { border-color: #B73119; }
span { border-color: rgb(183,49,25); }
td.TdClassName
{
border-color: #B73119;
}
.TagClassName
{
border-color: #B73119;
}
</style>