Html Css Color HEX #BC3213 Harley Davidson Orange
📋 copy color: '#BC3213'red 188 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #BC3213
Tints of Harley Davidson Orange #BC3213
RGB
CMYK
RGB Variations
Color information
#BC3213 (or 0xBC3213) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 13. RGB value is (188,50,19). Sum of RGB (Red+Green+Blue) = 188+50+19=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3213 is #43CDEC. Grayscale: #575757. Windows color (decimal): -4443629 or 1258172. OLE color: 1258172.
HSL color Cylindrical-coordinate representation of color #BC3213: hue angle of 11.01º 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 #BC3213 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.26 |
| HSL | 11.01º | 0.82% | 0.41% | - |
| HSV(B) | 11.01º | 0.9% | 0.74% | - |
| XYZ | 22 | 13.02 | 1.97 | - |
| YUV | 87.73 | 89.22 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 19 | 0 | 0.73 | 0.90 | 0.26 | 11.01 | 0.82 | 0.41 |
| Hex | BC | 32 | 13 | 0 | 49 | 5A | 1A | B | 52 | 29 |
| Octal | 274 | 62 | 23 | 0 | 111 | 132 | 32 | 13 | 122 | 51 |
| Binary | 10111100 | 110010 | 10011 | 0 | 1001001 | 1011010 | 11010 | 1011 | 1010010 | 101001 |
Color Harmonies of #BC3213
Complementary color
Monochromatic Colors of #BC3213
Black with #BC3213
Text Example
Text Example
White with #BC3213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3213; }
p { color: rgb(188,50,19); }
H1.HeaderClassName
{
color: #BC3213;
}
.AnyTagClassName
{
color: #BC3213;
}
</style>
background-color css
<style>
a { background-color: #BC3213; }
a { background-color: rgb(188,50,19); }
div.DivClassName
{
background-color: #BC3213;
}
.BgClassName
{
background-color: #BC3213;
}
</style>
border-color css
<style>
span { border-color: #BC3213; }
span { border-color: rgb(188,50,19); }
td.TdClassName
{
border-color: #BC3213;
}
.TagClassName
{
border-color: #BC3213;
}
</style>