Html Css Color HEX #BC321D Harley Davidson Orange
📋 copy color: '#BC321D'red 188 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #BC321D
Tints of Harley Davidson Orange #BC321D
RGB
CMYK
RGB Variations
Color information
#BC321D (or 0xBC321D) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 1D. RGB value is (188,50,29). Sum of RGB (Red+Green+Blue) = 188+50+29=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC321D is #43CDE2. Grayscale: #595959. Windows color (decimal): -4443619 or 1913532. OLE color: 1913532.
HSL color Cylindrical-coordinate representation of color #BC321D: hue angle of 7.92º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC321D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 29 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.26 |
| HSL | 7.92º | 0.73% | 0.43% | - |
| HSV(B) | 7.92º | 0.85% | 0.74% | - |
| XYZ | 22.1 | 13.06 | 2.52 | - |
| YUV | 88.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 29 | 0 | 0.73 | 0.85 | 0.26 | 7.92 | 0.73 | 0.43 |
| Hex | BC | 32 | 1D | 0 | 49 | 55 | 1A | 8 | 49 | 2B |
| Octal | 274 | 62 | 35 | 0 | 111 | 125 | 32 | 10 | 111 | 53 |
| Binary | 10111100 | 110010 | 11101 | 0 | 1001001 | 1010101 | 11010 | 1000 | 1001001 | 101011 |
Color Harmonies of #BC321D
Complementary color
Monochromatic Colors of #BC321D
Black with #BC321D
Text Example
Text Example
White with #BC321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC321D; }
p { color: rgb(188,50,29); }
H1.HeaderClassName
{
color: #BC321D;
}
.AnyTagClassName
{
color: #BC321D;
}
</style>
background-color css
<style>
a { background-color: #BC321D; }
a { background-color: rgb(188,50,29); }
div.DivClassName
{
background-color: #BC321D;
}
.BgClassName
{
background-color: #BC321D;
}
</style>
border-color css
<style>
span { border-color: #BC321D; }
span { border-color: rgb(188,50,29); }
td.TdClassName
{
border-color: #BC321D;
}
.TagClassName
{
border-color: #BC321D;
}
</style>