Html Css Color HEX #BC3C22 Harley Davidson Orange
📋 copy color: '#BC3C22'red 188 ◦ green 60 ◦ blue 34
Shades of Harley Davidson Orange #BC3C22
Tints of Harley Davidson Orange #BC3C22
RGB
CMYK
RGB Variations
Color information
#BC3C22 (or 0xBC3C22) is known color: Harley Davidson Orange. HEX triplet: BC, 3C and 22. RGB value is (188,60,34). Sum of RGB (Red+Green+Blue) = 188+60+34=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C22 is #43C3DD. Grayscale: #5F5F5F. Windows color (decimal): -4441054 or 2243772. OLE color: 2243772.
HSL color Cylindrical-coordinate representation of color #BC3C22: hue angle of 10.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC3C22 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 34 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.26 |
| HSL | 10.13º | 0.69% | 0.44% | - |
| HSV(B) | 10.13º | 0.82% | 0.74% | - |
| XYZ | 22.64 | 14.04 | 3.03 | - |
| YUV | 95.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 34 | 0 | 0.68 | 0.82 | 0.26 | 10.13 | 0.69 | 0.44 |
| Hex | BC | 3C | 22 | 0 | 44 | 52 | 1A | A | 45 | 2C |
| Octal | 274 | 74 | 42 | 0 | 104 | 122 | 32 | 12 | 105 | 54 |
| Binary | 10111100 | 111100 | 100010 | 0 | 1000100 | 1010010 | 11010 | 1010 | 1000101 | 101100 |
Color Harmonies of #BC3C22
Complementary color
Monochromatic Colors of #BC3C22
Black with #BC3C22
Text Example
Text Example
White with #BC3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C22; }
p { color: rgb(188,60,34); }
H1.HeaderClassName
{
color: #BC3C22;
}
.AnyTagClassName
{
color: #BC3C22;
}
</style>
background-color css
<style>
a { background-color: #BC3C22; }
a { background-color: rgb(188,60,34); }
div.DivClassName
{
background-color: #BC3C22;
}
.BgClassName
{
background-color: #BC3C22;
}
</style>
border-color css
<style>
span { border-color: #BC3C22; }
span { border-color: rgb(188,60,34); }
td.TdClassName
{
border-color: #BC3C22;
}
.TagClassName
{
border-color: #BC3C22;
}
</style>