Html Css Color HEX #B82A0B Harley Davidson Orange
📋 copy color: '#B82A0B'red 184 ◦ green 42 ◦ blue 11
Shades of Harley Davidson Orange #B82A0B
Tints of Harley Davidson Orange #B82A0B
RGB
CMYK
RGB Variations
Color information
#B82A0B (or 0xB82A0B) is known color: Harley Davidson Orange. HEX triplet: B8, 2A and 0B. RGB value is (184,42,11). Sum of RGB (Red+Green+Blue) = 184+42+11=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 11 (4.69% from 255 or 4.64% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A0B is #47D5F4. Grayscale: #515151. Windows color (decimal): -4707829 or 731832. OLE color: 731832.
HSL color Cylindrical-coordinate representation of color #B82A0B: hue angle of 10.75º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B82A0B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.28 |
| HSL | 10.75º | 0.89% | 0.38% | - |
| HSV(B) | 10.75º | 0.94% | 0.72% | - |
| XYZ | 20.66 | 11.87 | 1.52 | - |
| YUV | 80.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 11 | 0 | 0.77 | 0.94 | 0.28 | 10.75 | 0.89 | 0.38 |
| Hex | B8 | 2A | B | 0 | 4D | 5E | 1C | B | 59 | 26 |
| Octal | 270 | 52 | 13 | 0 | 115 | 136 | 34 | 13 | 131 | 46 |
| Binary | 10111000 | 101010 | 1011 | 0 | 1001101 | 1011110 | 11100 | 1011 | 1011001 | 100110 |
Color Harmonies of #B82A0B
Complementary color
Monochromatic Colors of #B82A0B
Black with #B82A0B
Text Example
Text Example
White with #B82A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A0B; }
p { color: rgb(184,42,11); }
H1.HeaderClassName
{
color: #B82A0B;
}
.AnyTagClassName
{
color: #B82A0B;
}
</style>
background-color css
<style>
a { background-color: #B82A0B; }
a { background-color: rgb(184,42,11); }
div.DivClassName
{
background-color: #B82A0B;
}
.BgClassName
{
background-color: #B82A0B;
}
</style>
border-color css
<style>
span { border-color: #B82A0B; }
span { border-color: rgb(184,42,11); }
td.TdClassName
{
border-color: #B82A0B;
}
.TagClassName
{
border-color: #B82A0B;
}
</style>