Html Css Color HEX #B83010 Harley Davidson Orange
📋 copy color: '#B83010'red 184 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #B83010
Tints of Harley Davidson Orange #B83010
RGB
CMYK
RGB Variations
Color information
#B83010 (or 0xB83010) is known color: Harley Davidson Orange. HEX triplet: B8, 30 and 10. RGB value is (184,48,16). Sum of RGB (Red+Green+Blue) = 184+48+16=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B83010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83010 is #47CFEF. Grayscale: #555555. Windows color (decimal): -4706288 or 1061048. OLE color: 1061048.
HSL color Cylindrical-coordinate representation of color #B83010: hue angle of 11.43º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B83010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.28 |
| HSL | 11.43º | 0.84% | 0.39% | - |
| HSV(B) | 11.43º | 0.91% | 0.72% | - |
| XYZ | 20.92 | 12.34 | 1.77 | - |
| YUV | 85.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 16 | 0 | 0.74 | 0.91 | 0.28 | 11.43 | 0.84 | 0.39 |
| Hex | B8 | 30 | 10 | 0 | 4A | 5B | 1C | B | 54 | 27 |
| Octal | 270 | 60 | 20 | 0 | 112 | 133 | 34 | 13 | 124 | 47 |
| Binary | 10111000 | 110000 | 10000 | 0 | 1001010 | 1011011 | 11100 | 1011 | 1010100 | 100111 |
Color Harmonies of #B83010
Complementary color
Monochromatic Colors of #B83010
Black with #B83010
Text Example
Text Example
White with #B83010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83010; }
p { color: rgb(184,48,16); }
H1.HeaderClassName
{
color: #B83010;
}
.AnyTagClassName
{
color: #B83010;
}
</style>
background-color css
<style>
a { background-color: #B83010; }
a { background-color: rgb(184,48,16); }
div.DivClassName
{
background-color: #B83010;
}
.BgClassName
{
background-color: #B83010;
}
</style>
border-color css
<style>
span { border-color: #B83010; }
span { border-color: rgb(184,48,16); }
td.TdClassName
{
border-color: #B83010;
}
.TagClassName
{
border-color: #B83010;
}
</style>