Shades of Brandy Punch #BA7C55
Tints of Brandy Punch #BA7C55
RGB
CMYK
RGB Variations
Color information
#BA7C55 (or 0xBA7C55) is known color: Brandy Punch. HEX triplet: BA, 7C and 55. RGB value is (186,124,85). Sum of RGB (Red+Green+Blue) = 186+124+85=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C55 is #4583AA. Grayscale: #8A8A8A. Windows color (decimal): -4555691 or 5602490. OLE color: 5602490.
HSL color Cylindrical-coordinate representation of color #BA7C55: hue angle of 23.17º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA7C55 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 85 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.27 |
| HSL | 23.17º | 0.42% | 0.53% | - |
| HSV(B) | 23.17º | 0.54% | 0.73% | - |
| XYZ | 29.1 | 25.51 | 11.98 | - |
| YUV | 138.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 85 | 0 | 0.33 | 0.54 | 0.27 | 23.17 | 0.42 | 0.53 |
| Hex | BA | 7C | 55 | 0 | 21 | 36 | 1B | 17 | 2A | 35 |
| Octal | 272 | 174 | 125 | 0 | 41 | 66 | 33 | 27 | 52 | 65 |
| Binary | 10111010 | 1111100 | 1010101 | 0 | 100001 | 110110 | 11011 | 10111 | 101010 | 110101 |
Color Harmonies of #BA7C55
Complementary color
Monochromatic Colors of #BA7C55
Black with #BA7C55
Text Example
Text Example
White with #BA7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C55; }
p { color: rgb(186,124,85); }
H1.HeaderClassName
{
color: #BA7C55;
}
.AnyTagClassName
{
color: #BA7C55;
}
</style>
background-color css
<style>
a { background-color: #BA7C55; }
a { background-color: rgb(186,124,85); }
div.DivClassName
{
background-color: #BA7C55;
}
.BgClassName
{
background-color: #BA7C55;
}
</style>
border-color css
<style>
span { border-color: #BA7C55; }
span { border-color: rgb(186,124,85); }
td.TdClassName
{
border-color: #BA7C55;
}
.TagClassName
{
border-color: #BA7C55;
}
</style>