Html Css Color HEX #BC2E16 Harley Davidson Orange
📋 copy color: '#BC2E16'red 188 ◦ green 46 ◦ blue 22
Shades of Harley Davidson Orange #BC2E16
Tints of Harley Davidson Orange #BC2E16
RGB
CMYK
RGB Variations
Color information
#BC2E16 (or 0xBC2E16) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 16. RGB value is (188,46,22). Sum of RGB (Red+Green+Blue) = 188+46+22=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E16 is #43D1E9. Grayscale: #555555. Windows color (decimal): -4444650 or 1453756. OLE color: 1453756.
HSL color Cylindrical-coordinate representation of color #BC2E16: hue angle of 8.67º 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 #BC2E16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.26 |
| HSL | 8.67º | 0.79% | 0.41% | - |
| HSV(B) | 8.67º | 0.88% | 0.74% | - |
| XYZ | 21.86 | 12.7 | 2.06 | - |
| YUV | 85.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 22 | 0 | 0.76 | 0.88 | 0.26 | 8.67 | 0.79 | 0.41 |
| Hex | BC | 2E | 16 | 0 | 4C | 58 | 1A | 9 | 4F | 29 |
| Octal | 274 | 56 | 26 | 0 | 114 | 130 | 32 | 11 | 117 | 51 |
| Binary | 10111100 | 101110 | 10110 | 0 | 1001100 | 1011000 | 11010 | 1001 | 1001111 | 101001 |
Color Harmonies of #BC2E16
Complementary color
Monochromatic Colors of #BC2E16
Black with #BC2E16
Text Example
Text Example
White with #BC2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E16; }
p { color: rgb(188,46,22); }
H1.HeaderClassName
{
color: #BC2E16;
}
.AnyTagClassName
{
color: #BC2E16;
}
</style>
background-color css
<style>
a { background-color: #BC2E16; }
a { background-color: rgb(188,46,22); }
div.DivClassName
{
background-color: #BC2E16;
}
.BgClassName
{
background-color: #BC2E16;
}
</style>
border-color css
<style>
span { border-color: #BC2E16; }
span { border-color: rgb(188,46,22); }
td.TdClassName
{
border-color: #BC2E16;
}
.TagClassName
{
border-color: #BC2E16;
}
</style>