Html Css Color HEX #BC2702 Harley Davidson Orange
📋 copy color: '#BC2702'red 188 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #BC2702
Tints of Harley Davidson Orange #BC2702
RGB
CMYK
RGB Variations
Color information
#BC2702 (or 0xBC2702) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 02. RGB value is (188,39,2). Sum of RGB (Red+Green+Blue) = 188+39+2=229 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.10% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2702 is #43D8FD. Grayscale: #4F4F4F. Windows color (decimal): -4446462 or 141244. OLE color: 141244.
HSL color Cylindrical-coordinate representation of color #BC2702: hue angle of 11.94º 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 #BC2702 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.26 |
| HSL | 11.94º | 0.98% | 0.37% | - |
| HSV(B) | 11.94º | 0.99% | 0.74% | - |
| XYZ | 21.48 | 12.15 | 1.27 | - |
| YUV | 79.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 2 | 0 | 0.79 | 0.99 | 0.26 | 11.94 | 0.98 | 0.37 |
| Hex | BC | 27 | 2 | 0 | 4F | 63 | 1A | C | 62 | 25 |
| Octal | 274 | 47 | 2 | 0 | 117 | 143 | 32 | 14 | 142 | 45 |
| Binary | 10111100 | 100111 | 10 | 0 | 1001111 | 1100011 | 11010 | 1100 | 1100010 | 100101 |
Color Harmonies of #BC2702
Complementary color
Monochromatic Colors of #BC2702
Black with #BC2702
Text Example
Text Example
White with #BC2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2702; }
p { color: rgb(188,39,2); }
H1.HeaderClassName
{
color: #BC2702;
}
.AnyTagClassName
{
color: #BC2702;
}
</style>
background-color css
<style>
a { background-color: #BC2702; }
a { background-color: rgb(188,39,2); }
div.DivClassName
{
background-color: #BC2702;
}
.BgClassName
{
background-color: #BC2702;
}
</style>
border-color css
<style>
span { border-color: #BC2702; }
span { border-color: rgb(188,39,2); }
td.TdClassName
{
border-color: #BC2702;
}
.TagClassName
{
border-color: #BC2702;
}
</style>