Html Css Color HEX #B82A0E Harley Davidson Orange
📋 copy color: '#B82A0E'red 184 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #B82A0E
Tints of Harley Davidson Orange #B82A0E
RGB
CMYK
RGB Variations
Color information
#B82A0E (or 0xB82A0E) is known color: Harley Davidson Orange. HEX triplet: B8, 2A and 0E. RGB value is (184,42,14). Sum of RGB (Red+Green+Blue) = 184+42+14=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A0E is #47D5F1. Grayscale: #515151. Windows color (decimal): -4707826 or 928440. OLE color: 928440.
HSL color Cylindrical-coordinate representation of color #B82A0E: hue angle of 9.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B82A0E is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 14 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.28 |
| HSL | 9.88º | 0.86% | 0.39% | - |
| HSV(B) | 9.88º | 0.92% | 0.72% | - |
| XYZ | 20.67 | 11.88 | 1.62 | - |
| YUV | 81.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 14 | 0 | 0.77 | 0.92 | 0.28 | 9.88 | 0.86 | 0.39 |
| Hex | B8 | 2A | E | 0 | 4D | 5C | 1C | A | 56 | 27 |
| Octal | 270 | 52 | 16 | 0 | 115 | 134 | 34 | 12 | 126 | 47 |
| Binary | 10111000 | 101010 | 1110 | 0 | 1001101 | 1011100 | 11100 | 1010 | 1010110 | 100111 |
Color Harmonies of #B82A0E
Complementary color
Monochromatic Colors of #B82A0E
Black with #B82A0E
Text Example
Text Example
White with #B82A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A0E; }
p { color: rgb(184,42,14); }
H1.HeaderClassName
{
color: #B82A0E;
}
.AnyTagClassName
{
color: #B82A0E;
}
</style>
background-color css
<style>
a { background-color: #B82A0E; }
a { background-color: rgb(184,42,14); }
div.DivClassName
{
background-color: #B82A0E;
}
.BgClassName
{
background-color: #B82A0E;
}
</style>
border-color css
<style>
span { border-color: #B82A0E; }
span { border-color: rgb(184,42,14); }
td.TdClassName
{
border-color: #B82A0E;
}
.TagClassName
{
border-color: #B82A0E;
}
</style>