Html Css Color HEX #BC2815 Harley Davidson Orange
📋 copy color: '#BC2815'red 188 ◦ green 40 ◦ blue 21
Shades of Harley Davidson Orange #BC2815
Tints of Harley Davidson Orange #BC2815
RGB
CMYK
RGB Variations
Color information
#BC2815 (or 0xBC2815) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 15. RGB value is (188,40,21). Sum of RGB (Red+Green+Blue) = 188+40+21=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2815 is #43D7EA. Grayscale: #525252. Windows color (decimal): -4446187 or 1386684. OLE color: 1386684.
HSL color Cylindrical-coordinate representation of color #BC2815: hue angle of 6.83º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2815 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 21 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.26 |
| HSL | 6.83º | 0.8% | 0.41% | - |
| HSV(B) | 6.83º | 0.89% | 0.74% | - |
| XYZ | 21.63 | 12.26 | 1.94 | - |
| YUV | 82.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 21 | 0 | 0.79 | 0.89 | 0.26 | 6.83 | 0.8 | 0.41 |
| Hex | BC | 28 | 15 | 0 | 4F | 59 | 1A | 7 | 50 | 29 |
| Octal | 274 | 50 | 25 | 0 | 117 | 131 | 32 | 7 | 120 | 51 |
| Binary | 10111100 | 101000 | 10101 | 0 | 1001111 | 1011001 | 11010 | 111 | 1010000 | 101001 |
Color Harmonies of #BC2815
Complementary color
Monochromatic Colors of #BC2815
Black with #BC2815
Text Example
Text Example
White with #BC2815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2815; }
p { color: rgb(188,40,21); }
H1.HeaderClassName
{
color: #BC2815;
}
.AnyTagClassName
{
color: #BC2815;
}
</style>
background-color css
<style>
a { background-color: #BC2815; }
a { background-color: rgb(188,40,21); }
div.DivClassName
{
background-color: #BC2815;
}
.BgClassName
{
background-color: #BC2815;
}
</style>
border-color css
<style>
span { border-color: #BC2815; }
span { border-color: rgb(188,40,21); }
td.TdClassName
{
border-color: #BC2815;
}
.TagClassName
{
border-color: #BC2815;
}
</style>