Html Css Color HEX #BC2007 Harley Davidson Orange
📋 copy color: '#BC2007'red 188 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #BC2007
Tints of Harley Davidson Orange #BC2007
RGB
CMYK
RGB Variations
Color information
#BC2007 (or 0xBC2007) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 07. RGB value is (188,32,7). Sum of RGB (Red+Green+Blue) = 188+32+7=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2007 is #43DFF8. Grayscale: #4C4C4C. Windows color (decimal): -4448249 or 467132. OLE color: 467132.
HSL color Cylindrical-coordinate representation of color #BC2007: hue angle of 8.29º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC2007 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 7 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.26 |
| HSL | 8.29º | 0.93% | 0.38% | - |
| HSV(B) | 8.29º | 0.96% | 0.74% | - |
| XYZ | 21.29 | 11.74 | 1.34 | - |
| YUV | 75.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 7 | 0 | 0.83 | 0.96 | 0.26 | 8.29 | 0.93 | 0.38 |
| Hex | BC | 20 | 7 | 0 | 53 | 60 | 1A | 8 | 5D | 26 |
| Octal | 274 | 40 | 7 | 0 | 123 | 140 | 32 | 10 | 135 | 46 |
| Binary | 10111100 | 100000 | 111 | 0 | 1010011 | 1100000 | 11010 | 1000 | 1011101 | 100110 |
Color Harmonies of #BC2007
Complementary color
Monochromatic Colors of #BC2007
Black with #BC2007
Text Example
Text Example
White with #BC2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2007; }
p { color: rgb(188,32,7); }
H1.HeaderClassName
{
color: #BC2007;
}
.AnyTagClassName
{
color: #BC2007;
}
</style>
background-color css
<style>
a { background-color: #BC2007; }
a { background-color: rgb(188,32,7); }
div.DivClassName
{
background-color: #BC2007;
}
.BgClassName
{
background-color: #BC2007;
}
</style>
border-color css
<style>
span { border-color: #BC2007; }
span { border-color: rgb(188,32,7); }
td.TdClassName
{
border-color: #BC2007;
}
.TagClassName
{
border-color: #BC2007;
}
</style>