Html Css Color HEX #BC321C Harley Davidson Orange
📋 copy color: '#BC321C'red 188 ◦ green 50 ◦ blue 28
Shades of Harley Davidson Orange #BC321C
Tints of Harley Davidson Orange #BC321C
RGB
CMYK
RGB Variations
Color information
#BC321C (or 0xBC321C) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 1C. RGB value is (188,50,28). Sum of RGB (Red+Green+Blue) = 188+50+28=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC321C is #43CDE3. Grayscale: #585858. Windows color (decimal): -4443620 or 1847996. OLE color: 1847996.
HSL color Cylindrical-coordinate representation of color #BC321C: hue angle of 8.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC321C is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 28 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.26 |
| HSL | 8.25º | 0.74% | 0.42% | - |
| HSV(B) | 8.25º | 0.85% | 0.74% | - |
| XYZ | 22.09 | 13.06 | 2.45 | - |
| YUV | 88.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 28 | 0 | 0.73 | 0.85 | 0.26 | 8.25 | 0.74 | 0.42 |
| Hex | BC | 32 | 1C | 0 | 49 | 55 | 1A | 8 | 4A | 2A |
| Octal | 274 | 62 | 34 | 0 | 111 | 125 | 32 | 10 | 112 | 52 |
| Binary | 10111100 | 110010 | 11100 | 0 | 1001001 | 1010101 | 11010 | 1000 | 1001010 | 101010 |
Color Harmonies of #BC321C
Complementary color
Monochromatic Colors of #BC321C
Black with #BC321C
Text Example
Text Example
White with #BC321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC321C; }
p { color: rgb(188,50,28); }
H1.HeaderClassName
{
color: #BC321C;
}
.AnyTagClassName
{
color: #BC321C;
}
</style>
background-color css
<style>
a { background-color: #BC321C; }
a { background-color: rgb(188,50,28); }
div.DivClassName
{
background-color: #BC321C;
}
.BgClassName
{
background-color: #BC321C;
}
</style>
border-color css
<style>
span { border-color: #BC321C; }
span { border-color: rgb(188,50,28); }
td.TdClassName
{
border-color: #BC321C;
}
.TagClassName
{
border-color: #BC321C;
}
</style>