Html Css Color HEX #BC2805 Harley Davidson Orange
📋 copy color: '#BC2805'red 188 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #BC2805
Tints of Harley Davidson Orange #BC2805
RGB
CMYK
RGB Variations
Color information
#BC2805 (or 0xBC2805) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 05. RGB value is (188,40,5). Sum of RGB (Red+Green+Blue) = 188+40+5=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2805 is #43D7FA. Grayscale: #505050. Windows color (decimal): -4446203 or 338108. OLE color: 338108.
HSL color Cylindrical-coordinate representation of color #BC2805: hue angle of 11.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC2805 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 5 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.26 |
| HSL | 11.48º | 0.95% | 0.38% | - |
| HSV(B) | 11.48º | 0.97% | 0.74% | - |
| XYZ | 21.53 | 12.22 | 1.37 | - |
| YUV | 80.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 5 | 0 | 0.79 | 0.97 | 0.26 | 11.48 | 0.95 | 0.38 |
| Hex | BC | 28 | 5 | 0 | 4F | 61 | 1A | B | 5F | 26 |
| Octal | 274 | 50 | 5 | 0 | 117 | 141 | 32 | 13 | 137 | 46 |
| Binary | 10111100 | 101000 | 101 | 0 | 1001111 | 1100001 | 11010 | 1011 | 1011111 | 100110 |
Color Harmonies of #BC2805
Complementary color
Monochromatic Colors of #BC2805
Black with #BC2805
Text Example
Text Example
White with #BC2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2805; }
p { color: rgb(188,40,5); }
H1.HeaderClassName
{
color: #BC2805;
}
.AnyTagClassName
{
color: #BC2805;
}
</style>
background-color css
<style>
a { background-color: #BC2805; }
a { background-color: rgb(188,40,5); }
div.DivClassName
{
background-color: #BC2805;
}
.BgClassName
{
background-color: #BC2805;
}
</style>
border-color css
<style>
span { border-color: #BC2805; }
span { border-color: rgb(188,40,5); }
td.TdClassName
{
border-color: #BC2805;
}
.TagClassName
{
border-color: #BC2805;
}
</style>