Html Css Color HEX #BC3714 Harley Davidson Orange
📋 copy color: '#BC3714'red 188 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #BC3714
Tints of Harley Davidson Orange #BC3714
RGB
CMYK
RGB Variations
Color information
#BC3714 (or 0xBC3714) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 14. RGB value is (188,55,20). Sum of RGB (Red+Green+Blue) = 188+55+20=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3714 is #43C8EB. Grayscale: #5B5B5B. Windows color (decimal): -4442348 or 1324988. OLE color: 1324988.
HSL color Cylindrical-coordinate representation of color #BC3714: hue angle of 12.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3714 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.26 |
| HSL | 12.5º | 0.81% | 0.41% | - |
| HSV(B) | 12.5º | 0.89% | 0.74% | - |
| XYZ | 22.23 | 13.47 | 2.09 | - |
| YUV | 90.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 20 | 0 | 0.71 | 0.89 | 0.26 | 12.5 | 0.81 | 0.41 |
| Hex | BC | 37 | 14 | 0 | 47 | 59 | 1A | C | 51 | 29 |
| Octal | 274 | 67 | 24 | 0 | 107 | 131 | 32 | 14 | 121 | 51 |
| Binary | 10111100 | 110111 | 10100 | 0 | 1000111 | 1011001 | 11010 | 1100 | 1010001 | 101001 |
Color Harmonies of #BC3714
Complementary color
Monochromatic Colors of #BC3714
Black with #BC3714
Text Example
Text Example
White with #BC3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3714; }
p { color: rgb(188,55,20); }
H1.HeaderClassName
{
color: #BC3714;
}
.AnyTagClassName
{
color: #BC3714;
}
</style>
background-color css
<style>
a { background-color: #BC3714; }
a { background-color: rgb(188,55,20); }
div.DivClassName
{
background-color: #BC3714;
}
.BgClassName
{
background-color: #BC3714;
}
</style>
border-color css
<style>
span { border-color: #BC3714; }
span { border-color: rgb(188,55,20); }
td.TdClassName
{
border-color: #BC3714;
}
.TagClassName
{
border-color: #BC3714;
}
</style>