Html Css Color HEX #BC2E02 Harley Davidson Orange
📋 copy color: '#BC2E02'red 188 ◦ green 46 ◦ blue 2
Shades of Harley Davidson Orange #BC2E02
Tints of Harley Davidson Orange #BC2E02
RGB
CMYK
RGB Variations
Color information
#BC2E02 (or 0xBC2E02) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 02. RGB value is (188,46,2). Sum of RGB (Red+Green+Blue) = 188+46+2=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E02 is #43D1FD. Grayscale: #535353. Windows color (decimal): -4444670 or 143036. OLE color: 143036.
HSL color Cylindrical-coordinate representation of color #BC2E02: hue angle of 14.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2E02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.26 |
| HSL | 14.19º | 0.98% | 0.37% | - |
| HSV(B) | 14.19º | 0.99% | 0.74% | - |
| XYZ | 21.73 | 12.65 | 1.35 | - |
| YUV | 83.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 2 | 0 | 0.76 | 0.99 | 0.26 | 14.19 | 0.98 | 0.37 |
| Hex | BC | 2E | 2 | 0 | 4C | 63 | 1A | E | 62 | 25 |
| Octal | 274 | 56 | 2 | 0 | 114 | 143 | 32 | 16 | 142 | 45 |
| Binary | 10111100 | 101110 | 10 | 0 | 1001100 | 1100011 | 11010 | 1110 | 1100010 | 100101 |
Color Harmonies of #BC2E02
Complementary color
Monochromatic Colors of #BC2E02
Black with #BC2E02
Text Example
Text Example
White with #BC2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E02; }
p { color: rgb(188,46,2); }
H1.HeaderClassName
{
color: #BC2E02;
}
.AnyTagClassName
{
color: #BC2E02;
}
</style>
background-color css
<style>
a { background-color: #BC2E02; }
a { background-color: rgb(188,46,2); }
div.DivClassName
{
background-color: #BC2E02;
}
.BgClassName
{
background-color: #BC2E02;
}
</style>
border-color css
<style>
span { border-color: #BC2E02; }
span { border-color: rgb(188,46,2); }
td.TdClassName
{
border-color: #BC2E02;
}
.TagClassName
{
border-color: #BC2E02;
}
</style>