Html Css Color HEX #BC3510 Harley Davidson Orange
📋 copy color: '#BC3510'red 188 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #BC3510
Tints of Harley Davidson Orange #BC3510
RGB
CMYK
RGB Variations
Color information
#BC3510 (or 0xBC3510) is known color: Harley Davidson Orange. HEX triplet: BC, 35 and 10. RGB value is (188,53,16). Sum of RGB (Red+Green+Blue) = 188+53+16=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3510 is #43CAEF. Grayscale: #595959. Windows color (decimal): -4442864 or 1062332. OLE color: 1062332.
HSL color Cylindrical-coordinate representation of color #BC3510: hue angle of 12.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC3510 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.26 |
| HSL | 12.91º | 0.84% | 0.4% | - |
| HSV(B) | 12.91º | 0.91% | 0.74% | - |
| XYZ | 22.11 | 13.27 | 1.89 | - |
| YUV | 89.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 16 | 0 | 0.72 | 0.91 | 0.26 | 12.91 | 0.84 | 0.4 |
| Hex | BC | 35 | 10 | 0 | 48 | 5B | 1A | D | 54 | 28 |
| Octal | 274 | 65 | 20 | 0 | 110 | 133 | 32 | 15 | 124 | 50 |
| Binary | 10111100 | 110101 | 10000 | 0 | 1001000 | 1011011 | 11010 | 1101 | 1010100 | 101000 |
Color Harmonies of #BC3510
Complementary color
Monochromatic Colors of #BC3510
Black with #BC3510
Text Example
Text Example
White with #BC3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3510; }
p { color: rgb(188,53,16); }
H1.HeaderClassName
{
color: #BC3510;
}
.AnyTagClassName
{
color: #BC3510;
}
</style>
background-color css
<style>
a { background-color: #BC3510; }
a { background-color: rgb(188,53,16); }
div.DivClassName
{
background-color: #BC3510;
}
.BgClassName
{
background-color: #BC3510;
}
</style>
border-color css
<style>
span { border-color: #BC3510; }
span { border-color: rgb(188,53,16); }
td.TdClassName
{
border-color: #BC3510;
}
.TagClassName
{
border-color: #BC3510;
}
</style>