Html Css Color HEX #BC2707 Harley Davidson Orange
📋 copy color: '#BC2707'red 188 ◦ green 39 ◦ blue 7
Shades of Harley Davidson Orange #BC2707
Tints of Harley Davidson Orange #BC2707
RGB
CMYK
RGB Variations
Color information
#BC2707 (or 0xBC2707) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 07. RGB value is (188,39,7). Sum of RGB (Red+Green+Blue) = 188+39+7=234 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.34% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2707 is #43D8F8. Grayscale: #505050. Windows color (decimal): -4446457 or 468924. OLE color: 468924.
HSL color Cylindrical-coordinate representation of color #BC2707: hue angle of 10.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC2707 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.26 |
| HSL | 10.61º | 0.93% | 0.38% | - |
| HSV(B) | 10.61º | 0.96% | 0.74% | - |
| XYZ | 21.5 | 12.16 | 1.41 | - |
| YUV | 79.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 7 | 0 | 0.79 | 0.96 | 0.26 | 10.61 | 0.93 | 0.38 |
| Hex | BC | 27 | 7 | 0 | 4F | 60 | 1A | B | 5D | 26 |
| Octal | 274 | 47 | 7 | 0 | 117 | 140 | 32 | 13 | 135 | 46 |
| Binary | 10111100 | 100111 | 111 | 0 | 1001111 | 1100000 | 11010 | 1011 | 1011101 | 100110 |
Color Harmonies of #BC2707
Complementary color
Monochromatic Colors of #BC2707
Black with #BC2707
Text Example
Text Example
White with #BC2707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2707; }
p { color: rgb(188,39,7); }
H1.HeaderClassName
{
color: #BC2707;
}
.AnyTagClassName
{
color: #BC2707;
}
</style>
background-color css
<style>
a { background-color: #BC2707; }
a { background-color: rgb(188,39,7); }
div.DivClassName
{
background-color: #BC2707;
}
.BgClassName
{
background-color: #BC2707;
}
</style>
border-color css
<style>
span { border-color: #BC2707; }
span { border-color: rgb(188,39,7); }
td.TdClassName
{
border-color: #BC2707;
}
.TagClassName
{
border-color: #BC2707;
}
</style>