Html Css Color HEX #BC200C Harley Davidson Orange
📋 copy color: '#BC200C'red 188 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #BC200C
Tints of Harley Davidson Orange #BC200C
RGB
CMYK
RGB Variations
Color information
#BC200C (or 0xBC200C) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 0C. RGB value is (188,32,12). Sum of RGB (Red+Green+Blue) = 188+32+12=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200C is #43DFF3. Grayscale: #4C4C4C. Windows color (decimal): -4448244 or 794812. OLE color: 794812.
HSL color Cylindrical-coordinate representation of color #BC200C: hue angle of 6.82º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC200C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.26 |
| HSL | 6.82º | 0.88% | 0.39% | - |
| HSV(B) | 6.82º | 0.94% | 0.74% | - |
| XYZ | 21.32 | 11.75 | 1.49 | - |
| YUV | 76.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 12 | 0 | 0.83 | 0.94 | 0.26 | 6.82 | 0.88 | 0.39 |
| Hex | BC | 20 | C | 0 | 53 | 5E | 1A | 7 | 58 | 27 |
| Octal | 274 | 40 | 14 | 0 | 123 | 136 | 32 | 7 | 130 | 47 |
| Binary | 10111100 | 100000 | 1100 | 0 | 1010011 | 1011110 | 11010 | 111 | 1011000 | 100111 |
Color Harmonies of #BC200C
Complementary color
Monochromatic Colors of #BC200C
Black with #BC200C
Text Example
Text Example
White with #BC200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC200C; }
p { color: rgb(188,32,12); }
H1.HeaderClassName
{
color: #BC200C;
}
.AnyTagClassName
{
color: #BC200C;
}
</style>
background-color css
<style>
a { background-color: #BC200C; }
a { background-color: rgb(188,32,12); }
div.DivClassName
{
background-color: #BC200C;
}
.BgClassName
{
background-color: #BC200C;
}
</style>
border-color css
<style>
span { border-color: #BC200C; }
span { border-color: rgb(188,32,12); }
td.TdClassName
{
border-color: #BC200C;
}
.TagClassName
{
border-color: #BC200C;
}
</style>