Shades of Brandy Punch #BC7C52
Tints of Brandy Punch #BC7C52
RGB
CMYK
RGB Variations
Color information
#BC7C52 (or 0xBC7C52) is known color: Brandy Punch. HEX triplet: BC, 7C and 52. RGB value is (188,124,82). Sum of RGB (Red+Green+Blue) = 188+124+82=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C52 is #4383AD. Grayscale: #8A8A8A. Windows color (decimal): -4424622 or 5405884. OLE color: 5405884.
HSL color Cylindrical-coordinate representation of color #BC7C52: hue angle of 23.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC7C52 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 82 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.26 |
| HSL | 23.77º | 0.44% | 0.53% | - |
| HSV(B) | 23.77º | 0.56% | 0.74% | - |
| XYZ | 29.47 | 25.72 | 11.39 | - |
| YUV | 138.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 82 | 0 | 0.34 | 0.56 | 0.26 | 23.77 | 0.44 | 0.53 |
| Hex | BC | 7C | 52 | 0 | 22 | 38 | 1A | 18 | 2C | 35 |
| Octal | 274 | 174 | 122 | 0 | 42 | 70 | 32 | 30 | 54 | 65 |
| Binary | 10111100 | 1111100 | 1010010 | 0 | 100010 | 111000 | 11010 | 11000 | 101100 | 110101 |
Color Harmonies of #BC7C52
Complementary color
Monochromatic Colors of #BC7C52
Black with #BC7C52
Text Example
Text Example
White with #BC7C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C52; }
p { color: rgb(188,124,82); }
H1.HeaderClassName
{
color: #BC7C52;
}
.AnyTagClassName
{
color: #BC7C52;
}
</style>
background-color css
<style>
a { background-color: #BC7C52; }
a { background-color: rgb(188,124,82); }
div.DivClassName
{
background-color: #BC7C52;
}
.BgClassName
{
background-color: #BC7C52;
}
</style>
border-color css
<style>
span { border-color: #BC7C52; }
span { border-color: rgb(188,124,82); }
td.TdClassName
{
border-color: #BC7C52;
}
.TagClassName
{
border-color: #BC7C52;
}
</style>