Html Css Color HEX #BC2002 Harley Davidson Orange
📋 copy color: '#BC2002'red 188 ◦ green 32 ◦ blue 2
Shades of Harley Davidson Orange #BC2002
Tints of Harley Davidson Orange #BC2002
RGB
CMYK
RGB Variations
Color information
#BC2002 (or 0xBC2002) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 02. RGB value is (188,32,2). Sum of RGB (Red+Green+Blue) = 188+32+2=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2002 is #43DFFD. Grayscale: #4B4B4B. Windows color (decimal): -4448254 or 139452. OLE color: 139452.
HSL color Cylindrical-coordinate representation of color #BC2002: hue angle of 9.68º 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 #BC2002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.26 |
| HSL | 9.68º | 0.98% | 0.37% | - |
| HSV(B) | 9.68º | 0.99% | 0.74% | - |
| XYZ | 21.27 | 11.73 | 1.2 | - |
| YUV | 75.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 2 | 0 | 0.83 | 0.99 | 0.26 | 9.68 | 0.98 | 0.37 |
| Hex | BC | 20 | 2 | 0 | 53 | 63 | 1A | A | 62 | 25 |
| Octal | 274 | 40 | 2 | 0 | 123 | 143 | 32 | 12 | 142 | 45 |
| Binary | 10111100 | 100000 | 10 | 0 | 1010011 | 1100011 | 11010 | 1010 | 1100010 | 100101 |
Color Harmonies of #BC2002
Complementary color
Monochromatic Colors of #BC2002
Black with #BC2002
Text Example
Text Example
White with #BC2002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2002; }
p { color: rgb(188,32,2); }
H1.HeaderClassName
{
color: #BC2002;
}
.AnyTagClassName
{
color: #BC2002;
}
</style>
background-color css
<style>
a { background-color: #BC2002; }
a { background-color: rgb(188,32,2); }
div.DivClassName
{
background-color: #BC2002;
}
.BgClassName
{
background-color: #BC2002;
}
</style>
border-color css
<style>
span { border-color: #BC2002; }
span { border-color: rgb(188,32,2); }
td.TdClassName
{
border-color: #BC2002;
}
.TagClassName
{
border-color: #BC2002;
}
</style>