Shades of Brandy Punch #BC7B53
Tints of Brandy Punch #BC7B53
RGB
CMYK
RGB Variations
Color information
#BC7B53 (or 0xBC7B53) is known color: Brandy Punch. HEX triplet: BC, 7B and 53. RGB value is (188,123,83). Sum of RGB (Red+Green+Blue) = 188+123+83=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B53 is #4384AC. Grayscale: #8A8A8A. Windows color (decimal): -4424877 or 5471164. OLE color: 5471164.
HSL color Cylindrical-coordinate representation of color #BC7B53: hue angle of 22.86º 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 #BC7B53 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 83 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.26 |
| HSL | 22.86º | 0.44% | 0.53% | - |
| HSV(B) | 22.86º | 0.56% | 0.74% | - |
| XYZ | 29.38 | 25.48 | 11.55 | - |
| YUV | 137.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 83 | 0 | 0.35 | 0.56 | 0.26 | 22.86 | 0.44 | 0.53 |
| Hex | BC | 7B | 53 | 0 | 23 | 38 | 1A | 17 | 2C | 35 |
| Octal | 274 | 173 | 123 | 0 | 43 | 70 | 32 | 27 | 54 | 65 |
| Binary | 10111100 | 1111011 | 1010011 | 0 | 100011 | 111000 | 11010 | 10111 | 101100 | 110101 |
Color Harmonies of #BC7B53
Complementary color
Monochromatic Colors of #BC7B53
Black with #BC7B53
Text Example
Text Example
White with #BC7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B53; }
p { color: rgb(188,123,83); }
H1.HeaderClassName
{
color: #BC7B53;
}
.AnyTagClassName
{
color: #BC7B53;
}
</style>
background-color css
<style>
a { background-color: #BC7B53; }
a { background-color: rgb(188,123,83); }
div.DivClassName
{
background-color: #BC7B53;
}
.BgClassName
{
background-color: #BC7B53;
}
</style>
border-color css
<style>
span { border-color: #BC7B53; }
span { border-color: rgb(188,123,83); }
td.TdClassName
{
border-color: #BC7B53;
}
.TagClassName
{
border-color: #BC7B53;
}
</style>