Html Css Color HEX #B82201 Harley Davidson Orange
📋 copy color: '#B82201'red 184 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #B82201
Tints of Harley Davidson Orange #B82201
RGB
CMYK
RGB Variations
Color information
#B82201 (or 0xB82201) is known color: Harley Davidson Orange. HEX triplet: B8, 22 and 01. RGB value is (184,34,1). Sum of RGB (Red+Green+Blue) = 184+34+1=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B82201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82201 is #47DDFE. Grayscale: #4B4B4B. Windows color (decimal): -4709887 or 74424. OLE color: 74424.
HSL color Cylindrical-coordinate representation of color #B82201: hue angle of 10.82º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B82201 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.28 |
| HSL | 10.82º | 0.99% | 0.36% | - |
| HSV(B) | 10.82º | 0.99% | 0.72% | - |
| XYZ | 20.34 | 11.34 | 1.14 | - |
| YUV | 75.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 1 | 0 | 0.82 | 0.99 | 0.28 | 10.82 | 0.99 | 0.36 |
| Hex | B8 | 22 | 1 | 0 | 52 | 63 | 1C | B | 63 | 24 |
| Octal | 270 | 42 | 1 | 0 | 122 | 143 | 34 | 13 | 143 | 44 |
| Binary | 10111000 | 100010 | 1 | 0 | 1010010 | 1100011 | 11100 | 1011 | 1100011 | 100100 |
Color Harmonies of #B82201
Complementary color
Monochromatic Colors of #B82201
Black with #B82201
Text Example
Text Example
White with #B82201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82201; }
p { color: rgb(184,34,1); }
H1.HeaderClassName
{
color: #B82201;
}
.AnyTagClassName
{
color: #B82201;
}
</style>
background-color css
<style>
a { background-color: #B82201; }
a { background-color: rgb(184,34,1); }
div.DivClassName
{
background-color: #B82201;
}
.BgClassName
{
background-color: #B82201;
}
</style>
border-color css
<style>
span { border-color: #B82201; }
span { border-color: rgb(184,34,1); }
td.TdClassName
{
border-color: #B82201;
}
.TagClassName
{
border-color: #B82201;
}
</style>