Html Css Color HEX #BC2D16 Harley Davidson Orange
📋 copy color: '#BC2D16'red 188 ◦ green 45 ◦ blue 22
Shades of Harley Davidson Orange #BC2D16
Tints of Harley Davidson Orange #BC2D16
RGB
CMYK
RGB Variations
Color information
#BC2D16 (or 0xBC2D16) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 16. RGB value is (188,45,22). Sum of RGB (Red+Green+Blue) = 188+45+22=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D16 is #43D2E9. Grayscale: #555555. Windows color (decimal): -4444906 or 1453500. OLE color: 1453500.
HSL color Cylindrical-coordinate representation of color #BC2D16: hue angle of 8.31º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC2D16 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 22 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.26 |
| HSL | 8.31º | 0.79% | 0.41% | - |
| HSV(B) | 8.31º | 0.88% | 0.74% | - |
| XYZ | 21.82 | 12.63 | 2.05 | - |
| YUV | 85.14 | 92.38 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 22 | 0 | 0.76 | 0.88 | 0.26 | 8.31 | 0.79 | 0.41 |
| Hex | BC | 2D | 16 | 0 | 4C | 58 | 1A | 8 | 4F | 29 |
| Octal | 274 | 55 | 26 | 0 | 114 | 130 | 32 | 10 | 117 | 51 |
| Binary | 10111100 | 101101 | 10110 | 0 | 1001100 | 1011000 | 11010 | 1000 | 1001111 | 101001 |
Color Harmonies of #BC2D16
Complementary color
Monochromatic Colors of #BC2D16
Black with #BC2D16
Text Example
Text Example
White with #BC2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D16; }
p { color: rgb(188,45,22); }
H1.HeaderClassName
{
color: #BC2D16;
}
.AnyTagClassName
{
color: #BC2D16;
}
</style>
background-color css
<style>
a { background-color: #BC2D16; }
a { background-color: rgb(188,45,22); }
div.DivClassName
{
background-color: #BC2D16;
}
.BgClassName
{
background-color: #BC2D16;
}
</style>
border-color css
<style>
span { border-color: #BC2D16; }
span { border-color: rgb(188,45,22); }
td.TdClassName
{
border-color: #BC2D16;
}
.TagClassName
{
border-color: #BC2D16;
}
</style>