Html Css Color HEX #BC2200 Harley Davidson Orange
📋 copy color: '#BC2200'red 188 ◦ green 34 ◦ blue 0
Shades of Harley Davidson Orange #BC2200
Tints of Harley Davidson Orange #BC2200
RGB
CMYK
RGB Variations
Color information
#BC2200 (or 0xBC2200) is known color: Harley Davidson Orange. HEX triplet: BC, 22 and 00. RGB value is (188,34,0). Sum of RGB (Red+Green+Blue) = 188+34+0=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2200 is #43DDFF. Grayscale: #4C4C4C. Windows color (decimal): -4447744 or 8892. OLE color: 8892.
HSL color Cylindrical-coordinate representation of color #BC2200: hue angle of 10.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2200 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.26 |
| HSL | 10.85º | 1% | 0.37% | - |
| HSV(B) | 10.85º | 1% | 0.74% | - |
| XYZ | 21.31 | 11.84 | 1.16 | - |
| YUV | 76.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 0 | 0 | 0.82 | 1 | 0.26 | 10.85 | 1 | 0.37 |
| Hex | BC | 22 | 0 | 0 | 52 | 64 | 1A | B | 64 | 25 |
| Octal | 274 | 42 | 0 | 0 | 122 | 144 | 32 | 13 | 144 | 45 |
| Binary | 10111100 | 100010 | 0 | 0 | 1010010 | 1100100 | 11010 | 1011 | 1100100 | 100101 |
Color Harmonies of #BC2200
Complementary color
Monochromatic Colors of #BC2200
Black with #BC2200
Text Example
Text Example
White with #BC2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2200; }
p { color: rgb(188,34,0); }
H1.HeaderClassName
{
color: #BC2200;
}
.AnyTagClassName
{
color: #BC2200;
}
</style>
background-color css
<style>
a { background-color: #BC2200; }
a { background-color: rgb(188,34,0); }
div.DivClassName
{
background-color: #BC2200;
}
.BgClassName
{
background-color: #BC2200;
}
</style>
border-color css
<style>
span { border-color: #BC2200; }
span { border-color: rgb(188,34,0); }
td.TdClassName
{
border-color: #BC2200;
}
.TagClassName
{
border-color: #BC2200;
}
</style>