Html Css Color HEX #BC1E06 Harley Davidson Orange
📋 copy color: '#BC1E06'red 188 ◦ green 30 ◦ blue 6
Shades of Harley Davidson Orange #BC1E06
Tints of Harley Davidson Orange #BC1E06
RGB
CMYK
RGB Variations
Color information
#BC1E06 (or 0xBC1E06) is known color: Harley Davidson Orange. HEX triplet: BC, 1E and 06. RGB value is (188,30,6). Sum of RGB (Red+Green+Blue) = 188+30+6=224 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.93% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E06 is #43E1F9. Grayscale: #4A4A4A. Windows color (decimal): -4448762 or 401084. OLE color: 401084.
HSL color Cylindrical-coordinate representation of color #BC1E06: hue angle of 7.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC1E06 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 6 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.26 |
| HSL | 7.91º | 0.94% | 0.38% | - |
| HSV(B) | 7.91º | 0.97% | 0.74% | - |
| XYZ | 21.24 | 11.63 | 1.3 | - |
| YUV | 74.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 6 | 0 | 0.84 | 0.97 | 0.26 | 7.91 | 0.94 | 0.38 |
| Hex | BC | 1E | 6 | 0 | 54 | 61 | 1A | 8 | 5E | 26 |
| Octal | 274 | 36 | 6 | 0 | 124 | 141 | 32 | 10 | 136 | 46 |
| Binary | 10111100 | 11110 | 110 | 0 | 1010100 | 1100001 | 11010 | 1000 | 1011110 | 100110 |
Color Harmonies of #BC1E06
Complementary color
Monochromatic Colors of #BC1E06
Black with #BC1E06
Text Example
Text Example
White with #BC1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E06; }
p { color: rgb(188,30,6); }
H1.HeaderClassName
{
color: #BC1E06;
}
.AnyTagClassName
{
color: #BC1E06;
}
</style>
background-color css
<style>
a { background-color: #BC1E06; }
a { background-color: rgb(188,30,6); }
div.DivClassName
{
background-color: #BC1E06;
}
.BgClassName
{
background-color: #BC1E06;
}
</style>
border-color css
<style>
span { border-color: #BC1E06; }
span { border-color: rgb(188,30,6); }
td.TdClassName
{
border-color: #BC1E06;
}
.TagClassName
{
border-color: #BC1E06;
}
</style>