Html Css Color HEX #BC290A Harley Davidson Orange
📋 copy color: '#BC290A'red 188 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #BC290A
Tints of Harley Davidson Orange #BC290A
RGB
CMYK
RGB Variations
Color information
#BC290A (or 0xBC290A) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 0A. RGB value is (188,41,10). Sum of RGB (Red+Green+Blue) = 188+41+10=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC290A is #43D6F5. Grayscale: #515151. Windows color (decimal): -4445942 or 666044. OLE color: 666044.
HSL color Cylindrical-coordinate representation of color #BC290A: hue angle of 10.45º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC290A is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 10 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.26 |
| HSL | 10.45º | 0.9% | 0.39% | - |
| HSV(B) | 10.45º | 0.95% | 0.74% | - |
| XYZ | 21.59 | 12.3 | 1.52 | - |
| YUV | 81.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 10 | 0 | 0.78 | 0.95 | 0.26 | 10.45 | 0.9 | 0.39 |
| Hex | BC | 29 | A | 0 | 4E | 5F | 1A | A | 5A | 27 |
| Octal | 274 | 51 | 12 | 0 | 116 | 137 | 32 | 12 | 132 | 47 |
| Binary | 10111100 | 101001 | 1010 | 0 | 1001110 | 1011111 | 11010 | 1010 | 1011010 | 100111 |
Color Harmonies of #BC290A
Complementary color
Monochromatic Colors of #BC290A
Black with #BC290A
Text Example
Text Example
White with #BC290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC290A; }
p { color: rgb(188,41,10); }
H1.HeaderClassName
{
color: #BC290A;
}
.AnyTagClassName
{
color: #BC290A;
}
</style>
background-color css
<style>
a { background-color: #BC290A; }
a { background-color: rgb(188,41,10); }
div.DivClassName
{
background-color: #BC290A;
}
.BgClassName
{
background-color: #BC290A;
}
</style>
border-color css
<style>
span { border-color: #BC290A; }
span { border-color: rgb(188,41,10); }
td.TdClassName
{
border-color: #BC290A;
}
.TagClassName
{
border-color: #BC290A;
}
</style>