Html Css Color HEX #BC2912 Harley Davidson Orange
📋 copy color: '#BC2912'red 188 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #BC2912
Tints of Harley Davidson Orange #BC2912
RGB
CMYK
RGB Variations
Color information
#BC2912 (or 0xBC2912) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 12. RGB value is (188,41,18). Sum of RGB (Red+Green+Blue) = 188+41+18=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2912 is #43D6ED. Grayscale: #525252. Windows color (decimal): -4445934 or 1190332. OLE color: 1190332.
HSL color Cylindrical-coordinate representation of color #BC2912: hue angle of 8.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2912 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.26 |
| HSL | 8.12º | 0.83% | 0.4% | - |
| HSV(B) | 8.12º | 0.9% | 0.74% | - |
| XYZ | 21.64 | 12.32 | 1.81 | - |
| YUV | 82.33 | 91.7 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 18 | 0 | 0.78 | 0.90 | 0.26 | 8.12 | 0.83 | 0.4 |
| Hex | BC | 29 | 12 | 0 | 4E | 5A | 1A | 8 | 53 | 28 |
| Octal | 274 | 51 | 22 | 0 | 116 | 132 | 32 | 10 | 123 | 50 |
| Binary | 10111100 | 101001 | 10010 | 0 | 1001110 | 1011010 | 11010 | 1000 | 1010011 | 101000 |
Color Harmonies of #BC2912
Complementary color
Monochromatic Colors of #BC2912
Black with #BC2912
Text Example
Text Example
White with #BC2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2912; }
p { color: rgb(188,41,18); }
H1.HeaderClassName
{
color: #BC2912;
}
.AnyTagClassName
{
color: #BC2912;
}
</style>
background-color css
<style>
a { background-color: #BC2912; }
a { background-color: rgb(188,41,18); }
div.DivClassName
{
background-color: #BC2912;
}
.BgClassName
{
background-color: #BC2912;
}
</style>
border-color css
<style>
span { border-color: #BC2912; }
span { border-color: rgb(188,41,18); }
td.TdClassName
{
border-color: #BC2912;
}
.TagClassName
{
border-color: #BC2912;
}
</style>