Html Css Color HEX #B8220A Harley Davidson Orange
📋 copy color: '#B8220A'red 184 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #B8220A
Tints of Harley Davidson Orange #B8220A
RGB
CMYK
RGB Variations
Color information
#B8220A (or 0xB8220A) is known color: Harley Davidson Orange. HEX triplet: B8, 22 and 0A. RGB value is (184,34,10). Sum of RGB (Red+Green+Blue) = 184+34+10=228 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80.70% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 184 - color contains mainly: red. Hex color #B8220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8220A is #47DDF5. Grayscale: #4C4C4C. Windows color (decimal): -4709878 or 664248. OLE color: 664248.
HSL color Cylindrical-coordinate representation of color #B8220A: hue angle of 8.28º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8220A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.28 |
| HSL | 8.28º | 0.9% | 0.38% | - |
| HSV(B) | 8.28º | 0.95% | 0.72% | - |
| XYZ | 20.39 | 11.36 | 1.4 | - |
| YUV | 76.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 10 | 0 | 0.82 | 0.95 | 0.28 | 8.28 | 0.9 | 0.38 |
| Hex | B8 | 22 | A | 0 | 52 | 5F | 1C | 8 | 5A | 26 |
| Octal | 270 | 42 | 12 | 0 | 122 | 137 | 34 | 10 | 132 | 46 |
| Binary | 10111000 | 100010 | 1010 | 0 | 1010010 | 1011111 | 11100 | 1000 | 1011010 | 100110 |
Color Harmonies of #B8220A
Complementary color
Monochromatic Colors of #B8220A
Black with #B8220A
Text Example
Text Example
White with #B8220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8220A; }
p { color: rgb(184,34,10); }
H1.HeaderClassName
{
color: #B8220A;
}
.AnyTagClassName
{
color: #B8220A;
}
</style>
background-color css
<style>
a { background-color: #B8220A; }
a { background-color: rgb(184,34,10); }
div.DivClassName
{
background-color: #B8220A;
}
.BgClassName
{
background-color: #B8220A;
}
</style>
border-color css
<style>
span { border-color: #B8220A; }
span { border-color: rgb(184,34,10); }
td.TdClassName
{
border-color: #B8220A;
}
.TagClassName
{
border-color: #B8220A;
}
</style>