Html Css Color HEX #BC371E Harley Davidson Orange
📋 copy color: '#BC371E'red 188 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #BC371E
Tints of Harley Davidson Orange #BC371E
RGB
CMYK
RGB Variations
Color information
#BC371E (or 0xBC371E) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 1E. RGB value is (188,55,30). Sum of RGB (Red+Green+Blue) = 188+55+30=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC371E is #43C8E1. Grayscale: #5C5C5C. Windows color (decimal): -4442338 or 1980348. OLE color: 1980348.
HSL color Cylindrical-coordinate representation of color #BC371E: hue angle of 9.49º 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 #BC371E is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 30 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.26 |
| HSL | 9.49º | 0.72% | 0.43% | - |
| HSV(B) | 9.49º | 0.84% | 0.74% | - |
| XYZ | 22.34 | 13.52 | 2.66 | - |
| YUV | 91.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 30 | 0 | 0.71 | 0.84 | 0.26 | 9.49 | 0.72 | 0.43 |
| Hex | BC | 37 | 1E | 0 | 47 | 54 | 1A | 9 | 48 | 2B |
| Octal | 274 | 67 | 36 | 0 | 107 | 124 | 32 | 11 | 110 | 53 |
| Binary | 10111100 | 110111 | 11110 | 0 | 1000111 | 1010100 | 11010 | 1001 | 1001000 | 101011 |
Color Harmonies of #BC371E
Complementary color
Monochromatic Colors of #BC371E
Black with #BC371E
Text Example
Text Example
White with #BC371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC371E; }
p { color: rgb(188,55,30); }
H1.HeaderClassName
{
color: #BC371E;
}
.AnyTagClassName
{
color: #BC371E;
}
</style>
background-color css
<style>
a { background-color: #BC371E; }
a { background-color: rgb(188,55,30); }
div.DivClassName
{
background-color: #BC371E;
}
.BgClassName
{
background-color: #BC371E;
}
</style>
border-color css
<style>
span { border-color: #BC371E; }
span { border-color: rgb(188,55,30); }
td.TdClassName
{
border-color: #BC371E;
}
.TagClassName
{
border-color: #BC371E;
}
</style>