Shades of Brandy Punch #BC7F49
Tints of Brandy Punch #BC7F49
RGB
CMYK
RGB Variations
Color information
#BC7F49 (or 0xBC7F49) is known color: Brandy Punch. HEX triplet: BC, 7F and 49. RGB value is (188,127,73). Sum of RGB (Red+Green+Blue) = 188+127+73=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F49 is #4380B6. Grayscale: #8B8B8B. Windows color (decimal): -4423863 or 4816828. OLE color: 4816828.
HSL color Cylindrical-coordinate representation of color #BC7F49: hue angle of 28.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC7F49 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 73 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.26 |
| HSL | 28.17º | 0.46% | 0.51% | - |
| HSV(B) | 28.17º | 0.61% | 0.74% | - |
| XYZ | 29.53 | 26.35 | 9.83 | - |
| YUV | 139.08 | 90.71 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 73 | 0 | 0.32 | 0.61 | 0.26 | 28.17 | 0.46 | 0.51 |
| Hex | BC | 7F | 49 | 0 | 20 | 3D | 1A | 1C | 2E | 33 |
| Octal | 274 | 177 | 111 | 0 | 40 | 75 | 32 | 34 | 56 | 63 |
| Binary | 10111100 | 1111111 | 1001001 | 0 | 100000 | 111101 | 11010 | 11100 | 101110 | 110011 |
Color Harmonies of #BC7F49
Complementary color
Monochromatic Colors of #BC7F49
Black with #BC7F49
Text Example
Text Example
White with #BC7F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F49; }
p { color: rgb(188,127,73); }
H1.HeaderClassName
{
color: #BC7F49;
}
.AnyTagClassName
{
color: #BC7F49;
}
</style>
background-color css
<style>
a { background-color: #BC7F49; }
a { background-color: rgb(188,127,73); }
div.DivClassName
{
background-color: #BC7F49;
}
.BgClassName
{
background-color: #BC7F49;
}
</style>
border-color css
<style>
span { border-color: #BC7F49; }
span { border-color: rgb(188,127,73); }
td.TdClassName
{
border-color: #BC7F49;
}
.TagClassName
{
border-color: #BC7F49;
}
</style>