Html Css Color HEX #BC2D0B Harley Davidson Orange
📋 copy color: '#BC2D0B'red 188 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #BC2D0B
Tints of Harley Davidson Orange #BC2D0B
RGB
CMYK
RGB Variations
Color information
#BC2D0B (or 0xBC2D0B) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 0B. RGB value is (188,45,11). Sum of RGB (Red+Green+Blue) = 188+45+11=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D0B is #43D2F4. Grayscale: #545454. Windows color (decimal): -4444917 or 732604. OLE color: 732604.
HSL color Cylindrical-coordinate representation of color #BC2D0B: hue angle of 11.53º 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 #BC2D0B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.26 |
| HSL | 11.53º | 0.89% | 0.39% | - |
| HSV(B) | 11.53º | 0.94% | 0.74% | - |
| XYZ | 21.74 | 12.59 | 1.6 | - |
| YUV | 83.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 11 | 0 | 0.76 | 0.94 | 0.26 | 11.53 | 0.89 | 0.39 |
| Hex | BC | 2D | B | 0 | 4C | 5E | 1A | C | 59 | 27 |
| Octal | 274 | 55 | 13 | 0 | 114 | 136 | 32 | 14 | 131 | 47 |
| Binary | 10111100 | 101101 | 1011 | 0 | 1001100 | 1011110 | 11010 | 1100 | 1011001 | 100111 |
Color Harmonies of #BC2D0B
Complementary color
Monochromatic Colors of #BC2D0B
Black with #BC2D0B
Text Example
Text Example
White with #BC2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D0B; }
p { color: rgb(188,45,11); }
H1.HeaderClassName
{
color: #BC2D0B;
}
.AnyTagClassName
{
color: #BC2D0B;
}
</style>
background-color css
<style>
a { background-color: #BC2D0B; }
a { background-color: rgb(188,45,11); }
div.DivClassName
{
background-color: #BC2D0B;
}
.BgClassName
{
background-color: #BC2D0B;
}
</style>
border-color css
<style>
span { border-color: #BC2D0B; }
span { border-color: rgb(188,45,11); }
td.TdClassName
{
border-color: #BC2D0B;
}
.TagClassName
{
border-color: #BC2D0B;
}
</style>