Shades of Brandy Punch #BA7E52
Tints of Brandy Punch #BA7E52
RGB
CMYK
RGB Variations
Color information
#BA7E52 (or 0xBA7E52) is known color: Brandy Punch. HEX triplet: BA, 7E and 52. RGB value is (186,126,82). Sum of RGB (Red+Green+Blue) = 186+126+82=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E52 is #4581AD. Grayscale: #8B8B8B. Windows color (decimal): -4555182 or 5406394. OLE color: 5406394.
HSL color Cylindrical-coordinate representation of color #BA7E52: hue angle of 25.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA7E52 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 82 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.27 |
| HSL | 25.38º | 0.43% | 0.53% | - |
| HSV(B) | 25.38º | 0.56% | 0.73% | - |
| XYZ | 29.23 | 25.97 | 11.45 | - |
| YUV | 138.92 | 95.88 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 82 | 0 | 0.32 | 0.56 | 0.27 | 25.38 | 0.43 | 0.53 |
| Hex | BA | 7E | 52 | 0 | 20 | 38 | 1B | 19 | 2B | 35 |
| Octal | 272 | 176 | 122 | 0 | 40 | 70 | 33 | 31 | 53 | 65 |
| Binary | 10111010 | 1111110 | 1010010 | 0 | 100000 | 111000 | 11011 | 11001 | 101011 | 110101 |
Color Harmonies of #BA7E52
Complementary color
Monochromatic Colors of #BA7E52
Black with #BA7E52
Text Example
Text Example
White with #BA7E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E52; }
p { color: rgb(186,126,82); }
H1.HeaderClassName
{
color: #BA7E52;
}
.AnyTagClassName
{
color: #BA7E52;
}
</style>
background-color css
<style>
a { background-color: #BA7E52; }
a { background-color: rgb(186,126,82); }
div.DivClassName
{
background-color: #BA7E52;
}
.BgClassName
{
background-color: #BA7E52;
}
</style>
border-color css
<style>
span { border-color: #BA7E52; }
span { border-color: rgb(186,126,82); }
td.TdClassName
{
border-color: #BA7E52;
}
.TagClassName
{
border-color: #BA7E52;
}
</style>