Html Css Color HEX #BC2406 Harley Davidson Orange
📋 copy color: '#BC2406'red 188 ◦ green 36 ◦ blue 6
Shades of Harley Davidson Orange #BC2406
Tints of Harley Davidson Orange #BC2406
RGB
CMYK
RGB Variations
Color information
#BC2406 (or 0xBC2406) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 06. RGB value is (188,36,6). Sum of RGB (Red+Green+Blue) = 188+36+6=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2406 is #43DBF9. Grayscale: #4E4E4E. Windows color (decimal): -4447226 or 402620. OLE color: 402620.
HSL color Cylindrical-coordinate representation of color #BC2406: hue angle of 9.89º 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 #BC2406 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.26 |
| HSL | 9.89º | 0.94% | 0.38% | - |
| HSV(B) | 9.89º | 0.97% | 0.74% | - |
| XYZ | 21.4 | 11.97 | 1.35 | - |
| YUV | 78.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 6 | 0 | 0.81 | 0.97 | 0.26 | 9.89 | 0.94 | 0.38 |
| Hex | BC | 24 | 6 | 0 | 51 | 61 | 1A | A | 5E | 26 |
| Octal | 274 | 44 | 6 | 0 | 121 | 141 | 32 | 12 | 136 | 46 |
| Binary | 10111100 | 100100 | 110 | 0 | 1010001 | 1100001 | 11010 | 1010 | 1011110 | 100110 |
Color Harmonies of #BC2406
Complementary color
Monochromatic Colors of #BC2406
Black with #BC2406
Text Example
Text Example
White with #BC2406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2406; }
p { color: rgb(188,36,6); }
H1.HeaderClassName
{
color: #BC2406;
}
.AnyTagClassName
{
color: #BC2406;
}
</style>
background-color css
<style>
a { background-color: #BC2406; }
a { background-color: rgb(188,36,6); }
div.DivClassName
{
background-color: #BC2406;
}
.BgClassName
{
background-color: #BC2406;
}
</style>
border-color css
<style>
span { border-color: #BC2406; }
span { border-color: rgb(188,36,6); }
td.TdClassName
{
border-color: #BC2406;
}
.TagClassName
{
border-color: #BC2406;
}
</style>