Html Css Color HEX #BC2D07 Harley Davidson Orange
📋 copy color: '#BC2D07'red 188 ◦ green 45 ◦ blue 7
Shades of Harley Davidson Orange #BC2D07
Tints of Harley Davidson Orange #BC2D07
RGB
CMYK
RGB Variations
Color information
#BC2D07 (or 0xBC2D07) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 07. RGB value is (188,45,7). Sum of RGB (Red+Green+Blue) = 188+45+7=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2D07 is #43D2F8. Grayscale: #535353. Windows color (decimal): -4444921 or 470460. OLE color: 470460.
HSL color Cylindrical-coordinate representation of color #BC2D07: hue angle of 12.6º 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 #BC2D07 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 45 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.26 |
| HSL | 12.6º | 0.93% | 0.38% | - |
| HSV(B) | 12.6º | 0.96% | 0.74% | - |
| XYZ | 21.72 | 12.58 | 1.49 | - |
| YUV | 83.43 | 84.88 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 45 | 7 | 0 | 0.76 | 0.96 | 0.26 | 12.6 | 0.93 | 0.38 |
| Hex | BC | 2D | 7 | 0 | 4C | 60 | 1A | D | 5D | 26 |
| Octal | 274 | 55 | 7 | 0 | 114 | 140 | 32 | 15 | 135 | 46 |
| Binary | 10111100 | 101101 | 111 | 0 | 1001100 | 1100000 | 11010 | 1101 | 1011101 | 100110 |
Color Harmonies of #BC2D07
Complementary color
Monochromatic Colors of #BC2D07
Black with #BC2D07
Text Example
Text Example
White with #BC2D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2D07; }
p { color: rgb(188,45,7); }
H1.HeaderClassName
{
color: #BC2D07;
}
.AnyTagClassName
{
color: #BC2D07;
}
</style>
background-color css
<style>
a { background-color: #BC2D07; }
a { background-color: rgb(188,45,7); }
div.DivClassName
{
background-color: #BC2D07;
}
.BgClassName
{
background-color: #BC2D07;
}
</style>
border-color css
<style>
span { border-color: #BC2D07; }
span { border-color: rgb(188,45,7); }
td.TdClassName
{
border-color: #BC2D07;
}
.TagClassName
{
border-color: #BC2D07;
}
</style>