Html Css Color HEX #BC290B Harley Davidson Orange
📋 copy color: '#BC290B'red 188 ◦ green 41 ◦ blue 11
Shades of Harley Davidson Orange #BC290B
Tints of Harley Davidson Orange #BC290B
RGB
CMYK
RGB Variations
Color information
#BC290B (or 0xBC290B) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 0B. RGB value is (188,41,11). Sum of RGB (Red+Green+Blue) = 188+41+11=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC290B is #43D6F4. Grayscale: #515151. Windows color (decimal): -4445941 or 731580. OLE color: 731580.
HSL color Cylindrical-coordinate representation of color #BC290B: hue angle of 10.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC290B is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 11 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.26 |
| HSL | 10.17º | 0.89% | 0.39% | - |
| HSV(B) | 10.17º | 0.94% | 0.74% | - |
| XYZ | 21.59 | 12.3 | 1.55 | - |
| YUV | 81.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 11 | 0 | 0.78 | 0.94 | 0.26 | 10.17 | 0.89 | 0.39 |
| Hex | BC | 29 | B | 0 | 4E | 5E | 1A | A | 59 | 27 |
| Octal | 274 | 51 | 13 | 0 | 116 | 136 | 32 | 12 | 131 | 47 |
| Binary | 10111100 | 101001 | 1011 | 0 | 1001110 | 1011110 | 11010 | 1010 | 1011001 | 100111 |
Color Harmonies of #BC290B
Complementary color
Monochromatic Colors of #BC290B
Black with #BC290B
Text Example
Text Example
White with #BC290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC290B; }
p { color: rgb(188,41,11); }
H1.HeaderClassName
{
color: #BC290B;
}
.AnyTagClassName
{
color: #BC290B;
}
</style>
background-color css
<style>
a { background-color: #BC290B; }
a { background-color: rgb(188,41,11); }
div.DivClassName
{
background-color: #BC290B;
}
.BgClassName
{
background-color: #BC290B;
}
</style>
border-color css
<style>
span { border-color: #BC290B; }
span { border-color: rgb(188,41,11); }
td.TdClassName
{
border-color: #BC290B;
}
.TagClassName
{
border-color: #BC290B;
}
</style>