Html Css Color HEX #BC3114 Harley Davidson Orange
📋 copy color: '#BC3114'red 188 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #BC3114
Tints of Harley Davidson Orange #BC3114
RGB
CMYK
RGB Variations
Color information
#BC3114 (or 0xBC3114) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 14. RGB value is (188,49,20). Sum of RGB (Red+Green+Blue) = 188+49+20=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3114 is #43CEEB. Grayscale: #575757. Windows color (decimal): -4443884 or 1323452. OLE color: 1323452.
HSL color Cylindrical-coordinate representation of color #BC3114: hue angle of 10.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3114 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 20 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.26 |
| HSL | 10.36º | 0.81% | 0.41% | - |
| HSV(B) | 10.36º | 0.89% | 0.74% | - |
| XYZ | 21.96 | 12.94 | 2 | - |
| YUV | 87.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 20 | 0 | 0.74 | 0.89 | 0.26 | 10.36 | 0.81 | 0.41 |
| Hex | BC | 31 | 14 | 0 | 4A | 59 | 1A | A | 51 | 29 |
| Octal | 274 | 61 | 24 | 0 | 112 | 131 | 32 | 12 | 121 | 51 |
| Binary | 10111100 | 110001 | 10100 | 0 | 1001010 | 1011001 | 11010 | 1010 | 1010001 | 101001 |
Color Harmonies of #BC3114
Complementary color
Monochromatic Colors of #BC3114
Black with #BC3114
Text Example
Text Example
White with #BC3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3114; }
p { color: rgb(188,49,20); }
H1.HeaderClassName
{
color: #BC3114;
}
.AnyTagClassName
{
color: #BC3114;
}
</style>
background-color css
<style>
a { background-color: #BC3114; }
a { background-color: rgb(188,49,20); }
div.DivClassName
{
background-color: #BC3114;
}
.BgClassName
{
background-color: #BC3114;
}
</style>
border-color css
<style>
span { border-color: #BC3114; }
span { border-color: rgb(188,49,20); }
td.TdClassName
{
border-color: #BC3114;
}
.TagClassName
{
border-color: #BC3114;
}
</style>