Shades of Brandy Punch #BC7D4E
Tints of Brandy Punch #BC7D4E
RGB
CMYK
RGB Variations
Color information
#BC7D4E (or 0xBC7D4E) is known color: Brandy Punch. HEX triplet: BC, 7D and 4E. RGB value is (188,125,78). Sum of RGB (Red+Green+Blue) = 188+125+78=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D4E is #4382B1. Grayscale: #8A8A8A. Windows color (decimal): -4424370 or 5143996. OLE color: 5143996.
HSL color Cylindrical-coordinate representation of color #BC7D4E: hue angle of 25.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC7D4E is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 78 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.26 |
| HSL | 25.64º | 0.45% | 0.52% | - |
| HSV(B) | 25.64º | 0.59% | 0.74% | - |
| XYZ | 29.45 | 25.91 | 10.66 | - |
| YUV | 138.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 78 | 0 | 0.34 | 0.59 | 0.26 | 25.64 | 0.45 | 0.52 |
| Hex | BC | 7D | 4E | 0 | 22 | 3B | 1A | 1A | 2D | 34 |
| Octal | 274 | 175 | 116 | 0 | 42 | 73 | 32 | 32 | 55 | 64 |
| Binary | 10111100 | 1111101 | 1001110 | 0 | 100010 | 111011 | 11010 | 11010 | 101101 | 110100 |
Color Harmonies of #BC7D4E
Complementary color
Monochromatic Colors of #BC7D4E
Black with #BC7D4E
Text Example
Text Example
White with #BC7D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D4E; }
p { color: rgb(188,125,78); }
H1.HeaderClassName
{
color: #BC7D4E;
}
.AnyTagClassName
{
color: #BC7D4E;
}
</style>
background-color css
<style>
a { background-color: #BC7D4E; }
a { background-color: rgb(188,125,78); }
div.DivClassName
{
background-color: #BC7D4E;
}
.BgClassName
{
background-color: #BC7D4E;
}
</style>
border-color css
<style>
span { border-color: #BC7D4E; }
span { border-color: rgb(188,125,78); }
td.TdClassName
{
border-color: #BC7D4E;
}
.TagClassName
{
border-color: #BC7D4E;
}
</style>