Html Css Color HEX #BC3713 Harley Davidson Orange
📋 copy color: '#BC3713'red 188 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #BC3713
Tints of Harley Davidson Orange #BC3713
RGB
CMYK
RGB Variations
Color information
#BC3713 (or 0xBC3713) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 13. RGB value is (188,55,19). Sum of RGB (Red+Green+Blue) = 188+55+19=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3713 is #43C8EC. Grayscale: #5A5A5A. Windows color (decimal): -4442349 or 1259452. OLE color: 1259452.
HSL color Cylindrical-coordinate representation of color #BC3713: hue angle of 12.78º 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 #BC3713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.26 |
| HSL | 12.78º | 0.82% | 0.41% | - |
| HSV(B) | 12.78º | 0.9% | 0.74% | - |
| XYZ | 22.22 | 13.47 | 2.04 | - |
| YUV | 90.66 | 87.56 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 19 | 0 | 0.71 | 0.90 | 0.26 | 12.78 | 0.82 | 0.41 |
| Hex | BC | 37 | 13 | 0 | 47 | 5A | 1A | D | 52 | 29 |
| Octal | 274 | 67 | 23 | 0 | 107 | 132 | 32 | 15 | 122 | 51 |
| Binary | 10111100 | 110111 | 10011 | 0 | 1000111 | 1011010 | 11010 | 1101 | 1010010 | 101001 |
Color Harmonies of #BC3713
Complementary color
Monochromatic Colors of #BC3713
Black with #BC3713
Text Example
Text Example
White with #BC3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3713; }
p { color: rgb(188,55,19); }
H1.HeaderClassName
{
color: #BC3713;
}
.AnyTagClassName
{
color: #BC3713;
}
</style>
background-color css
<style>
a { background-color: #BC3713; }
a { background-color: rgb(188,55,19); }
div.DivClassName
{
background-color: #BC3713;
}
.BgClassName
{
background-color: #BC3713;
}
</style>
border-color css
<style>
span { border-color: #BC3713; }
span { border-color: rgb(188,55,19); }
td.TdClassName
{
border-color: #BC3713;
}
.TagClassName
{
border-color: #BC3713;
}
</style>