Html Css Color HEX #BC3921 Harley Davidson Orange
📋 copy color: '#BC3921'red 188 ◦ green 57 ◦ blue 33
Shades of Harley Davidson Orange #BC3921
Tints of Harley Davidson Orange #BC3921
RGB
CMYK
RGB Variations
Color information
#BC3921 (or 0xBC3921) is known color: Harley Davidson Orange. HEX triplet: BC, 39 and 21. RGB value is (188,57,33). Sum of RGB (Red+Green+Blue) = 188+57+33=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3921 is #43C6DE. Grayscale: #5D5D5D. Windows color (decimal): -4441823 or 2177468. OLE color: 2177468.
HSL color Cylindrical-coordinate representation of color #BC3921: hue angle of 9.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC3921 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 57 | 33 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.26 |
| HSL | 9.29º | 0.7% | 0.43% | - |
| HSV(B) | 9.29º | 0.82% | 0.74% | - |
| XYZ | 22.48 | 13.73 | 2.9 | - |
| YUV | 93.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 33 | 0 | 0.70 | 0.82 | 0.26 | 9.29 | 0.7 | 0.43 |
| Hex | BC | 39 | 21 | 0 | 46 | 52 | 1A | 9 | 46 | 2B |
| Octal | 274 | 71 | 41 | 0 | 106 | 122 | 32 | 11 | 106 | 53 |
| Binary | 10111100 | 111001 | 100001 | 0 | 1000110 | 1010010 | 11010 | 1001 | 1000110 | 101011 |
Color Harmonies of #BC3921
Complementary color
Monochromatic Colors of #BC3921
Black with #BC3921
Text Example
Text Example
White with #BC3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3921; }
p { color: rgb(188,57,33); }
H1.HeaderClassName
{
color: #BC3921;
}
.AnyTagClassName
{
color: #BC3921;
}
</style>
background-color css
<style>
a { background-color: #BC3921; }
a { background-color: rgb(188,57,33); }
div.DivClassName
{
background-color: #BC3921;
}
.BgClassName
{
background-color: #BC3921;
}
</style>
border-color css
<style>
span { border-color: #BC3921; }
span { border-color: rgb(188,57,33); }
td.TdClassName
{
border-color: #BC3921;
}
.TagClassName
{
border-color: #BC3921;
}
</style>