Shades of Brandy Punch #BA7D49
Tints of Brandy Punch #BA7D49
RGB
CMYK
RGB Variations
Color information
#BA7D49 (or 0xBA7D49) is known color: Brandy Punch. HEX triplet: BA, 7D and 49. RGB value is (186,125,73). Sum of RGB (Red+Green+Blue) = 186+125+73=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D49 is #4582B6. Grayscale: #898989. Windows color (decimal): -4555447 or 4816314. OLE color: 4816314.
HSL color Cylindrical-coordinate representation of color #BA7D49: hue angle of 27.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA7D49 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 73 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.27 |
| HSL | 27.61º | 0.45% | 0.51% | - |
| HSV(B) | 27.61º | 0.61% | 0.73% | - |
| XYZ | 28.79 | 25.59 | 9.73 | - |
| YUV | 137.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 73 | 0 | 0.33 | 0.61 | 0.27 | 27.61 | 0.45 | 0.51 |
| Hex | BA | 7D | 49 | 0 | 21 | 3D | 1B | 1C | 2D | 33 |
| Octal | 272 | 175 | 111 | 0 | 41 | 75 | 33 | 34 | 55 | 63 |
| Binary | 10111010 | 1111101 | 1001001 | 0 | 100001 | 111101 | 11011 | 11100 | 101101 | 110011 |
Color Harmonies of #BA7D49
Complementary color
Monochromatic Colors of #BA7D49
Black with #BA7D49
Text Example
Text Example
White with #BA7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D49; }
p { color: rgb(186,125,73); }
H1.HeaderClassName
{
color: #BA7D49;
}
.AnyTagClassName
{
color: #BA7D49;
}
</style>
background-color css
<style>
a { background-color: #BA7D49; }
a { background-color: rgb(186,125,73); }
div.DivClassName
{
background-color: #BA7D49;
}
.BgClassName
{
background-color: #BA7D49;
}
</style>
border-color css
<style>
span { border-color: #BA7D49; }
span { border-color: rgb(186,125,73); }
td.TdClassName
{
border-color: #BA7D49;
}
.TagClassName
{
border-color: #BA7D49;
}
</style>