Html Css Color HEX #BC2713 Harley Davidson Orange
📋 copy color: '#BC2713'red 188 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #BC2713
Tints of Harley Davidson Orange #BC2713
RGB
CMYK
RGB Variations
Color information
#BC2713 (or 0xBC2713) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 13. RGB value is (188,39,19). Sum of RGB (Red+Green+Blue) = 188+39+19=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2713 is #43D8EC. Grayscale: #515151. Windows color (decimal): -4446445 or 1255356. OLE color: 1255356.
HSL color Cylindrical-coordinate representation of color #BC2713: hue angle of 7.1º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2713 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.26 |
| HSL | 7.1º | 0.82% | 0.41% | - |
| HSV(B) | 7.1º | 0.9% | 0.74% | - |
| XYZ | 21.58 | 12.19 | 1.83 | - |
| YUV | 81.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 19 | 0 | 0.79 | 0.90 | 0.26 | 7.1 | 0.82 | 0.41 |
| Hex | BC | 27 | 13 | 0 | 4F | 5A | 1A | 7 | 52 | 29 |
| Octal | 274 | 47 | 23 | 0 | 117 | 132 | 32 | 7 | 122 | 51 |
| Binary | 10111100 | 100111 | 10011 | 0 | 1001111 | 1011010 | 11010 | 111 | 1010010 | 101001 |
Color Harmonies of #BC2713
Complementary color
Monochromatic Colors of #BC2713
Black with #BC2713
Text Example
Text Example
White with #BC2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2713; }
p { color: rgb(188,39,19); }
H1.HeaderClassName
{
color: #BC2713;
}
.AnyTagClassName
{
color: #BC2713;
}
</style>
background-color css
<style>
a { background-color: #BC2713; }
a { background-color: rgb(188,39,19); }
div.DivClassName
{
background-color: #BC2713;
}
.BgClassName
{
background-color: #BC2713;
}
</style>
border-color css
<style>
span { border-color: #BC2713; }
span { border-color: rgb(188,39,19); }
td.TdClassName
{
border-color: #BC2713;
}
.TagClassName
{
border-color: #BC2713;
}
</style>