Html Css Color HEX #B83119 Harley Davidson Orange
📋 copy color: '#B83119'red 184 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #B83119
Tints of Harley Davidson Orange #B83119
RGB
CMYK
RGB Variations
Color information
#B83119 (or 0xB83119) is known color: Harley Davidson Orange. HEX triplet: B8, 31 and 19. RGB value is (184,49,25). Sum of RGB (Red+Green+Blue) = 184+49+25=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83119 is #47CEE6. Grayscale: #565656. Windows color (decimal): -4706023 or 1651128. OLE color: 1651128.
HSL color Cylindrical-coordinate representation of color #B83119: hue angle of 9.06º 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 #B83119 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 25 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.28 |
| HSL | 9.06º | 0.76% | 0.41% | - |
| HSV(B) | 9.06º | 0.86% | 0.72% | - |
| XYZ | 21.04 | 12.46 | 2.22 | - |
| YUV | 86.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 25 | 0 | 0.73 | 0.86 | 0.28 | 9.06 | 0.76 | 0.41 |
| Hex | B8 | 31 | 19 | 0 | 49 | 56 | 1C | 9 | 4C | 29 |
| Octal | 270 | 61 | 31 | 0 | 111 | 126 | 34 | 11 | 114 | 51 |
| Binary | 10111000 | 110001 | 11001 | 0 | 1001001 | 1010110 | 11100 | 1001 | 1001100 | 101001 |
Color Harmonies of #B83119
Complementary color
Monochromatic Colors of #B83119
Black with #B83119
Text Example
Text Example
White with #B83119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83119; }
p { color: rgb(184,49,25); }
H1.HeaderClassName
{
color: #B83119;
}
.AnyTagClassName
{
color: #B83119;
}
</style>
background-color css
<style>
a { background-color: #B83119; }
a { background-color: rgb(184,49,25); }
div.DivClassName
{
background-color: #B83119;
}
.BgClassName
{
background-color: #B83119;
}
</style>
border-color css
<style>
span { border-color: #B83119; }
span { border-color: rgb(184,49,25); }
td.TdClassName
{
border-color: #B83119;
}
.TagClassName
{
border-color: #B83119;
}
</style>