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