Html Css Color HEX #BC321F Harley Davidson Orange
📋 copy color: '#BC321F'red 188 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #BC321F
Tints of Harley Davidson Orange #BC321F
RGB
CMYK
RGB Variations
Color information
#BC321F (or 0xBC321F) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 1F. RGB value is (188,50,31). Sum of RGB (Red+Green+Blue) = 188+50+31=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC321F is #43CDE0. Grayscale: #595959. Windows color (decimal): -4443617 or 2044604. OLE color: 2044604.
HSL color Cylindrical-coordinate representation of color #BC321F: hue angle of 7.26º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC321F is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 31 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.26 |
| HSL | 7.26º | 0.72% | 0.43% | - |
| HSV(B) | 7.26º | 0.84% | 0.74% | - |
| XYZ | 22.13 | 13.07 | 2.65 | - |
| YUV | 89.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 31 | 0 | 0.73 | 0.84 | 0.26 | 7.26 | 0.72 | 0.43 |
| Hex | BC | 32 | 1F | 0 | 49 | 54 | 1A | 7 | 48 | 2B |
| Octal | 274 | 62 | 37 | 0 | 111 | 124 | 32 | 7 | 110 | 53 |
| Binary | 10111100 | 110010 | 11111 | 0 | 1001001 | 1010100 | 11010 | 111 | 1001000 | 101011 |
Color Harmonies of #BC321F
Complementary color
Monochromatic Colors of #BC321F
Black with #BC321F
Text Example
Text Example
White with #BC321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC321F; }
p { color: rgb(188,50,31); }
H1.HeaderClassName
{
color: #BC321F;
}
.AnyTagClassName
{
color: #BC321F;
}
</style>
background-color css
<style>
a { background-color: #BC321F; }
a { background-color: rgb(188,50,31); }
div.DivClassName
{
background-color: #BC321F;
}
.BgClassName
{
background-color: #BC321F;
}
</style>
border-color css
<style>
span { border-color: #BC321F; }
span { border-color: rgb(188,50,31); }
td.TdClassName
{
border-color: #BC321F;
}
.TagClassName
{
border-color: #BC321F;
}
</style>