Html Css Color HEX #BC290F Harley Davidson Orange
📋 copy color: '#BC290F'red 188 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #BC290F
Tints of Harley Davidson Orange #BC290F
RGB
CMYK
RGB Variations
Color information
#BC290F (or 0xBC290F) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 0F. RGB value is (188,41,15). Sum of RGB (Red+Green+Blue) = 188+41+15=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC290F is #43D6F0. Grayscale: #525252. Windows color (decimal): -4445937 or 993724. OLE color: 993724.
HSL color Cylindrical-coordinate representation of color #BC290F: hue angle of 9.02º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC290F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 15 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.26 |
| HSL | 9.02º | 0.85% | 0.4% | - |
| HSV(B) | 9.02º | 0.92% | 0.74% | - |
| XYZ | 21.62 | 12.31 | 1.69 | - |
| YUV | 81.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 15 | 0 | 0.78 | 0.92 | 0.26 | 9.02 | 0.85 | 0.4 |
| Hex | BC | 29 | F | 0 | 4E | 5C | 1A | 9 | 55 | 28 |
| Octal | 274 | 51 | 17 | 0 | 116 | 134 | 32 | 11 | 125 | 50 |
| Binary | 10111100 | 101001 | 1111 | 0 | 1001110 | 1011100 | 11010 | 1001 | 1010101 | 101000 |
Color Harmonies of #BC290F
Complementary color
Monochromatic Colors of #BC290F
Black with #BC290F
Text Example
Text Example
White with #BC290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC290F; }
p { color: rgb(188,41,15); }
H1.HeaderClassName
{
color: #BC290F;
}
.AnyTagClassName
{
color: #BC290F;
}
</style>
background-color css
<style>
a { background-color: #BC290F; }
a { background-color: rgb(188,41,15); }
div.DivClassName
{
background-color: #BC290F;
}
.BgClassName
{
background-color: #BC290F;
}
</style>
border-color css
<style>
span { border-color: #BC290F; }
span { border-color: rgb(188,41,15); }
td.TdClassName
{
border-color: #BC290F;
}
.TagClassName
{
border-color: #BC290F;
}
</style>