Shades of Brandy Punch #BC8147
Tints of Brandy Punch #BC8147
RGB
CMYK
RGB Variations
Color information
#BC8147 (or 0xBC8147) is known color: Brandy Punch. HEX triplet: BC, 81 and 47. RGB value is (188,129,71). Sum of RGB (Red+Green+Blue) = 188+129+71=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8147 is #437EB8. Grayscale: #8C8C8C. Windows color (decimal): -4423353 or 4686268. OLE color: 4686268.
HSL color Cylindrical-coordinate representation of color #BC8147: hue angle of 29.74º 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 #BC8147 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 71 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.26 |
| HSL | 29.74º | 0.47% | 0.51% | - |
| HSV(B) | 29.74º | 0.62% | 0.74% | - |
| XYZ | 29.73 | 26.85 | 9.58 | - |
| YUV | 140.03 | 89.05 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 71 | 0 | 0.31 | 0.62 | 0.26 | 29.74 | 0.47 | 0.51 |
| Hex | BC | 81 | 47 | 0 | 1F | 3E | 1A | 1E | 2F | 33 |
| Octal | 274 | 201 | 107 | 0 | 37 | 76 | 32 | 36 | 57 | 63 |
| Binary | 10111100 | 10000001 | 1000111 | 0 | 11111 | 111110 | 11010 | 11110 | 101111 | 110011 |
Color Harmonies of #BC8147
Complementary color
Monochromatic Colors of #BC8147
Black with #BC8147
Text Example
Text Example
White with #BC8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8147; }
p { color: rgb(188,129,71); }
H1.HeaderClassName
{
color: #BC8147;
}
.AnyTagClassName
{
color: #BC8147;
}
</style>
background-color css
<style>
a { background-color: #BC8147; }
a { background-color: rgb(188,129,71); }
div.DivClassName
{
background-color: #BC8147;
}
.BgClassName
{
background-color: #BC8147;
}
</style>
border-color css
<style>
span { border-color: #BC8147; }
span { border-color: rgb(188,129,71); }
td.TdClassName
{
border-color: #BC8147;
}
.TagClassName
{
border-color: #BC8147;
}
</style>