Html Css Color HEX #BC2008 Harley Davidson Orange
📋 copy color: '#BC2008'red 188 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #BC2008
Tints of Harley Davidson Orange #BC2008
RGB
CMYK
RGB Variations
Color information
#BC2008 (or 0xBC2008) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 08. RGB value is (188,32,8). Sum of RGB (Red+Green+Blue) = 188+32+8=228 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.46% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2008 is #43DFF7. Grayscale: #4C4C4C. Windows color (decimal): -4448248 or 532668. OLE color: 532668.
HSL color Cylindrical-coordinate representation of color #BC2008: hue angle of 8º degrees, saturation: 0.92, 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 #BC2008 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.26 |
| HSL | 8º | 0.92% | 0.38% | - |
| HSV(B) | 8º | 0.96% | 0.74% | - |
| XYZ | 21.3 | 11.74 | 1.37 | - |
| YUV | 75.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 8 | 0 | 0.83 | 0.96 | 0.26 | 8 | 0.92 | 0.38 |
| Hex | BC | 20 | 8 | 0 | 53 | 60 | 1A | 8 | 5C | 26 |
| Octal | 274 | 40 | 10 | 0 | 123 | 140 | 32 | 10 | 134 | 46 |
| Binary | 10111100 | 100000 | 1000 | 0 | 1010011 | 1100000 | 11010 | 1000 | 1011100 | 100110 |
Color Harmonies of #BC2008
Complementary color
Monochromatic Colors of #BC2008
Black with #BC2008
Text Example
Text Example
White with #BC2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2008; }
p { color: rgb(188,32,8); }
H1.HeaderClassName
{
color: #BC2008;
}
.AnyTagClassName
{
color: #BC2008;
}
</style>
background-color css
<style>
a { background-color: #BC2008; }
a { background-color: rgb(188,32,8); }
div.DivClassName
{
background-color: #BC2008;
}
.BgClassName
{
background-color: #BC2008;
}
</style>
border-color css
<style>
span { border-color: #BC2008; }
span { border-color: rgb(188,32,8); }
td.TdClassName
{
border-color: #BC2008;
}
.TagClassName
{
border-color: #BC2008;
}
</style>