Shades of Brandy Punch #BC7C4E
Tints of Brandy Punch #BC7C4E
RGB
CMYK
RGB Variations
Color information
#BC7C4E (or 0xBC7C4E) is known color: Brandy Punch. HEX triplet: BC, 7C and 4E. RGB value is (188,124,78). Sum of RGB (Red+Green+Blue) = 188+124+78=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C4E is #4383B1. Grayscale: #8A8A8A. Windows color (decimal): -4424626 or 5143740. OLE color: 5143740.
HSL color Cylindrical-coordinate representation of color #BC7C4E: hue angle of 25.09º 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 #BC7C4E is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 78 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.26 |
| HSL | 25.09º | 0.45% | 0.52% | - |
| HSV(B) | 25.09º | 0.59% | 0.74% | - |
| XYZ | 29.32 | 25.66 | 10.61 | - |
| YUV | 137.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 78 | 0 | 0.34 | 0.59 | 0.26 | 25.09 | 0.45 | 0.52 |
| Hex | BC | 7C | 4E | 0 | 22 | 3B | 1A | 19 | 2D | 34 |
| Octal | 274 | 174 | 116 | 0 | 42 | 73 | 32 | 31 | 55 | 64 |
| Binary | 10111100 | 1111100 | 1001110 | 0 | 100010 | 111011 | 11010 | 11001 | 101101 | 110100 |
Color Harmonies of #BC7C4E
Complementary color
Monochromatic Colors of #BC7C4E
Black with #BC7C4E
Text Example
Text Example
White with #BC7C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C4E; }
p { color: rgb(188,124,78); }
H1.HeaderClassName
{
color: #BC7C4E;
}
.AnyTagClassName
{
color: #BC7C4E;
}
</style>
background-color css
<style>
a { background-color: #BC7C4E; }
a { background-color: rgb(188,124,78); }
div.DivClassName
{
background-color: #BC7C4E;
}
.BgClassName
{
background-color: #BC7C4E;
}
</style>
border-color css
<style>
span { border-color: #BC7C4E; }
span { border-color: rgb(188,124,78); }
td.TdClassName
{
border-color: #BC7C4E;
}
.TagClassName
{
border-color: #BC7C4E;
}
</style>