Html Css Color HEX #BC2E04 Harley Davidson Orange
📋 copy color: '#BC2E04'red 188 ◦ green 46 ◦ blue 4
Shades of Harley Davidson Orange #BC2E04
Tints of Harley Davidson Orange #BC2E04
RGB
CMYK
RGB Variations
Color information
#BC2E04 (or 0xBC2E04) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 04. RGB value is (188,46,4). Sum of RGB (Red+Green+Blue) = 188+46+4=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E04 is #43D1FB. Grayscale: #535353. Windows color (decimal): -4444668 or 274108. OLE color: 274108.
HSL color Cylindrical-coordinate representation of color #BC2E04: hue angle of 13.7º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC2E04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.26 |
| HSL | 13.7º | 0.96% | 0.38% | - |
| HSV(B) | 13.7º | 0.98% | 0.74% | - |
| XYZ | 21.74 | 12.65 | 1.41 | - |
| YUV | 83.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 4 | 0 | 0.76 | 0.98 | 0.26 | 13.7 | 0.96 | 0.38 |
| Hex | BC | 2E | 4 | 0 | 4C | 62 | 1A | E | 60 | 26 |
| Octal | 274 | 56 | 4 | 0 | 114 | 142 | 32 | 16 | 140 | 46 |
| Binary | 10111100 | 101110 | 100 | 0 | 1001100 | 1100010 | 11010 | 1110 | 1100000 | 100110 |
Color Harmonies of #BC2E04
Complementary color
Monochromatic Colors of #BC2E04
Black with #BC2E04
Text Example
Text Example
White with #BC2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E04; }
p { color: rgb(188,46,4); }
H1.HeaderClassName
{
color: #BC2E04;
}
.AnyTagClassName
{
color: #BC2E04;
}
</style>
background-color css
<style>
a { background-color: #BC2E04; }
a { background-color: rgb(188,46,4); }
div.DivClassName
{
background-color: #BC2E04;
}
.BgClassName
{
background-color: #BC2E04;
}
</style>
border-color css
<style>
span { border-color: #BC2E04; }
span { border-color: rgb(188,46,4); }
td.TdClassName
{
border-color: #BC2E04;
}
.TagClassName
{
border-color: #BC2E04;
}
</style>