Html Css Color HEX #B83417 Harley Davidson Orange
📋 copy color: '#B83417'red 184 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #B83417
Tints of Harley Davidson Orange #B83417
RGB
CMYK
RGB Variations
Color information
#B83417 (or 0xB83417) is known color: Harley Davidson Orange. HEX triplet: B8, 34 and 17. RGB value is (184,52,23). Sum of RGB (Red+Green+Blue) = 184+52+23=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B83417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83417 is #47CBE8. Grayscale: #585858. Windows color (decimal): -4705257 or 1520824. OLE color: 1520824.
HSL color Cylindrical-coordinate representation of color #B83417: hue angle of 10.81º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B83417 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.28 |
| HSL | 10.81º | 0.78% | 0.41% | - |
| HSV(B) | 10.81º | 0.88% | 0.72% | - |
| XYZ | 21.15 | 12.71 | 2.15 | - |
| YUV | 88.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 23 | 0 | 0.72 | 0.88 | 0.28 | 10.81 | 0.78 | 0.41 |
| Hex | B8 | 34 | 17 | 0 | 48 | 58 | 1C | B | 4E | 29 |
| Octal | 270 | 64 | 27 | 0 | 110 | 130 | 34 | 13 | 116 | 51 |
| Binary | 10111000 | 110100 | 10111 | 0 | 1001000 | 1011000 | 11100 | 1011 | 1001110 | 101001 |
Color Harmonies of #B83417
Complementary color
Monochromatic Colors of #B83417
Black with #B83417
Text Example
Text Example
White with #B83417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83417; }
p { color: rgb(184,52,23); }
H1.HeaderClassName
{
color: #B83417;
}
.AnyTagClassName
{
color: #B83417;
}
</style>
background-color css
<style>
a { background-color: #B83417; }
a { background-color: rgb(184,52,23); }
div.DivClassName
{
background-color: #B83417;
}
.BgClassName
{
background-color: #B83417;
}
</style>
border-color css
<style>
span { border-color: #B83417; }
span { border-color: rgb(184,52,23); }
td.TdClassName
{
border-color: #B83417;
}
.TagClassName
{
border-color: #B83417;
}
</style>