Html Css Color HEX #BC320E Harley Davidson Orange
📋 copy color: '#BC320E'red 188 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #BC320E
Tints of Harley Davidson Orange #BC320E
RGB
CMYK
RGB Variations
Color information
#BC320E (or 0xBC320E) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 0E. RGB value is (188,50,14). Sum of RGB (Red+Green+Blue) = 188+50+14=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC320E is #43CDF1. Grayscale: #575757. Windows color (decimal): -4443634 or 930492. OLE color: 930492.
HSL color Cylindrical-coordinate representation of color #BC320E: hue angle of 12.41º 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 #BC320E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.26 |
| HSL | 12.41º | 0.86% | 0.4% | - |
| HSV(B) | 12.41º | 0.93% | 0.74% | - |
| XYZ | 21.96 | 13 | 1.77 | - |
| YUV | 87.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 14 | 0 | 0.73 | 0.93 | 0.26 | 12.41 | 0.86 | 0.4 |
| Hex | BC | 32 | E | 0 | 49 | 5D | 1A | C | 56 | 28 |
| Octal | 274 | 62 | 16 | 0 | 111 | 135 | 32 | 14 | 126 | 50 |
| Binary | 10111100 | 110010 | 1110 | 0 | 1001001 | 1011101 | 11010 | 1100 | 1010110 | 101000 |
Color Harmonies of #BC320E
Complementary color
Monochromatic Colors of #BC320E
Black with #BC320E
Text Example
Text Example
White with #BC320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC320E; }
p { color: rgb(188,50,14); }
H1.HeaderClassName
{
color: #BC320E;
}
.AnyTagClassName
{
color: #BC320E;
}
</style>
background-color css
<style>
a { background-color: #BC320E; }
a { background-color: rgb(188,50,14); }
div.DivClassName
{
background-color: #BC320E;
}
.BgClassName
{
background-color: #BC320E;
}
</style>
border-color css
<style>
span { border-color: #BC320E; }
span { border-color: rgb(188,50,14); }
td.TdClassName
{
border-color: #BC320E;
}
.TagClassName
{
border-color: #BC320E;
}
</style>