Html Css Color HEX #BC311D Harley Davidson Orange
📋 copy color: '#BC311D'red 188 ◦ green 49 ◦ blue 29
Shades of Harley Davidson Orange #BC311D
Tints of Harley Davidson Orange #BC311D
RGB
CMYK
RGB Variations
Color information
#BC311D (or 0xBC311D) is known color: Harley Davidson Orange. HEX triplet: BC, 31 and 1D. RGB value is (188,49,29). Sum of RGB (Red+Green+Blue) = 188+49+29=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC311D is #43CEE2. Grayscale: #585858. Windows color (decimal): -4443875 or 1913276. OLE color: 1913276.
HSL color Cylindrical-coordinate representation of color #BC311D: hue angle of 7.55º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC311D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 49 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.26 |
| HSL | 7.55º | 0.73% | 0.43% | - |
| HSV(B) | 7.55º | 0.85% | 0.74% | - |
| XYZ | 22.06 | 12.98 | 2.5 | - |
| YUV | 88.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 29 | 0 | 0.74 | 0.85 | 0.26 | 7.55 | 0.73 | 0.43 |
| Hex | BC | 31 | 1D | 0 | 4A | 55 | 1A | 8 | 49 | 2B |
| Octal | 274 | 61 | 35 | 0 | 112 | 125 | 32 | 10 | 111 | 53 |
| Binary | 10111100 | 110001 | 11101 | 0 | 1001010 | 1010101 | 11010 | 1000 | 1001001 | 101011 |
Color Harmonies of #BC311D
Complementary color
Monochromatic Colors of #BC311D
Black with #BC311D
Text Example
Text Example
White with #BC311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC311D; }
p { color: rgb(188,49,29); }
H1.HeaderClassName
{
color: #BC311D;
}
.AnyTagClassName
{
color: #BC311D;
}
</style>
background-color css
<style>
a { background-color: #BC311D; }
a { background-color: rgb(188,49,29); }
div.DivClassName
{
background-color: #BC311D;
}
.BgClassName
{
background-color: #BC311D;
}
</style>
border-color css
<style>
span { border-color: #BC311D; }
span { border-color: rgb(188,49,29); }
td.TdClassName
{
border-color: #BC311D;
}
.TagClassName
{
border-color: #BC311D;
}
</style>