Html Css Color HEX #BC340E Harley Davidson Orange
📋 copy color: '#BC340E'red 188 ◦ green 52 ◦ blue 14
Shades of Harley Davidson Orange #BC340E
Tints of Harley Davidson Orange #BC340E
RGB
CMYK
RGB Variations
Color information
#BC340E (or 0xBC340E) is known color: Harley Davidson Orange. HEX triplet: BC, 34 and 0E. RGB value is (188,52,14). Sum of RGB (Red+Green+Blue) = 188+52+14=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC340E is #43CBF1. Grayscale: #585858. Windows color (decimal): -4443122 or 931004. OLE color: 931004.
HSL color Cylindrical-coordinate representation of color #BC340E: hue angle of 13.1º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC340E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 14 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.26 |
| HSL | 13.1º | 0.86% | 0.4% | - |
| HSV(B) | 13.1º | 0.93% | 0.74% | - |
| XYZ | 22.05 | 13.18 | 1.8 | - |
| YUV | 88.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 14 | 0 | 0.72 | 0.93 | 0.26 | 13.1 | 0.86 | 0.4 |
| Hex | BC | 34 | E | 0 | 48 | 5D | 1A | D | 56 | 28 |
| Octal | 274 | 64 | 16 | 0 | 110 | 135 | 32 | 15 | 126 | 50 |
| Binary | 10111100 | 110100 | 1110 | 0 | 1001000 | 1011101 | 11010 | 1101 | 1010110 | 101000 |
Color Harmonies of #BC340E
Complementary color
Monochromatic Colors of #BC340E
Black with #BC340E
Text Example
Text Example
White with #BC340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC340E; }
p { color: rgb(188,52,14); }
H1.HeaderClassName
{
color: #BC340E;
}
.AnyTagClassName
{
color: #BC340E;
}
</style>
background-color css
<style>
a { background-color: #BC340E; }
a { background-color: rgb(188,52,14); }
div.DivClassName
{
background-color: #BC340E;
}
.BgClassName
{
background-color: #BC340E;
}
</style>
border-color css
<style>
span { border-color: #BC340E; }
span { border-color: rgb(188,52,14); }
td.TdClassName
{
border-color: #BC340E;
}
.TagClassName
{
border-color: #BC340E;
}
</style>