Html Css Color HEX #BC2505 Harley Davidson Orange
📋 copy color: '#BC2505'red 188 ◦ green 37 ◦ blue 5
Shades of Harley Davidson Orange #BC2505
Tints of Harley Davidson Orange #BC2505
RGB
CMYK
RGB Variations
Color information
#BC2505 (or 0xBC2505) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 05. RGB value is (188,37,5). Sum of RGB (Red+Green+Blue) = 188+37+5=230 (30% of max value = 765). Red value is 188 (73.83% from 255 or 81.74% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2505 is #43DAFA. Grayscale: #4E4E4E. Windows color (decimal): -4446971 or 337340. OLE color: 337340.
HSL color Cylindrical-coordinate representation of color #BC2505: hue angle of 10.49º 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 #BC2505 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.26 |
| HSL | 10.49º | 0.95% | 0.38% | - |
| HSV(B) | 10.49º | 0.97% | 0.74% | - |
| XYZ | 21.43 | 12.03 | 1.34 | - |
| YUV | 78.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 5 | 0 | 0.80 | 0.97 | 0.26 | 10.49 | 0.95 | 0.38 |
| Hex | BC | 25 | 5 | 0 | 50 | 61 | 1A | A | 5F | 26 |
| Octal | 274 | 45 | 5 | 0 | 120 | 141 | 32 | 12 | 137 | 46 |
| Binary | 10111100 | 100101 | 101 | 0 | 1010000 | 1100001 | 11010 | 1010 | 1011111 | 100110 |
Color Harmonies of #BC2505
Complementary color
Monochromatic Colors of #BC2505
Black with #BC2505
Text Example
Text Example
White with #BC2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2505; }
p { color: rgb(188,37,5); }
H1.HeaderClassName
{
color: #BC2505;
}
.AnyTagClassName
{
color: #BC2505;
}
</style>
background-color css
<style>
a { background-color: #BC2505; }
a { background-color: rgb(188,37,5); }
div.DivClassName
{
background-color: #BC2505;
}
.BgClassName
{
background-color: #BC2505;
}
</style>
border-color css
<style>
span { border-color: #BC2505; }
span { border-color: rgb(188,37,5); }
td.TdClassName
{
border-color: #BC2505;
}
.TagClassName
{
border-color: #BC2505;
}
</style>