Html Css Color HEX #BC2D1A Harley Davidson Orange
📋 copy color: '#BC2D1A'red 188 ◦ green 45 ◦ blue 26
Shades of Harley Davidson Orange #BC2D1A
Tints of Harley Davidson Orange #BC2D1A
RGB
CMYK
RGB Variations
Color information
#BC2D1A (or 0xBC2D1A) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 1A. RGB value is (188,45,26). Sum of RGB (Red+Green+Blue) = 188+45+26=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D1A is #43D2E5. Grayscale: #555555. Windows color (decimal): -4444902 or 1715644. OLE color: 1715644.
HSL color Cylindrical-coordinate representation of color #BC2D1A: hue angle of 7.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC2D1A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 26 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.26 |
| HSL | 7.04º | 0.76% | 0.42% | - |
| HSV(B) | 7.04º | 0.86% | 0.74% | - |
| XYZ | 21.86 | 12.64 | 2.27 | - |
| YUV | 85.59 | 94.38 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 26 | 0 | 0.76 | 0.86 | 0.26 | 7.04 | 0.76 | 0.42 |
| Hex | BC | 2D | 1A | 0 | 4C | 56 | 1A | 7 | 4C | 2A |
| Octal | 274 | 55 | 32 | 0 | 114 | 126 | 32 | 7 | 114 | 52 |
| Binary | 10111100 | 101101 | 11010 | 0 | 1001100 | 1010110 | 11010 | 111 | 1001100 | 101010 |
Color Harmonies of #BC2D1A
Complementary color
Monochromatic Colors of #BC2D1A
Black with #BC2D1A
Text Example
Text Example
White with #BC2D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D1A; }
p { color: rgb(188,45,26); }
H1.HeaderClassName
{
color: #BC2D1A;
}
.AnyTagClassName
{
color: #BC2D1A;
}
</style>
background-color css
<style>
a { background-color: #BC2D1A; }
a { background-color: rgb(188,45,26); }
div.DivClassName
{
background-color: #BC2D1A;
}
.BgClassName
{
background-color: #BC2D1A;
}
</style>
border-color css
<style>
span { border-color: #BC2D1A; }
span { border-color: rgb(188,45,26); }
td.TdClassName
{
border-color: #BC2D1A;
}
.TagClassName
{
border-color: #BC2D1A;
}
</style>