Html Css Color HEX #BC2F15 Harley Davidson Orange
📋 copy color: '#BC2F15'red 188 ◦ green 47 ◦ blue 21
Shades of Harley Davidson Orange #BC2F15
Tints of Harley Davidson Orange #BC2F15
RGB
CMYK
RGB Variations
Color information
#BC2F15 (or 0xBC2F15) is known color: Harley Davidson Orange. HEX triplet: BC, 2F and 15. RGB value is (188,47,21). Sum of RGB (Red+Green+Blue) = 188+47+21=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2F15 is #43D0EA. Grayscale: #565656. Windows color (decimal): -4444395 or 1388476. OLE color: 1388476.
HSL color Cylindrical-coordinate representation of color #BC2F15: hue angle of 9.34º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC2F15 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 47 | 21 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.26 |
| HSL | 9.34º | 0.8% | 0.41% | - |
| HSV(B) | 9.34º | 0.89% | 0.74% | - |
| XYZ | 21.89 | 12.78 | 2.02 | - |
| YUV | 86.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 21 | 0 | 0.75 | 0.89 | 0.26 | 9.34 | 0.8 | 0.41 |
| Hex | BC | 2F | 15 | 0 | 4B | 59 | 1A | 9 | 50 | 29 |
| Octal | 274 | 57 | 25 | 0 | 113 | 131 | 32 | 11 | 120 | 51 |
| Binary | 10111100 | 101111 | 10101 | 0 | 1001011 | 1011001 | 11010 | 1001 | 1010000 | 101001 |
Color Harmonies of #BC2F15
Complementary color
Monochromatic Colors of #BC2F15
Black with #BC2F15
Text Example
Text Example
White with #BC2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2F15; }
p { color: rgb(188,47,21); }
H1.HeaderClassName
{
color: #BC2F15;
}
.AnyTagClassName
{
color: #BC2F15;
}
</style>
background-color css
<style>
a { background-color: #BC2F15; }
a { background-color: rgb(188,47,21); }
div.DivClassName
{
background-color: #BC2F15;
}
.BgClassName
{
background-color: #BC2F15;
}
</style>
border-color css
<style>
span { border-color: #BC2F15; }
span { border-color: rgb(188,47,21); }
td.TdClassName
{
border-color: #BC2F15;
}
.TagClassName
{
border-color: #BC2F15;
}
</style>