Html Css Color HEX #BC2D08 Harley Davidson Orange
📋 copy color: '#BC2D08'red 188 ◦ green 45 ◦ blue 8
Shades of Harley Davidson Orange #BC2D08
Tints of Harley Davidson Orange #BC2D08
RGB
CMYK
RGB Variations
Color information
#BC2D08 (or 0xBC2D08) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 08. RGB value is (188,45,8). Sum of RGB (Red+Green+Blue) = 188+45+8=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D08 is #43D2F7. Grayscale: #535353. Windows color (decimal): -4444920 or 535996. OLE color: 535996.
HSL color Cylindrical-coordinate representation of color #BC2D08: hue angle of 12.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC2D08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.26 |
| HSL | 12.33º | 0.92% | 0.38% | - |
| HSV(B) | 12.33º | 0.96% | 0.74% | - |
| XYZ | 21.72 | 12.59 | 1.51 | - |
| YUV | 83.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 8 | 0 | 0.76 | 0.96 | 0.26 | 12.33 | 0.92 | 0.38 |
| Hex | BC | 2D | 8 | 0 | 4C | 60 | 1A | C | 5C | 26 |
| Octal | 274 | 55 | 10 | 0 | 114 | 140 | 32 | 14 | 134 | 46 |
| Binary | 10111100 | 101101 | 1000 | 0 | 1001100 | 1100000 | 11010 | 1100 | 1011100 | 100110 |
Color Harmonies of #BC2D08
Complementary color
Monochromatic Colors of #BC2D08
Black with #BC2D08
Text Example
Text Example
White with #BC2D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D08; }
p { color: rgb(188,45,8); }
H1.HeaderClassName
{
color: #BC2D08;
}
.AnyTagClassName
{
color: #BC2D08;
}
</style>
background-color css
<style>
a { background-color: #BC2D08; }
a { background-color: rgb(188,45,8); }
div.DivClassName
{
background-color: #BC2D08;
}
.BgClassName
{
background-color: #BC2D08;
}
</style>
border-color css
<style>
span { border-color: #BC2D08; }
span { border-color: rgb(188,45,8); }
td.TdClassName
{
border-color: #BC2D08;
}
.TagClassName
{
border-color: #BC2D08;
}
</style>