Html Css Color HEX #BC200B Harley Davidson Orange
📋 copy color: '#BC200B'red 188 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #BC200B
Tints of Harley Davidson Orange #BC200B
RGB
CMYK
RGB Variations
Color information
#BC200B (or 0xBC200B) is known color: Harley Davidson Orange. HEX triplet: BC, 20 and 0B. RGB value is (188,32,11). Sum of RGB (Red+Green+Blue) = 188+32+11=231 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.39% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 188 - color contains mainly: red. Hex color #BC200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC200B is #43DFF4. Grayscale: #4C4C4C. Windows color (decimal): -4448245 or 729276. OLE color: 729276.
HSL color Cylindrical-coordinate representation of color #BC200B: hue angle of 7.12º degrees, saturation: 0.89, 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 #BC200B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.26 |
| HSL | 7.12º | 0.89% | 0.39% | - |
| HSV(B) | 7.12º | 0.94% | 0.74% | - |
| XYZ | 21.32 | 11.75 | 1.46 | - |
| YUV | 76.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 11 | 0 | 0.83 | 0.94 | 0.26 | 7.12 | 0.89 | 0.39 |
| Hex | BC | 20 | B | 0 | 53 | 5E | 1A | 7 | 59 | 27 |
| Octal | 274 | 40 | 13 | 0 | 123 | 136 | 32 | 7 | 131 | 47 |
| Binary | 10111100 | 100000 | 1011 | 0 | 1010011 | 1011110 | 11010 | 111 | 1011001 | 100111 |
Color Harmonies of #BC200B
Complementary color
Monochromatic Colors of #BC200B
Black with #BC200B
Text Example
Text Example
White with #BC200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC200B; }
p { color: rgb(188,32,11); }
H1.HeaderClassName
{
color: #BC200B;
}
.AnyTagClassName
{
color: #BC200B;
}
</style>
background-color css
<style>
a { background-color: #BC200B; }
a { background-color: rgb(188,32,11); }
div.DivClassName
{
background-color: #BC200B;
}
.BgClassName
{
background-color: #BC200B;
}
</style>
border-color css
<style>
span { border-color: #BC200B; }
span { border-color: rgb(188,32,11); }
td.TdClassName
{
border-color: #BC200B;
}
.TagClassName
{
border-color: #BC200B;
}
</style>