Html Css Color HEX #BC320A Harley Davidson Orange
📋 copy color: '#BC320A'red 188 ◦ green 50 ◦ blue 10
Shades of Harley Davidson Orange #BC320A
Tints of Harley Davidson Orange #BC320A
RGB
CMYK
RGB Variations
Color information
#BC320A (or 0xBC320A) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 0A. RGB value is (188,50,10). Sum of RGB (Red+Green+Blue) = 188+50+10=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC320A is #43CDF5. Grayscale: #575757. Windows color (decimal): -4443638 or 668348. OLE color: 668348.
HSL color Cylindrical-coordinate representation of color #BC320A: hue angle of 13.48º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC320A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.26 |
| HSL | 13.48º | 0.9% | 0.39% | - |
| HSV(B) | 13.48º | 0.95% | 0.74% | - |
| XYZ | 21.93 | 12.99 | 1.64 | - |
| YUV | 86.7 | 84.72 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 10 | 0 | 0.73 | 0.95 | 0.26 | 13.48 | 0.9 | 0.39 |
| Hex | BC | 32 | A | 0 | 49 | 5F | 1A | D | 5A | 27 |
| Octal | 274 | 62 | 12 | 0 | 111 | 137 | 32 | 15 | 132 | 47 |
| Binary | 10111100 | 110010 | 1010 | 0 | 1001001 | 1011111 | 11010 | 1101 | 1011010 | 100111 |
Color Harmonies of #BC320A
Complementary color
Monochromatic Colors of #BC320A
Black with #BC320A
Text Example
Text Example
White with #BC320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC320A; }
p { color: rgb(188,50,10); }
H1.HeaderClassName
{
color: #BC320A;
}
.AnyTagClassName
{
color: #BC320A;
}
</style>
background-color css
<style>
a { background-color: #BC320A; }
a { background-color: rgb(188,50,10); }
div.DivClassName
{
background-color: #BC320A;
}
.BgClassName
{
background-color: #BC320A;
}
</style>
border-color css
<style>
span { border-color: #BC320A; }
span { border-color: rgb(188,50,10); }
td.TdClassName
{
border-color: #BC320A;
}
.TagClassName
{
border-color: #BC320A;
}
</style>