Html Css Color HEX #BC2408 Harley Davidson Orange
📋 copy color: '#BC2408'red 188 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #BC2408
Tints of Harley Davidson Orange #BC2408
RGB
CMYK
RGB Variations
Color information
#BC2408 (or 0xBC2408) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 08. RGB value is (188,36,8). Sum of RGB (Red+Green+Blue) = 188+36+8=232 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.03% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2408 is #43DBF7. Grayscale: #4E4E4E. Windows color (decimal): -4447224 or 533692. OLE color: 533692.
HSL color Cylindrical-coordinate representation of color #BC2408: hue angle of 9.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 #BC2408 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 8 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.26 |
| HSL | 9.33º | 0.92% | 0.38% | - |
| HSV(B) | 9.33º | 0.96% | 0.74% | - |
| XYZ | 21.41 | 11.97 | 1.41 | - |
| YUV | 78.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 8 | 0 | 0.81 | 0.96 | 0.26 | 9.33 | 0.92 | 0.38 |
| Hex | BC | 24 | 8 | 0 | 51 | 60 | 1A | 9 | 5C | 26 |
| Octal | 274 | 44 | 10 | 0 | 121 | 140 | 32 | 11 | 134 | 46 |
| Binary | 10111100 | 100100 | 1000 | 0 | 1010001 | 1100000 | 11010 | 1001 | 1011100 | 100110 |
Color Harmonies of #BC2408
Complementary color
Monochromatic Colors of #BC2408
Black with #BC2408
Text Example
Text Example
White with #BC2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2408; }
p { color: rgb(188,36,8); }
H1.HeaderClassName
{
color: #BC2408;
}
.AnyTagClassName
{
color: #BC2408;
}
</style>
background-color css
<style>
a { background-color: #BC2408; }
a { background-color: rgb(188,36,8); }
div.DivClassName
{
background-color: #BC2408;
}
.BgClassName
{
background-color: #BC2408;
}
</style>
border-color css
<style>
span { border-color: #BC2408; }
span { border-color: rgb(188,36,8); }
td.TdClassName
{
border-color: #BC2408;
}
.TagClassName
{
border-color: #BC2408;
}
</style>