Html Css Color HEX #B82B12 Harley Davidson Orange
📋 copy color: '#B82B12'red 184 ◦ green 43 ◦ blue 18
Shades of Harley Davidson Orange #B82B12
Tints of Harley Davidson Orange #B82B12
RGB
CMYK
RGB Variations
Color information
#B82B12 (or 0xB82B12) is known color: Harley Davidson Orange. HEX triplet: B8, 2B and 12. RGB value is (184,43,18). Sum of RGB (Red+Green+Blue) = 184+43+18=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82B12 is #47D4ED. Grayscale: #525252. Windows color (decimal): -4707566 or 1190840. OLE color: 1190840.
HSL color Cylindrical-coordinate representation of color #B82B12: hue angle of 9.04º degrees, saturation: 0.82, 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 #B82B12 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.28 |
| HSL | 9.04º | 0.82% | 0.4% | - |
| HSV(B) | 9.04º | 0.9% | 0.72% | - |
| XYZ | 20.74 | 11.96 | 1.79 | - |
| YUV | 82.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 18 | 0 | 0.77 | 0.90 | 0.28 | 9.04 | 0.82 | 0.4 |
| Hex | B8 | 2B | 12 | 0 | 4D | 5A | 1C | 9 | 52 | 28 |
| Octal | 270 | 53 | 22 | 0 | 115 | 132 | 34 | 11 | 122 | 50 |
| Binary | 10111000 | 101011 | 10010 | 0 | 1001101 | 1011010 | 11100 | 1001 | 1010010 | 101000 |
Color Harmonies of #B82B12
Complementary color
Monochromatic Colors of #B82B12
Black with #B82B12
Text Example
Text Example
White with #B82B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B12; }
p { color: rgb(184,43,18); }
H1.HeaderClassName
{
color: #B82B12;
}
.AnyTagClassName
{
color: #B82B12;
}
</style>
background-color css
<style>
a { background-color: #B82B12; }
a { background-color: rgb(184,43,18); }
div.DivClassName
{
background-color: #B82B12;
}
.BgClassName
{
background-color: #B82B12;
}
</style>
border-color css
<style>
span { border-color: #B82B12; }
span { border-color: rgb(184,43,18); }
td.TdClassName
{
border-color: #B82B12;
}
.TagClassName
{
border-color: #B82B12;
}
</style>