Html Css Color HEX #BC2E00 Harley Davidson Orange
📋 copy color: '#BC2E00'red 188 ◦ green 46 ◦ blue 0
Shades of Harley Davidson Orange #BC2E00
Tints of Harley Davidson Orange #BC2E00
RGB
CMYK
RGB Variations
Color information
#BC2E00 (or 0xBC2E00) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 00. RGB value is (188,46,0). Sum of RGB (Red+Green+Blue) = 188+46+0=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E00 is #43D1FF. Grayscale: #535353. Windows color (decimal): -4444672 or 11964. OLE color: 11964.
HSL color Cylindrical-coordinate representation of color #BC2E00: hue angle of 14.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2E00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.26 |
| HSL | 14.68º | 1% | 0.37% | - |
| HSV(B) | 14.68º | 1% | 0.74% | - |
| XYZ | 21.72 | 12.65 | 1.3 | - |
| YUV | 83.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 0 | 0 | 0.76 | 1 | 0.26 | 14.68 | 1 | 0.37 |
| Hex | BC | 2E | 0 | 0 | 4C | 64 | 1A | F | 64 | 25 |
| Octal | 274 | 56 | 0 | 0 | 114 | 144 | 32 | 17 | 144 | 45 |
| Binary | 10111100 | 101110 | 0 | 0 | 1001100 | 1100100 | 11010 | 1111 | 1100100 | 100101 |
Color Harmonies of #BC2E00
Complementary color
Monochromatic Colors of #BC2E00
Black with #BC2E00
Text Example
Text Example
White with #BC2E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E00; }
p { color: rgb(188,46,0); }
H1.HeaderClassName
{
color: #BC2E00;
}
.AnyTagClassName
{
color: #BC2E00;
}
</style>
background-color css
<style>
a { background-color: #BC2E00; }
a { background-color: rgb(188,46,0); }
div.DivClassName
{
background-color: #BC2E00;
}
.BgClassName
{
background-color: #BC2E00;
}
</style>
border-color css
<style>
span { border-color: #BC2E00; }
span { border-color: rgb(188,46,0); }
td.TdClassName
{
border-color: #BC2E00;
}
.TagClassName
{
border-color: #BC2E00;
}
</style>