Shades of Brandy Punch #BC7C53
Tints of Brandy Punch #BC7C53
RGB
CMYK
RGB Variations
Color information
#BC7C53 (or 0xBC7C53) is known color: Brandy Punch. HEX triplet: BC, 7C and 53. RGB value is (188,124,83). Sum of RGB (Red+Green+Blue) = 188+124+83=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C53 is #4383AC. Grayscale: #8A8A8A. Windows color (decimal): -4424621 or 5471420. OLE color: 5471420.
HSL color Cylindrical-coordinate representation of color #BC7C53: hue angle of 23.43º 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 #BC7C53 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 83 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.26 |
| HSL | 23.43º | 0.44% | 0.53% | - |
| HSV(B) | 23.43º | 0.56% | 0.74% | - |
| XYZ | 29.51 | 25.73 | 11.59 | - |
| YUV | 138.46 | 96.7 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 83 | 0 | 0.34 | 0.56 | 0.26 | 23.43 | 0.44 | 0.53 |
| Hex | BC | 7C | 53 | 0 | 22 | 38 | 1A | 17 | 2C | 35 |
| Octal | 274 | 174 | 123 | 0 | 42 | 70 | 32 | 27 | 54 | 65 |
| Binary | 10111100 | 1111100 | 1010011 | 0 | 100010 | 111000 | 11010 | 10111 | 101100 | 110101 |
Color Harmonies of #BC7C53
Complementary color
Monochromatic Colors of #BC7C53
Black with #BC7C53
Text Example
Text Example
White with #BC7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C53; }
p { color: rgb(188,124,83); }
H1.HeaderClassName
{
color: #BC7C53;
}
.AnyTagClassName
{
color: #BC7C53;
}
</style>
background-color css
<style>
a { background-color: #BC7C53; }
a { background-color: rgb(188,124,83); }
div.DivClassName
{
background-color: #BC7C53;
}
.BgClassName
{
background-color: #BC7C53;
}
</style>
border-color css
<style>
span { border-color: #BC7C53; }
span { border-color: rgb(188,124,83); }
td.TdClassName
{
border-color: #BC7C53;
}
.TagClassName
{
border-color: #BC7C53;
}
</style>