Html Css Color HEX #BC301E Harley Davidson Orange
📋 copy color: '#BC301E'red 188 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #BC301E
Tints of Harley Davidson Orange #BC301E
RGB
CMYK
RGB Variations
Color information
#BC301E (or 0xBC301E) is known color: Harley Davidson Orange. HEX triplet: BC, 30 and 1E. RGB value is (188,48,30). Sum of RGB (Red+Green+Blue) = 188+48+30=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC301E is #43CFE1. Grayscale: #585858. Windows color (decimal): -4444130 or 1978556. OLE color: 1978556.
HSL color Cylindrical-coordinate representation of color #BC301E: hue angle of 6.84º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC301E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 48 | 30 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.26 |
| HSL | 6.84º | 0.72% | 0.43% | - |
| HSV(B) | 6.84º | 0.84% | 0.74% | - |
| XYZ | 22.03 | 12.9 | 2.56 | - |
| YUV | 87.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 48 | 30 | 0 | 0.74 | 0.84 | 0.26 | 6.84 | 0.72 | 0.43 |
| Hex | BC | 30 | 1E | 0 | 4A | 54 | 1A | 7 | 48 | 2B |
| Octal | 274 | 60 | 36 | 0 | 112 | 124 | 32 | 7 | 110 | 53 |
| Binary | 10111100 | 110000 | 11110 | 0 | 1001010 | 1010100 | 11010 | 111 | 1001000 | 101011 |
Color Harmonies of #BC301E
Complementary color
Monochromatic Colors of #BC301E
Black with #BC301E
Text Example
Text Example
White with #BC301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC301E; }
p { color: rgb(188,48,30); }
H1.HeaderClassName
{
color: #BC301E;
}
.AnyTagClassName
{
color: #BC301E;
}
</style>
background-color css
<style>
a { background-color: #BC301E; }
a { background-color: rgb(188,48,30); }
div.DivClassName
{
background-color: #BC301E;
}
.BgClassName
{
background-color: #BC301E;
}
</style>
border-color css
<style>
span { border-color: #BC301E; }
span { border-color: rgb(188,48,30); }
td.TdClassName
{
border-color: #BC301E;
}
.TagClassName
{
border-color: #BC301E;
}
</style>