Html Css Color HEX #BC2102 Harley Davidson Orange
📋 copy color: '#BC2102'red 188 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #BC2102
Tints of Harley Davidson Orange #BC2102
RGB
CMYK
RGB Variations
Color information
#BC2102 (or 0xBC2102) is known color: Harley Davidson Orange. HEX triplet: BC, 21 and 02. RGB value is (188,33,2). Sum of RGB (Red+Green+Blue) = 188+33+2=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2102 is #43DEFD. Grayscale: #4C4C4C. Windows color (decimal): -4447998 or 139708. OLE color: 139708.
HSL color Cylindrical-coordinate representation of color #BC2102: hue angle of 10º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2102 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.26 |
| HSL | 10º | 0.98% | 0.37% | - |
| HSV(B) | 10º | 0.99% | 0.74% | - |
| XYZ | 21.29 | 11.78 | 1.21 | - |
| YUV | 75.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 2 | 0 | 0.82 | 0.99 | 0.26 | 10 | 0.98 | 0.37 |
| Hex | BC | 21 | 2 | 0 | 52 | 63 | 1A | A | 62 | 25 |
| Octal | 274 | 41 | 2 | 0 | 122 | 143 | 32 | 12 | 142 | 45 |
| Binary | 10111100 | 100001 | 10 | 0 | 1010010 | 1100011 | 11010 | 1010 | 1100010 | 100101 |
Color Harmonies of #BC2102
Complementary color
Monochromatic Colors of #BC2102
Black with #BC2102
Text Example
Text Example
White with #BC2102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2102; }
p { color: rgb(188,33,2); }
H1.HeaderClassName
{
color: #BC2102;
}
.AnyTagClassName
{
color: #BC2102;
}
</style>
background-color css
<style>
a { background-color: #BC2102; }
a { background-color: rgb(188,33,2); }
div.DivClassName
{
background-color: #BC2102;
}
.BgClassName
{
background-color: #BC2102;
}
</style>
border-color css
<style>
span { border-color: #BC2102; }
span { border-color: rgb(188,33,2); }
td.TdClassName
{
border-color: #BC2102;
}
.TagClassName
{
border-color: #BC2102;
}
</style>