Html Css Color HEX #BC1C06 Harley Davidson Orange
📋 copy color: '#BC1C06'red 188 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #BC1C06
Tints of Harley Davidson Orange #BC1C06
RGB
CMYK
RGB Variations
Color information
#BC1C06 (or 0xBC1C06) is known color: Harley Davidson Orange. HEX triplet: BC, 1C and 06. RGB value is (188,28,6). Sum of RGB (Red+Green+Blue) = 188+28+6=222 (29% of max value = 765). Red value is 188 (73.83% from 255 or 84.68% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC1C06 is #43E3F9. Grayscale: #494949. Windows color (decimal): -4449274 or 400572. OLE color: 400572.
HSL color Cylindrical-coordinate representation of color #BC1C06: hue angle of 7.25º 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 #BC1C06 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.26 |
| HSL | 7.25º | 0.94% | 0.38% | - |
| HSV(B) | 7.25º | 0.97% | 0.74% | - |
| XYZ | 21.19 | 11.54 | 1.28 | - |
| YUV | 73.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 6 | 0 | 0.85 | 0.97 | 0.26 | 7.25 | 0.94 | 0.38 |
| Hex | BC | 1C | 6 | 0 | 55 | 61 | 1A | 7 | 5E | 26 |
| Octal | 274 | 34 | 6 | 0 | 125 | 141 | 32 | 7 | 136 | 46 |
| Binary | 10111100 | 11100 | 110 | 0 | 1010101 | 1100001 | 11010 | 111 | 1011110 | 100110 |
Color Harmonies of #BC1C06
Complementary color
Monochromatic Colors of #BC1C06
Black with #BC1C06
Text Example
Text Example
White with #BC1C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C06; }
p { color: rgb(188,28,6); }
H1.HeaderClassName
{
color: #BC1C06;
}
.AnyTagClassName
{
color: #BC1C06;
}
</style>
background-color css
<style>
a { background-color: #BC1C06; }
a { background-color: rgb(188,28,6); }
div.DivClassName
{
background-color: #BC1C06;
}
.BgClassName
{
background-color: #BC1C06;
}
</style>
border-color css
<style>
span { border-color: #BC1C06; }
span { border-color: rgb(188,28,6); }
td.TdClassName
{
border-color: #BC1C06;
}
.TagClassName
{
border-color: #BC1C06;
}
</style>