Shades of Brandy Punch #BC8547
Tints of Brandy Punch #BC8547
RGB
CMYK
RGB Variations
Color information
#BC8547 (or 0xBC8547) is known color: Brandy Punch. HEX triplet: BC, 85 and 47. RGB value is (188,133,71). Sum of RGB (Red+Green+Blue) = 188+133+71=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8547 is #437AB8. Grayscale: #8E8E8E. Windows color (decimal): -4422329 or 4687292. OLE color: 4687292.
HSL color Cylindrical-coordinate representation of color #BC8547: hue angle of 31.79º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8547 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 71 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.26 |
| HSL | 31.79º | 0.47% | 0.51% | - |
| HSV(B) | 31.79º | 0.62% | 0.74% | - |
| XYZ | 30.26 | 27.92 | 9.76 | - |
| YUV | 142.38 | 87.72 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 71 | 0 | 0.29 | 0.62 | 0.26 | 31.79 | 0.47 | 0.51 |
| Hex | BC | 85 | 47 | 0 | 1D | 3E | 1A | 20 | 2F | 33 |
| Octal | 274 | 205 | 107 | 0 | 35 | 76 | 32 | 40 | 57 | 63 |
| Binary | 10111100 | 10000101 | 1000111 | 0 | 11101 | 111110 | 11010 | 100000 | 101111 | 110011 |
Color Harmonies of #BC8547
Complementary color
Monochromatic Colors of #BC8547
Black with #BC8547
Text Example
Text Example
White with #BC8547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8547; }
p { color: rgb(188,133,71); }
H1.HeaderClassName
{
color: #BC8547;
}
.AnyTagClassName
{
color: #BC8547;
}
</style>
background-color css
<style>
a { background-color: #BC8547; }
a { background-color: rgb(188,133,71); }
div.DivClassName
{
background-color: #BC8547;
}
.BgClassName
{
background-color: #BC8547;
}
</style>
border-color css
<style>
span { border-color: #BC8547; }
span { border-color: rgb(188,133,71); }
td.TdClassName
{
border-color: #BC8547;
}
.TagClassName
{
border-color: #BC8547;
}
</style>