Html Css Color HEX #BC3513 Harley Davidson Orange
📋 copy color: '#BC3513'red 188 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #BC3513
Tints of Harley Davidson Orange #BC3513
RGB
CMYK
RGB Variations
Color information
#BC3513 (or 0xBC3513) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 13. RGB value is (188,53,19). Sum of RGB (Red+Green+Blue) = 188+53+19=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3513 is #43CAEC. Grayscale: #595959. Windows color (decimal): -4442861 or 1258940. OLE color: 1258940.
HSL color Cylindrical-coordinate representation of color #BC3513: hue angle of 12.07º 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 #BC3513 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.26 |
| HSL | 12.07º | 0.82% | 0.41% | - |
| HSV(B) | 12.07º | 0.9% | 0.74% | - |
| XYZ | 22.13 | 13.28 | 2.01 | - |
| YUV | 89.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 19 | 0 | 0.72 | 0.90 | 0.26 | 12.07 | 0.82 | 0.41 |
| Hex | BC | 35 | 13 | 0 | 48 | 5A | 1A | C | 52 | 29 |
| Octal | 274 | 65 | 23 | 0 | 110 | 132 | 32 | 14 | 122 | 51 |
| Binary | 10111100 | 110101 | 10011 | 0 | 1001000 | 1011010 | 11010 | 1100 | 1010010 | 101001 |
Color Harmonies of #BC3513
Complementary color
Monochromatic Colors of #BC3513
Black with #BC3513
Text Example
Text Example
White with #BC3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3513; }
p { color: rgb(188,53,19); }
H1.HeaderClassName
{
color: #BC3513;
}
.AnyTagClassName
{
color: #BC3513;
}
</style>
background-color css
<style>
a { background-color: #BC3513; }
a { background-color: rgb(188,53,19); }
div.DivClassName
{
background-color: #BC3513;
}
.BgClassName
{
background-color: #BC3513;
}
</style>
border-color css
<style>
span { border-color: #BC3513; }
span { border-color: rgb(188,53,19); }
td.TdClassName
{
border-color: #BC3513;
}
.TagClassName
{
border-color: #BC3513;
}
</style>