Html Css Color HEX #BC3C1C Harley Davidson Orange
📋 copy color: '#BC3C1C'red 188 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #BC3C1C
Tints of Harley Davidson Orange #BC3C1C
RGB
CMYK
RGB Variations
Color information
#BC3C1C (or 0xBC3C1C) is known color: Harley Davidson Orange. HEX triplet: BC, 3C and 1C. RGB value is (188,60,28). Sum of RGB (Red+Green+Blue) = 188+60+28=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C1C is #43C3E3. Grayscale: #5E5E5E. Windows color (decimal): -4441060 or 1850556. OLE color: 1850556.
HSL color Cylindrical-coordinate representation of color #BC3C1C: hue angle of 12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC3C1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 28 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.26 |
| HSL | 12º | 0.74% | 0.42% | - |
| HSV(B) | 12º | 0.85% | 0.74% | - |
| XYZ | 22.56 | 14.01 | 2.61 | - |
| YUV | 94.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 28 | 0 | 0.68 | 0.85 | 0.26 | 12 | 0.74 | 0.42 |
| Hex | BC | 3C | 1C | 0 | 44 | 55 | 1A | C | 4A | 2A |
| Octal | 274 | 74 | 34 | 0 | 104 | 125 | 32 | 14 | 112 | 52 |
| Binary | 10111100 | 111100 | 11100 | 0 | 1000100 | 1010101 | 11010 | 1100 | 1001010 | 101010 |
Color Harmonies of #BC3C1C
Complementary color
Monochromatic Colors of #BC3C1C
Black with #BC3C1C
Text Example
Text Example
White with #BC3C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C1C; }
p { color: rgb(188,60,28); }
H1.HeaderClassName
{
color: #BC3C1C;
}
.AnyTagClassName
{
color: #BC3C1C;
}
</style>
background-color css
<style>
a { background-color: #BC3C1C; }
a { background-color: rgb(188,60,28); }
div.DivClassName
{
background-color: #BC3C1C;
}
.BgClassName
{
background-color: #BC3C1C;
}
</style>
border-color css
<style>
span { border-color: #BC3C1C; }
span { border-color: rgb(188,60,28); }
td.TdClassName
{
border-color: #BC3C1C;
}
.TagClassName
{
border-color: #BC3C1C;
}
</style>