Shades of Brandy Punch #BA7D56
Tints of Brandy Punch #BA7D56
RGB
CMYK
RGB Variations
Color information
#BA7D56 (or 0xBA7D56) is known color: Brandy Punch. HEX triplet: BA, 7D and 56. RGB value is (186,125,86). Sum of RGB (Red+Green+Blue) = 186+125+86=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D56 is #4582A9. Grayscale: #8B8B8B. Windows color (decimal): -4555434 or 5668282. OLE color: 5668282.
HSL color Cylindrical-coordinate representation of color #BA7D56: hue angle of 23.4º 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 #BA7D56 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 86 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.27 |
| HSL | 23.4º | 0.42% | 0.53% | - |
| HSV(B) | 23.4º | 0.54% | 0.73% | - |
| XYZ | 29.26 | 25.78 | 12.24 | - |
| YUV | 138.79 | 98.21 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 86 | 0 | 0.33 | 0.54 | 0.27 | 23.4 | 0.42 | 0.53 |
| Hex | BA | 7D | 56 | 0 | 21 | 36 | 1B | 17 | 2A | 35 |
| Octal | 272 | 175 | 126 | 0 | 41 | 66 | 33 | 27 | 52 | 65 |
| Binary | 10111010 | 1111101 | 1010110 | 0 | 100001 | 110110 | 11011 | 10111 | 101010 | 110101 |
Color Harmonies of #BA7D56
Complementary color
Monochromatic Colors of #BA7D56
Black with #BA7D56
Text Example
Text Example
White with #BA7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D56; }
p { color: rgb(186,125,86); }
H1.HeaderClassName
{
color: #BA7D56;
}
.AnyTagClassName
{
color: #BA7D56;
}
</style>
background-color css
<style>
a { background-color: #BA7D56; }
a { background-color: rgb(186,125,86); }
div.DivClassName
{
background-color: #BA7D56;
}
.BgClassName
{
background-color: #BA7D56;
}
</style>
border-color css
<style>
span { border-color: #BA7D56; }
span { border-color: rgb(186,125,86); }
td.TdClassName
{
border-color: #BA7D56;
}
.TagClassName
{
border-color: #BA7D56;
}
</style>