Html Css Color HEX #B82D13 Harley Davidson Orange
📋 copy color: '#B82D13'red 184 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #B82D13
Tints of Harley Davidson Orange #B82D13
RGB
CMYK
RGB Variations
Color information
#B82D13 (or 0xB82D13) is known color: Harley Davidson Orange. HEX triplet: B8, 2D and 13. RGB value is (184,45,19). Sum of RGB (Red+Green+Blue) = 184+45+19=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82D13 is #47D2EC. Grayscale: #535353. Windows color (decimal): -4707053 or 1256888. OLE color: 1256888.
HSL color Cylindrical-coordinate representation of color #B82D13: hue angle of 9.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82D13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.28 |
| HSL | 9.45º | 0.81% | 0.4% | - |
| HSV(B) | 9.45º | 0.9% | 0.72% | - |
| XYZ | 20.82 | 12.11 | 1.86 | - |
| YUV | 83.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 19 | 0 | 0.76 | 0.90 | 0.28 | 9.45 | 0.81 | 0.4 |
| Hex | B8 | 2D | 13 | 0 | 4C | 5A | 1C | 9 | 51 | 28 |
| Octal | 270 | 55 | 23 | 0 | 114 | 132 | 34 | 11 | 121 | 50 |
| Binary | 10111000 | 101101 | 10011 | 0 | 1001100 | 1011010 | 11100 | 1001 | 1010001 | 101000 |
Color Harmonies of #B82D13
Complementary color
Monochromatic Colors of #B82D13
Black with #B82D13
Text Example
Text Example
White with #B82D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D13; }
p { color: rgb(184,45,19); }
H1.HeaderClassName
{
color: #B82D13;
}
.AnyTagClassName
{
color: #B82D13;
}
</style>
background-color css
<style>
a { background-color: #B82D13; }
a { background-color: rgb(184,45,19); }
div.DivClassName
{
background-color: #B82D13;
}
.BgClassName
{
background-color: #B82D13;
}
</style>
border-color css
<style>
span { border-color: #B82D13; }
span { border-color: rgb(184,45,19); }
td.TdClassName
{
border-color: #B82D13;
}
.TagClassName
{
border-color: #B82D13;
}
</style>