Html Css Color HEX #BC2816 Harley Davidson Orange
📋 copy color: '#BC2816'red 188 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #BC2816
Tints of Harley Davidson Orange #BC2816
RGB
CMYK
RGB Variations
Color information
#BC2816 (or 0xBC2816) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 16. RGB value is (188,40,22). Sum of RGB (Red+Green+Blue) = 188+40+22=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2816 is #43D7E9. Grayscale: #525252. Windows color (decimal): -4446186 or 1452220. OLE color: 1452220.
HSL color Cylindrical-coordinate representation of color #BC2816: hue angle of 6.51º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2816 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 22 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.26 |
| HSL | 6.51º | 0.79% | 0.41% | - |
| HSV(B) | 6.51º | 0.88% | 0.74% | - |
| XYZ | 21.64 | 12.27 | 1.99 | - |
| YUV | 82.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 22 | 0 | 0.79 | 0.88 | 0.26 | 6.51 | 0.79 | 0.41 |
| Hex | BC | 28 | 16 | 0 | 4F | 58 | 1A | 7 | 4F | 29 |
| Octal | 274 | 50 | 26 | 0 | 117 | 130 | 32 | 7 | 117 | 51 |
| Binary | 10111100 | 101000 | 10110 | 0 | 1001111 | 1011000 | 11010 | 111 | 1001111 | 101001 |
Color Harmonies of #BC2816
Complementary color
Monochromatic Colors of #BC2816
Black with #BC2816
Text Example
Text Example
White with #BC2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2816; }
p { color: rgb(188,40,22); }
H1.HeaderClassName
{
color: #BC2816;
}
.AnyTagClassName
{
color: #BC2816;
}
</style>
background-color css
<style>
a { background-color: #BC2816; }
a { background-color: rgb(188,40,22); }
div.DivClassName
{
background-color: #BC2816;
}
.BgClassName
{
background-color: #BC2816;
}
</style>
border-color css
<style>
span { border-color: #BC2816; }
span { border-color: rgb(188,40,22); }
td.TdClassName
{
border-color: #BC2816;
}
.TagClassName
{
border-color: #BC2816;
}
</style>