Html Css Color HEX #BC200A Harley Davidson Orange
📋 copy color: '#BC200A'red 188 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #BC200A
Tints of Harley Davidson Orange #BC200A
RGB
CMYK
RGB Variations
Color information
#BC200A (or 0xBC200A) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 0A. RGB value is (188,32,10). Sum of RGB (Red+Green+Blue) = 188+32+10=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200A is #43DFF5. Grayscale: #4C4C4C. Windows color (decimal): -4448246 or 663740. OLE color: 663740.
HSL color Cylindrical-coordinate representation of color #BC200A: hue angle of 7.42º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.26 |
| HSL | 7.42º | 0.9% | 0.39% | - |
| HSV(B) | 7.42º | 0.95% | 0.74% | - |
| XYZ | 21.31 | 11.75 | 1.43 | - |
| YUV | 76.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 10 | 0 | 0.83 | 0.95 | 0.26 | 7.42 | 0.9 | 0.39 |
| Hex | BC | 20 | A | 0 | 53 | 5F | 1A | 7 | 5A | 27 |
| Octal | 274 | 40 | 12 | 0 | 123 | 137 | 32 | 7 | 132 | 47 |
| Binary | 10111100 | 100000 | 1010 | 0 | 1010011 | 1011111 | 11010 | 111 | 1011010 | 100111 |
Color Harmonies of #BC200A
Complementary color
Monochromatic Colors of #BC200A
Black with #BC200A
Text Example
Text Example
White with #BC200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC200A; }
p { color: rgb(188,32,10); }
H1.HeaderClassName
{
color: #BC200A;
}
.AnyTagClassName
{
color: #BC200A;
}
</style>
background-color css
<style>
a { background-color: #BC200A; }
a { background-color: rgb(188,32,10); }
div.DivClassName
{
background-color: #BC200A;
}
.BgClassName
{
background-color: #BC200A;
}
</style>
border-color css
<style>
span { border-color: #BC200A; }
span { border-color: rgb(188,32,10); }
td.TdClassName
{
border-color: #BC200A;
}
.TagClassName
{
border-color: #BC200A;
}
</style>