Html Css Color HEX #BC3312 Harley Davidson Orange
📋 copy color: '#BC3312'red 188 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #BC3312
Tints of Harley Davidson Orange #BC3312
RGB
CMYK
RGB Variations
Color information
#BC3312 (or 0xBC3312) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 12. RGB value is (188,51,18). Sum of RGB (Red+Green+Blue) = 188+51+18=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3312 is #43CCED. Grayscale: #585858. Windows color (decimal): -4443374 or 1192892. OLE color: 1192892.
HSL color Cylindrical-coordinate representation of color #BC3312: hue angle of 11.65º 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 #BC3312 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.26 |
| HSL | 11.65º | 0.83% | 0.4% | - |
| HSV(B) | 11.65º | 0.9% | 0.74% | - |
| XYZ | 22.03 | 13.1 | 1.94 | - |
| YUV | 88.2 | 88.39 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 18 | 0 | 0.73 | 0.90 | 0.26 | 11.65 | 0.83 | 0.4 |
| Hex | BC | 33 | 12 | 0 | 49 | 5A | 1A | C | 53 | 28 |
| Octal | 274 | 63 | 22 | 0 | 111 | 132 | 32 | 14 | 123 | 50 |
| Binary | 10111100 | 110011 | 10010 | 0 | 1001001 | 1011010 | 11010 | 1100 | 1010011 | 101000 |
Color Harmonies of #BC3312
Complementary color
Monochromatic Colors of #BC3312
Black with #BC3312
Text Example
Text Example
White with #BC3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3312; }
p { color: rgb(188,51,18); }
H1.HeaderClassName
{
color: #BC3312;
}
.AnyTagClassName
{
color: #BC3312;
}
</style>
background-color css
<style>
a { background-color: #BC3312; }
a { background-color: rgb(188,51,18); }
div.DivClassName
{
background-color: #BC3312;
}
.BgClassName
{
background-color: #BC3312;
}
</style>
border-color css
<style>
span { border-color: #BC3312; }
span { border-color: rgb(188,51,18); }
td.TdClassName
{
border-color: #BC3312;
}
.TagClassName
{
border-color: #BC3312;
}
</style>