Html Css Color HEX #BC3512 Harley Davidson Orange
📋 copy color: '#BC3512'red 188 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #BC3512
Tints of Harley Davidson Orange #BC3512
RGB
CMYK
RGB Variations
Color information
#BC3512 (or 0xBC3512) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 12. RGB value is (188,53,18). Sum of RGB (Red+Green+Blue) = 188+53+18=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3512 is #43CAED. Grayscale: #595959. Windows color (decimal): -4442862 or 1193404. OLE color: 1193404.
HSL color Cylindrical-coordinate representation of color #BC3512: hue angle of 12.35º 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 #BC3512 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.26 |
| HSL | 12.35º | 0.83% | 0.4% | - |
| HSV(B) | 12.35º | 0.9% | 0.74% | - |
| XYZ | 22.12 | 13.28 | 1.97 | - |
| YUV | 89.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 18 | 0 | 0.72 | 0.90 | 0.26 | 12.35 | 0.83 | 0.4 |
| Hex | BC | 35 | 12 | 0 | 48 | 5A | 1A | C | 53 | 28 |
| Octal | 274 | 65 | 22 | 0 | 110 | 132 | 32 | 14 | 123 | 50 |
| Binary | 10111100 | 110101 | 10010 | 0 | 1001000 | 1011010 | 11010 | 1100 | 1010011 | 101000 |
Color Harmonies of #BC3512
Complementary color
Monochromatic Colors of #BC3512
Black with #BC3512
Text Example
Text Example
White with #BC3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3512; }
p { color: rgb(188,53,18); }
H1.HeaderClassName
{
color: #BC3512;
}
.AnyTagClassName
{
color: #BC3512;
}
</style>
background-color css
<style>
a { background-color: #BC3512; }
a { background-color: rgb(188,53,18); }
div.DivClassName
{
background-color: #BC3512;
}
.BgClassName
{
background-color: #BC3512;
}
</style>
border-color css
<style>
span { border-color: #BC3512; }
span { border-color: rgb(188,53,18); }
td.TdClassName
{
border-color: #BC3512;
}
.TagClassName
{
border-color: #BC3512;
}
</style>