Html Css Color HEX #BC321A Harley Davidson Orange
📋 copy color: '#BC321A'red 188 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #BC321A
Tints of Harley Davidson Orange #BC321A
RGB
CMYK
RGB Variations
Color information
#BC321A (or 0xBC321A) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 1A. RGB value is (188,50,26). Sum of RGB (Red+Green+Blue) = 188+50+26=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC321A is #43CDE5. Grayscale: #585858. Windows color (decimal): -4443622 or 1716924. OLE color: 1716924.
HSL color Cylindrical-coordinate representation of color #BC321A: hue angle of 8.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC321A is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 26 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.26 |
| HSL | 8.89º | 0.76% | 0.42% | - |
| HSV(B) | 8.89º | 0.86% | 0.74% | - |
| XYZ | 22.07 | 13.05 | 2.33 | - |
| YUV | 88.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 26 | 0 | 0.73 | 0.86 | 0.26 | 8.89 | 0.76 | 0.42 |
| Hex | BC | 32 | 1A | 0 | 49 | 56 | 1A | 9 | 4C | 2A |
| Octal | 274 | 62 | 32 | 0 | 111 | 126 | 32 | 11 | 114 | 52 |
| Binary | 10111100 | 110010 | 11010 | 0 | 1001001 | 1010110 | 11010 | 1001 | 1001100 | 101010 |
Color Harmonies of #BC321A
Complementary color
Monochromatic Colors of #BC321A
Black with #BC321A
Text Example
Text Example
White with #BC321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC321A; }
p { color: rgb(188,50,26); }
H1.HeaderClassName
{
color: #BC321A;
}
.AnyTagClassName
{
color: #BC321A;
}
</style>
background-color css
<style>
a { background-color: #BC321A; }
a { background-color: rgb(188,50,26); }
div.DivClassName
{
background-color: #BC321A;
}
.BgClassName
{
background-color: #BC321A;
}
</style>
border-color css
<style>
span { border-color: #BC321A; }
span { border-color: rgb(188,50,26); }
td.TdClassName
{
border-color: #BC321A;
}
.TagClassName
{
border-color: #BC321A;
}
</style>