Html Css Color HEX #BC2D11 Harley Davidson Orange
📋 copy color: '#BC2D11'red 188 ◦ green 45 ◦ blue 17
Shades of Harley Davidson Orange #BC2D11
Tints of Harley Davidson Orange #BC2D11
RGB
CMYK
RGB Variations
Color information
#BC2D11 (or 0xBC2D11) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 11. RGB value is (188,45,17). Sum of RGB (Red+Green+Blue) = 188+45+17=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D11 is #43D2EE. Grayscale: #545454. Windows color (decimal): -4444911 or 1125820. OLE color: 1125820.
HSL color Cylindrical-coordinate representation of color #BC2D11: hue angle of 9.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC2D11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.26 |
| HSL | 9.82º | 0.83% | 0.4% | - |
| HSV(B) | 9.82º | 0.91% | 0.74% | - |
| XYZ | 21.78 | 12.61 | 1.82 | - |
| YUV | 84.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 17 | 0 | 0.76 | 0.91 | 0.26 | 9.82 | 0.83 | 0.4 |
| Hex | BC | 2D | 11 | 0 | 4C | 5B | 1A | A | 53 | 28 |
| Octal | 274 | 55 | 21 | 0 | 114 | 133 | 32 | 12 | 123 | 50 |
| Binary | 10111100 | 101101 | 10001 | 0 | 1001100 | 1011011 | 11010 | 1010 | 1010011 | 101000 |
Color Harmonies of #BC2D11
Complementary color
Monochromatic Colors of #BC2D11
Black with #BC2D11
Text Example
Text Example
White with #BC2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D11; }
p { color: rgb(188,45,17); }
H1.HeaderClassName
{
color: #BC2D11;
}
.AnyTagClassName
{
color: #BC2D11;
}
</style>
background-color css
<style>
a { background-color: #BC2D11; }
a { background-color: rgb(188,45,17); }
div.DivClassName
{
background-color: #BC2D11;
}
.BgClassName
{
background-color: #BC2D11;
}
</style>
border-color css
<style>
span { border-color: #BC2D11; }
span { border-color: rgb(188,45,17); }
td.TdClassName
{
border-color: #BC2D11;
}
.TagClassName
{
border-color: #BC2D11;
}
</style>