Html Css Color HEX #BC220A Harley Davidson Orange
📋 copy color: '#BC220A'red 188 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #BC220A
Tints of Harley Davidson Orange #BC220A
RGB
CMYK
RGB Variations
Color information
#BC220A (or 0xBC220A) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 0A. RGB value is (188,34,10). Sum of RGB (Red+Green+Blue) = 188+34+10=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC220A is #43DDF5. Grayscale: #4D4D4D. Windows color (decimal): -4447734 or 664252. OLE color: 664252.
HSL color Cylindrical-coordinate representation of color #BC220A: hue angle of 8.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC220A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.26 |
| HSL | 8.09º | 0.9% | 0.39% | - |
| HSV(B) | 8.09º | 0.95% | 0.74% | - |
| XYZ | 21.37 | 11.86 | 1.45 | - |
| YUV | 77.31 | 90.02 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 10 | 0 | 0.82 | 0.95 | 0.26 | 8.09 | 0.9 | 0.39 |
| Hex | BC | 22 | A | 0 | 52 | 5F | 1A | 8 | 5A | 27 |
| Octal | 274 | 42 | 12 | 0 | 122 | 137 | 32 | 10 | 132 | 47 |
| Binary | 10111100 | 100010 | 1010 | 0 | 1010010 | 1011111 | 11010 | 1000 | 1011010 | 100111 |
Color Harmonies of #BC220A
Complementary color
Monochromatic Colors of #BC220A
Black with #BC220A
Text Example
Text Example
White with #BC220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC220A; }
p { color: rgb(188,34,10); }
H1.HeaderClassName
{
color: #BC220A;
}
.AnyTagClassName
{
color: #BC220A;
}
</style>
background-color css
<style>
a { background-color: #BC220A; }
a { background-color: rgb(188,34,10); }
div.DivClassName
{
background-color: #BC220A;
}
.BgClassName
{
background-color: #BC220A;
}
</style>
border-color css
<style>
span { border-color: #BC220A; }
span { border-color: rgb(188,34,10); }
td.TdClassName
{
border-color: #BC220A;
}
.TagClassName
{
border-color: #BC220A;
}
</style>