Html Css Color HEX #BC2B16 Harley Davidson Orange
📋 copy color: '#BC2B16'red 188 ◦ green 43 ◦ blue 22
Shades of Harley Davidson Orange #BC2B16
Tints of Harley Davidson Orange #BC2B16
RGB
CMYK
RGB Variations
Color information
#BC2B16 (or 0xBC2B16) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 16. RGB value is (188,43,22). Sum of RGB (Red+Green+Blue) = 188+43+22=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B16 is #43D4E9. Grayscale: #545454. Windows color (decimal): -4445418 or 1452988. OLE color: 1452988.
HSL color Cylindrical-coordinate representation of color #BC2B16: hue angle of 7.59º 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 #BC2B16 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 43 | 22 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.26 |
| HSL | 7.59º | 0.79% | 0.41% | - |
| HSV(B) | 7.59º | 0.88% | 0.74% | - |
| XYZ | 21.75 | 12.48 | 2.02 | - |
| YUV | 83.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 43 | 22 | 0 | 0.77 | 0.88 | 0.26 | 7.59 | 0.79 | 0.41 |
| Hex | BC | 2B | 16 | 0 | 4D | 58 | 1A | 8 | 4F | 29 |
| Octal | 274 | 53 | 26 | 0 | 115 | 130 | 32 | 10 | 117 | 51 |
| Binary | 10111100 | 101011 | 10110 | 0 | 1001101 | 1011000 | 11010 | 1000 | 1001111 | 101001 |
Color Harmonies of #BC2B16
Complementary color
Monochromatic Colors of #BC2B16
Black with #BC2B16
Text Example
Text Example
White with #BC2B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2B16; }
p { color: rgb(188,43,22); }
H1.HeaderClassName
{
color: #BC2B16;
}
.AnyTagClassName
{
color: #BC2B16;
}
</style>
background-color css
<style>
a { background-color: #BC2B16; }
a { background-color: rgb(188,43,22); }
div.DivClassName
{
background-color: #BC2B16;
}
.BgClassName
{
background-color: #BC2B16;
}
</style>
border-color css
<style>
span { border-color: #BC2B16; }
span { border-color: rgb(188,43,22); }
td.TdClassName
{
border-color: #BC2B16;
}
.TagClassName
{
border-color: #BC2B16;
}
</style>