Shades of Brandy Punch #BC7E53
Tints of Brandy Punch #BC7E53
RGB
CMYK
RGB Variations
Color information
#BC7E53 (or 0xBC7E53) is known color: Brandy Punch. HEX triplet: BC, 7E and 53. RGB value is (188,126,83). Sum of RGB (Red+Green+Blue) = 188+126+83=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E53 is #4381AC. Grayscale: #8B8B8B. Windows color (decimal): -4424109 or 5471932. OLE color: 5471932.
HSL color Cylindrical-coordinate representation of color #BC7E53: hue angle of 24.57º 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 #BC7E53 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 83 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.26 |
| HSL | 24.57º | 0.44% | 0.53% | - |
| HSV(B) | 24.57º | 0.56% | 0.74% | - |
| XYZ | 29.76 | 26.24 | 11.68 | - |
| YUV | 139.64 | 96.04 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 83 | 0 | 0.33 | 0.56 | 0.26 | 24.57 | 0.44 | 0.53 |
| Hex | BC | 7E | 53 | 0 | 21 | 38 | 1A | 19 | 2C | 35 |
| Octal | 274 | 176 | 123 | 0 | 41 | 70 | 32 | 31 | 54 | 65 |
| Binary | 10111100 | 1111110 | 1010011 | 0 | 100001 | 111000 | 11010 | 11001 | 101100 | 110101 |
Color Harmonies of #BC7E53
Complementary color
Monochromatic Colors of #BC7E53
Black with #BC7E53
Text Example
Text Example
White with #BC7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E53; }
p { color: rgb(188,126,83); }
H1.HeaderClassName
{
color: #BC7E53;
}
.AnyTagClassName
{
color: #BC7E53;
}
</style>
background-color css
<style>
a { background-color: #BC7E53; }
a { background-color: rgb(188,126,83); }
div.DivClassName
{
background-color: #BC7E53;
}
.BgClassName
{
background-color: #BC7E53;
}
</style>
border-color css
<style>
span { border-color: #BC7E53; }
span { border-color: rgb(188,126,83); }
td.TdClassName
{
border-color: #BC7E53;
}
.TagClassName
{
border-color: #BC7E53;
}
</style>