Html Css Color HEX #BC2405 Harley Davidson Orange
📋 copy color: '#BC2405'red 188 ◦ green 36 ◦ blue 5
Shades of Harley Davidson Orange #BC2405
Tints of Harley Davidson Orange #BC2405
RGB
CMYK
RGB Variations
Color information
#BC2405 (or 0xBC2405) is known color: Harley Davidson Orange. HEX triplet: BC, 24 and 05. RGB value is (188,36,5). Sum of RGB (Red+Green+Blue) = 188+36+5=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2405 is #43DBFA. Grayscale: #4E4E4E. Windows color (decimal): -4447227 or 337084. OLE color: 337084.
HSL color Cylindrical-coordinate representation of color #BC2405: hue angle of 10.16º 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 #BC2405 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.26 |
| HSL | 10.16º | 0.95% | 0.38% | - |
| HSV(B) | 10.16º | 0.97% | 0.74% | - |
| XYZ | 21.4 | 11.96 | 1.33 | - |
| YUV | 77.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 5 | 0 | 0.81 | 0.97 | 0.26 | 10.16 | 0.95 | 0.38 |
| Hex | BC | 24 | 5 | 0 | 51 | 61 | 1A | A | 5F | 26 |
| Octal | 274 | 44 | 5 | 0 | 121 | 141 | 32 | 12 | 137 | 46 |
| Binary | 10111100 | 100100 | 101 | 0 | 1010001 | 1100001 | 11010 | 1010 | 1011111 | 100110 |
Color Harmonies of #BC2405
Complementary color
Monochromatic Colors of #BC2405
Black with #BC2405
Text Example
Text Example
White with #BC2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2405; }
p { color: rgb(188,36,5); }
H1.HeaderClassName
{
color: #BC2405;
}
.AnyTagClassName
{
color: #BC2405;
}
</style>
background-color css
<style>
a { background-color: #BC2405; }
a { background-color: rgb(188,36,5); }
div.DivClassName
{
background-color: #BC2405;
}
.BgClassName
{
background-color: #BC2405;
}
</style>
border-color css
<style>
span { border-color: #BC2405; }
span { border-color: rgb(188,36,5); }
td.TdClassName
{
border-color: #BC2405;
}
.TagClassName
{
border-color: #BC2405;
}
</style>