Html Css Color HEX #BC2E08 Harley Davidson Orange
📋 copy color: '#BC2E08'red 188 ◦ green 46 ◦ blue 8
Shades of Harley Davidson Orange #BC2E08
Tints of Harley Davidson Orange #BC2E08
RGB
CMYK
RGB Variations
Color information
#BC2E08 (or 0xBC2E08) is known color: Harley Davidson Orange. HEX triplet: BC, 2E and 08. RGB value is (188,46,8). Sum of RGB (Red+Green+Blue) = 188+46+8=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2E08 is #43D1F7. Grayscale: #545454. Windows color (decimal): -4444664 or 536252. OLE color: 536252.
HSL color Cylindrical-coordinate representation of color #BC2E08: hue angle of 12.67º 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 #BC2E08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 46 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.26 |
| HSL | 12.67º | 0.92% | 0.38% | - |
| HSV(B) | 12.67º | 0.96% | 0.74% | - |
| XYZ | 21.76 | 12.66 | 1.53 | - |
| YUV | 84.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 46 | 8 | 0 | 0.76 | 0.96 | 0.26 | 12.67 | 0.92 | 0.38 |
| Hex | BC | 2E | 8 | 0 | 4C | 60 | 1A | D | 5C | 26 |
| Octal | 274 | 56 | 10 | 0 | 114 | 140 | 32 | 15 | 134 | 46 |
| Binary | 10111100 | 101110 | 1000 | 0 | 1001100 | 1100000 | 11010 | 1101 | 1011100 | 100110 |
Color Harmonies of #BC2E08
Complementary color
Monochromatic Colors of #BC2E08
Black with #BC2E08
Text Example
Text Example
White with #BC2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2E08; }
p { color: rgb(188,46,8); }
H1.HeaderClassName
{
color: #BC2E08;
}
.AnyTagClassName
{
color: #BC2E08;
}
</style>
background-color css
<style>
a { background-color: #BC2E08; }
a { background-color: rgb(188,46,8); }
div.DivClassName
{
background-color: #BC2E08;
}
.BgClassName
{
background-color: #BC2E08;
}
</style>
border-color css
<style>
span { border-color: #BC2E08; }
span { border-color: rgb(188,46,8); }
td.TdClassName
{
border-color: #BC2E08;
}
.TagClassName
{
border-color: #BC2E08;
}
</style>