Html Css Color HEX #BC1E08 Harley Davidson Orange
📋 copy color: '#BC1E08'red 188 ◦ green 30 ◦ blue 8
Shades of Harley Davidson Orange #BC1E08
Tints of Harley Davidson Orange #BC1E08
RGB
CMYK
RGB Variations
Color information
#BC1E08 (or 0xBC1E08) is known color: Harley Davidson Orange. HEX triplet: BC, 1E and 08. RGB value is (188,30,8). Sum of RGB (Red+Green+Blue) = 188+30+8=226 (29% of max value = 765). Red value is 188 (73.83% from 255 or 83.19% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1E08 is #43E1F7. Grayscale: #4A4A4A. Windows color (decimal): -4448760 or 532156. OLE color: 532156.
HSL color Cylindrical-coordinate representation of color #BC1E08: hue angle of 7.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC1E08 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.26 |
| HSL | 7.33º | 0.92% | 0.38% | - |
| HSV(B) | 7.33º | 0.96% | 0.74% | - |
| XYZ | 21.25 | 11.64 | 1.36 | - |
| YUV | 74.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 8 | 0 | 0.84 | 0.96 | 0.26 | 7.33 | 0.92 | 0.38 |
| Hex | BC | 1E | 8 | 0 | 54 | 60 | 1A | 7 | 5C | 26 |
| Octal | 274 | 36 | 10 | 0 | 124 | 140 | 32 | 7 | 134 | 46 |
| Binary | 10111100 | 11110 | 1000 | 0 | 1010100 | 1100000 | 11010 | 111 | 1011100 | 100110 |
Color Harmonies of #BC1E08
Complementary color
Monochromatic Colors of #BC1E08
Black with #BC1E08
Text Example
Text Example
White with #BC1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E08; }
p { color: rgb(188,30,8); }
H1.HeaderClassName
{
color: #BC1E08;
}
.AnyTagClassName
{
color: #BC1E08;
}
</style>
background-color css
<style>
a { background-color: #BC1E08; }
a { background-color: rgb(188,30,8); }
div.DivClassName
{
background-color: #BC1E08;
}
.BgClassName
{
background-color: #BC1E08;
}
</style>
border-color css
<style>
span { border-color: #BC1E08; }
span { border-color: rgb(188,30,8); }
td.TdClassName
{
border-color: #BC1E08;
}
.TagClassName
{
border-color: #BC1E08;
}
</style>