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