Html Css Color HEX #BC270E Harley Davidson Orange
📋 copy color: '#BC270E'red 188 ◦ green 39 ◦ blue 14
Shades of Harley Davidson Orange #BC270E
Tints of Harley Davidson Orange #BC270E
RGB
CMYK
RGB Variations
Color information
#BC270E (or 0xBC270E) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 0E. RGB value is (188,39,14). Sum of RGB (Red+Green+Blue) = 188+39+14=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC270E is #43D8F1. Grayscale: #505050. Windows color (decimal): -4446450 or 927676. OLE color: 927676.
HSL color Cylindrical-coordinate representation of color #BC270E: hue angle of 8.62º 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 #BC270E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.26 |
| HSL | 8.62º | 0.86% | 0.4% | - |
| HSV(B) | 8.62º | 0.93% | 0.74% | - |
| XYZ | 21.54 | 12.17 | 1.63 | - |
| YUV | 80.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 14 | 0 | 0.79 | 0.93 | 0.26 | 8.62 | 0.86 | 0.4 |
| Hex | BC | 27 | E | 0 | 4F | 5D | 1A | 9 | 56 | 28 |
| Octal | 274 | 47 | 16 | 0 | 117 | 135 | 32 | 11 | 126 | 50 |
| Binary | 10111100 | 100111 | 1110 | 0 | 1001111 | 1011101 | 11010 | 1001 | 1010110 | 101000 |
Color Harmonies of #BC270E
Complementary color
Monochromatic Colors of #BC270E
Black with #BC270E
Text Example
Text Example
White with #BC270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC270E; }
p { color: rgb(188,39,14); }
H1.HeaderClassName
{
color: #BC270E;
}
.AnyTagClassName
{
color: #BC270E;
}
</style>
background-color css
<style>
a { background-color: #BC270E; }
a { background-color: rgb(188,39,14); }
div.DivClassName
{
background-color: #BC270E;
}
.BgClassName
{
background-color: #BC270E;
}
</style>
border-color css
<style>
span { border-color: #BC270E; }
span { border-color: rgb(188,39,14); }
td.TdClassName
{
border-color: #BC270E;
}
.TagClassName
{
border-color: #BC270E;
}
</style>