Html Css Color HEX #BC1C07 Harley Davidson Orange
📋 copy color: '#BC1C07'red 188 ◦ green 28 ◦ blue 7
Shades of Harley Davidson Orange #BC1C07
Tints of Harley Davidson Orange #BC1C07
RGB
CMYK
RGB Variations
Color information
#BC1C07 (or 0xBC1C07) is known color: Harley Davidson Orange. HEX triplet: BC, 1C and 07. RGB value is (188,28,7). Sum of RGB (Red+Green+Blue) = 188+28+7=223 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.30% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C07 is #43E3F8. Grayscale: #494949. Windows color (decimal): -4449273 or 466108. OLE color: 466108.
HSL color Cylindrical-coordinate representation of color #BC1C07: hue angle of 6.96º degrees, saturation: 0.93, 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 #BC1C07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.26 |
| HSL | 6.96º | 0.93% | 0.38% | - |
| HSV(B) | 6.96º | 0.96% | 0.74% | - |
| XYZ | 21.19 | 11.54 | 1.31 | - |
| YUV | 73.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 7 | 0 | 0.85 | 0.96 | 0.26 | 6.96 | 0.93 | 0.38 |
| Hex | BC | 1C | 7 | 0 | 55 | 60 | 1A | 7 | 5D | 26 |
| Octal | 274 | 34 | 7 | 0 | 125 | 140 | 32 | 7 | 135 | 46 |
| Binary | 10111100 | 11100 | 111 | 0 | 1010101 | 1100000 | 11010 | 111 | 1011101 | 100110 |
Color Harmonies of #BC1C07
Complementary color
Monochromatic Colors of #BC1C07
Black with #BC1C07
Text Example
Text Example
White with #BC1C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C07; }
p { color: rgb(188,28,7); }
H1.HeaderClassName
{
color: #BC1C07;
}
.AnyTagClassName
{
color: #BC1C07;
}
</style>
background-color css
<style>
a { background-color: #BC1C07; }
a { background-color: rgb(188,28,7); }
div.DivClassName
{
background-color: #BC1C07;
}
.BgClassName
{
background-color: #BC1C07;
}
</style>
border-color css
<style>
span { border-color: #BC1C07; }
span { border-color: rgb(188,28,7); }
td.TdClassName
{
border-color: #BC1C07;
}
.TagClassName
{
border-color: #BC1C07;
}
</style>