Html Css Color HEX #BC2000 Harley Davidson Orange
📋 copy color: '#BC2000'red 188 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #BC2000
Tints of Harley Davidson Orange #BC2000
RGB
CMYK
RGB Variations
Color information
#BC2000 (or 0xBC2000) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 00. RGB value is (188,32,0). Sum of RGB (Red+Green+Blue) = 188+32+0=220 (29% of max value = 765). Red value is 188 (73.83% from 255 or 85.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2000 is #43DFFF. Grayscale: #4B4B4B. Windows color (decimal): -4448256 or 8380. OLE color: 8380.
HSL color Cylindrical-coordinate representation of color #BC2000: hue angle of 10.21º 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 #BC2000 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.26 |
| HSL | 10.21º | 1% | 0.37% | - |
| HSV(B) | 10.21º | 1% | 0.74% | - |
| XYZ | 21.26 | 11.72 | 1.14 | - |
| YUV | 75 | 85.68 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 0 | 0 | 0.83 | 1 | 0.26 | 10.21 | 1 | 0.37 |
| Hex | BC | 20 | 0 | 0 | 53 | 64 | 1A | A | 64 | 25 |
| Octal | 274 | 40 | 0 | 0 | 123 | 144 | 32 | 12 | 144 | 45 |
| Binary | 10111100 | 100000 | 0 | 0 | 1010011 | 1100100 | 11010 | 1010 | 1100100 | 100101 |
Color Harmonies of #BC2000
Complementary color
Monochromatic Colors of #BC2000
Black with #BC2000
Text Example
Text Example
White with #BC2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2000; }
p { color: rgb(188,32,0); }
H1.HeaderClassName
{
color: #BC2000;
}
.AnyTagClassName
{
color: #BC2000;
}
</style>
background-color css
<style>
a { background-color: #BC2000; }
a { background-color: rgb(188,32,0); }
div.DivClassName
{
background-color: #BC2000;
}
.BgClassName
{
background-color: #BC2000;
}
</style>
border-color css
<style>
span { border-color: #BC2000; }
span { border-color: rgb(188,32,0); }
td.TdClassName
{
border-color: #BC2000;
}
.TagClassName
{
border-color: #BC2000;
}
</style>