Html Css Color HEX #BC2F16 Harley Davidson Orange
📋 copy color: '#BC2F16'red 188 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #BC2F16
Tints of Harley Davidson Orange #BC2F16
RGB
CMYK
RGB Variations
Color information
#BC2F16 (or 0xBC2F16) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 16. RGB value is (188,47,22). Sum of RGB (Red+Green+Blue) = 188+47+22=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F16 is #43D0E9. Grayscale: #565656. Windows color (decimal): -4444394 or 1454012. OLE color: 1454012.
HSL color Cylindrical-coordinate representation of color #BC2F16: hue angle of 9.04º 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 #BC2F16 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 22 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.26 |
| HSL | 9.04º | 0.79% | 0.41% | - |
| HSV(B) | 9.04º | 0.88% | 0.74% | - |
| XYZ | 21.9 | 12.78 | 2.07 | - |
| YUV | 86.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 22 | 0 | 0.75 | 0.88 | 0.26 | 9.04 | 0.79 | 0.41 |
| Hex | BC | 2F | 16 | 0 | 4B | 58 | 1A | 9 | 4F | 29 |
| Octal | 274 | 57 | 26 | 0 | 113 | 130 | 32 | 11 | 117 | 51 |
| Binary | 10111100 | 101111 | 10110 | 0 | 1001011 | 1011000 | 11010 | 1001 | 1001111 | 101001 |
Color Harmonies of #BC2F16
Complementary color
Monochromatic Colors of #BC2F16
Black with #BC2F16
Text Example
Text Example
White with #BC2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F16; }
p { color: rgb(188,47,22); }
H1.HeaderClassName
{
color: #BC2F16;
}
.AnyTagClassName
{
color: #BC2F16;
}
</style>
background-color css
<style>
a { background-color: #BC2F16; }
a { background-color: rgb(188,47,22); }
div.DivClassName
{
background-color: #BC2F16;
}
.BgClassName
{
background-color: #BC2F16;
}
</style>
border-color css
<style>
span { border-color: #BC2F16; }
span { border-color: rgb(188,47,22); }
td.TdClassName
{
border-color: #BC2F16;
}
.TagClassName
{
border-color: #BC2F16;
}
</style>