Html Css Color HEX #BC2502 Harley Davidson Orange
📋 copy color: '#BC2502'red 188 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #BC2502
Tints of Harley Davidson Orange #BC2502
RGB
CMYK
RGB Variations
Color information
#BC2502 (or 0xBC2502) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 02. RGB value is (188,37,2). Sum of RGB (Red+Green+Blue) = 188+37+2=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2502 is #43DAFD. Grayscale: #4E4E4E. Windows color (decimal): -4446974 or 140732. OLE color: 140732.
HSL color Cylindrical-coordinate representation of color #BC2502: hue angle of 11.29º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC2502 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.26 |
| HSL | 11.29º | 0.98% | 0.37% | - |
| HSV(B) | 11.29º | 0.99% | 0.74% | - |
| XYZ | 21.41 | 12.02 | 1.25 | - |
| YUV | 78.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 2 | 0 | 0.80 | 0.99 | 0.26 | 11.29 | 0.98 | 0.37 |
| Hex | BC | 25 | 2 | 0 | 50 | 63 | 1A | B | 62 | 25 |
| Octal | 274 | 45 | 2 | 0 | 120 | 143 | 32 | 13 | 142 | 45 |
| Binary | 10111100 | 100101 | 10 | 0 | 1010000 | 1100011 | 11010 | 1011 | 1100010 | 100101 |
Color Harmonies of #BC2502
Complementary color
Monochromatic Colors of #BC2502
Black with #BC2502
Text Example
Text Example
White with #BC2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2502; }
p { color: rgb(188,37,2); }
H1.HeaderClassName
{
color: #BC2502;
}
.AnyTagClassName
{
color: #BC2502;
}
</style>
background-color css
<style>
a { background-color: #BC2502; }
a { background-color: rgb(188,37,2); }
div.DivClassName
{
background-color: #BC2502;
}
.BgClassName
{
background-color: #BC2502;
}
</style>
border-color css
<style>
span { border-color: #BC2502; }
span { border-color: rgb(188,37,2); }
td.TdClassName
{
border-color: #BC2502;
}
.TagClassName
{
border-color: #BC2502;
}
</style>