Html Css Color HEX #BC3322 Harley Davidson Orange
📋 copy color: '#BC3322'red 188 ◦ green 51 ◦ blue 34
Shades of Harley Davidson Orange #BC3322
Tints of Harley Davidson Orange #BC3322
RGB
CMYK
RGB Variations
Color information
#BC3322 (or 0xBC3322) is known color: Harley Davidson Orange. HEX triplet: BC, 33 and 22. RGB value is (188,51,34). Sum of RGB (Red+Green+Blue) = 188+51+34=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3322 is #43CCDD. Grayscale: #5A5A5A. Windows color (decimal): -4443358 or 2241468. OLE color: 2241468.
HSL color Cylindrical-coordinate representation of color #BC3322: hue angle of 6.62º 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 #BC3322 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 34 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.26 |
| HSL | 6.62º | 0.69% | 0.44% | - |
| HSV(B) | 6.62º | 0.82% | 0.74% | - |
| XYZ | 22.21 | 13.17 | 2.89 | - |
| YUV | 90.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 34 | 0 | 0.73 | 0.82 | 0.26 | 6.62 | 0.69 | 0.44 |
| Hex | BC | 33 | 22 | 0 | 49 | 52 | 1A | 7 | 45 | 2C |
| Octal | 274 | 63 | 42 | 0 | 111 | 122 | 32 | 7 | 105 | 54 |
| Binary | 10111100 | 110011 | 100010 | 0 | 1001001 | 1010010 | 11010 | 111 | 1000101 | 101100 |
Color Harmonies of #BC3322
Complementary color
Monochromatic Colors of #BC3322
Black with #BC3322
Text Example
Text Example
White with #BC3322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3322; }
p { color: rgb(188,51,34); }
H1.HeaderClassName
{
color: #BC3322;
}
.AnyTagClassName
{
color: #BC3322;
}
</style>
background-color css
<style>
a { background-color: #BC3322; }
a { background-color: rgb(188,51,34); }
div.DivClassName
{
background-color: #BC3322;
}
.BgClassName
{
background-color: #BC3322;
}
</style>
border-color css
<style>
span { border-color: #BC3322; }
span { border-color: rgb(188,51,34); }
td.TdClassName
{
border-color: #BC3322;
}
.TagClassName
{
border-color: #BC3322;
}
</style>