Shades of Brandy Punch #BA7C53
Tints of Brandy Punch #BA7C53
RGB
CMYK
RGB Variations
Color information
#BA7C53 (or 0xBA7C53) is known color: Brandy Punch. HEX triplet: BA, 7C and 53. RGB value is (186,124,83). Sum of RGB (Red+Green+Blue) = 186+124+83=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C53 is #4583AC. Grayscale: #8A8A8A. Windows color (decimal): -4555693 or 5471418. OLE color: 5471418.
HSL color Cylindrical-coordinate representation of color #BA7C53: hue angle of 23.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA7C53 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 83 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.27 |
| HSL | 23.88º | 0.43% | 0.53% | - |
| HSV(B) | 23.88º | 0.55% | 0.73% | - |
| XYZ | 29.02 | 25.48 | 11.57 | - |
| YUV | 137.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 83 | 0 | 0.33 | 0.55 | 0.27 | 23.88 | 0.43 | 0.53 |
| Hex | BA | 7C | 53 | 0 | 21 | 37 | 1B | 18 | 2B | 35 |
| Octal | 272 | 174 | 123 | 0 | 41 | 67 | 33 | 30 | 53 | 65 |
| Binary | 10111010 | 1111100 | 1010011 | 0 | 100001 | 110111 | 11011 | 11000 | 101011 | 110101 |
Color Harmonies of #BA7C53
Complementary color
Monochromatic Colors of #BA7C53
Black with #BA7C53
Text Example
Text Example
White with #BA7C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C53; }
p { color: rgb(186,124,83); }
H1.HeaderClassName
{
color: #BA7C53;
}
.AnyTagClassName
{
color: #BA7C53;
}
</style>
background-color css
<style>
a { background-color: #BA7C53; }
a { background-color: rgb(186,124,83); }
div.DivClassName
{
background-color: #BA7C53;
}
.BgClassName
{
background-color: #BA7C53;
}
</style>
border-color css
<style>
span { border-color: #BA7C53; }
span { border-color: rgb(186,124,83); }
td.TdClassName
{
border-color: #BA7C53;
}
.TagClassName
{
border-color: #BA7C53;
}
</style>