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