Html Css Color HEX #BC311C Harley Davidson Orange
📋 copy color: '#BC311C'red 188 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #BC311C
Tints of Harley Davidson Orange #BC311C
RGB
CMYK
RGB Variations
Color information
#BC311C (or 0xBC311C) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 1C. RGB value is (188,49,28). Sum of RGB (Red+Green+Blue) = 188+49+28=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC311C is #43CEE3. Grayscale: #585858. Windows color (decimal): -4443876 or 1847740. OLE color: 1847740.
HSL color Cylindrical-coordinate representation of color #BC311C: hue angle of 7.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC311C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 7.88º | 0.74% | 0.42% | - |
| HSV(B) | 7.88º | 0.85% | 0.74% | - |
| XYZ | 22.05 | 12.97 | 2.44 | - |
| YUV | 88.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 28 | 0 | 0.74 | 0.85 | 0.26 | 7.88 | 0.74 | 0.42 |
| Hex | BC | 31 | 1C | 0 | 4A | 55 | 1A | 8 | 4A | 2A |
| Octal | 274 | 61 | 34 | 0 | 112 | 125 | 32 | 10 | 112 | 52 |
| Binary | 10111100 | 110001 | 11100 | 0 | 1001010 | 1010101 | 11010 | 1000 | 1001010 | 101010 |
Color Harmonies of #BC311C
Complementary color
Monochromatic Colors of #BC311C
Black with #BC311C
Text Example
Text Example
White with #BC311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC311C; }
p { color: rgb(188,49,28); }
H1.HeaderClassName
{
color: #BC311C;
}
.AnyTagClassName
{
color: #BC311C;
}
</style>
background-color css
<style>
a { background-color: #BC311C; }
a { background-color: rgb(188,49,28); }
div.DivClassName
{
background-color: #BC311C;
}
.BgClassName
{
background-color: #BC311C;
}
</style>
border-color css
<style>
span { border-color: #BC311C; }
span { border-color: rgb(188,49,28); }
td.TdClassName
{
border-color: #BC311C;
}
.TagClassName
{
border-color: #BC311C;
}
</style>