Html Css Color HEX #BC3721 Harley Davidson Orange
📋 copy color: '#BC3721'red 188 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #BC3721
Tints of Harley Davidson Orange #BC3721
RGB
CMYK
RGB Variations
Color information
#BC3721 (or 0xBC3721) is known color: Harley Davidson Orange. HEX triplet: BC, 37 and 21. RGB value is (188,55,33). Sum of RGB (Red+Green+Blue) = 188+55+33=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3721 is #43C8DE. Grayscale: #5C5C5C. Windows color (decimal): -4442335 or 2176956. OLE color: 2176956.
HSL color Cylindrical-coordinate representation of color #BC3721: hue angle of 8.52º 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 #BC3721 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 55 | 33 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.26 |
| HSL | 8.52º | 0.7% | 0.43% | - |
| HSV(B) | 8.52º | 0.82% | 0.74% | - |
| XYZ | 22.38 | 13.53 | 2.87 | - |
| YUV | 92.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 33 | 0 | 0.71 | 0.82 | 0.26 | 8.52 | 0.7 | 0.43 |
| Hex | BC | 37 | 21 | 0 | 47 | 52 | 1A | 9 | 46 | 2B |
| Octal | 274 | 67 | 41 | 0 | 107 | 122 | 32 | 11 | 106 | 53 |
| Binary | 10111100 | 110111 | 100001 | 0 | 1000111 | 1010010 | 11010 | 1001 | 1000110 | 101011 |
Color Harmonies of #BC3721
Complementary color
Monochromatic Colors of #BC3721
Black with #BC3721
Text Example
Text Example
White with #BC3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3721; }
p { color: rgb(188,55,33); }
H1.HeaderClassName
{
color: #BC3721;
}
.AnyTagClassName
{
color: #BC3721;
}
</style>
background-color css
<style>
a { background-color: #BC3721; }
a { background-color: rgb(188,55,33); }
div.DivClassName
{
background-color: #BC3721;
}
.BgClassName
{
background-color: #BC3721;
}
</style>
border-color css
<style>
span { border-color: #BC3721; }
span { border-color: rgb(188,55,33); }
td.TdClassName
{
border-color: #BC3721;
}
.TagClassName
{
border-color: #BC3721;
}
</style>