Shades of Brandy Punch #BA7D46
Tints of Brandy Punch #BA7D46
RGB
CMYK
RGB Variations
Color information
#BA7D46 (or 0xBA7D46) is known color: Brandy Punch. HEX triplet: BA, 7D and 46. RGB value is (186,125,70). Sum of RGB (Red+Green+Blue) = 186+125+70=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D46 is #4582B9. Grayscale: #898989. Windows color (decimal): -4555450 or 4619706. OLE color: 4619706.
HSL color Cylindrical-coordinate representation of color #BA7D46: hue angle of 28.45º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA7D46 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 70 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.27 |
| HSL | 28.45º | 0.46% | 0.5% | - |
| HSV(B) | 28.45º | 0.62% | 0.73% | - |
| XYZ | 28.69 | 25.55 | 9.21 | - |
| YUV | 136.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 70 | 0 | 0.33 | 0.62 | 0.27 | 28.45 | 0.46 | 0.5 |
| Hex | BA | 7D | 46 | 0 | 21 | 3E | 1B | 1C | 2E | 32 |
| Octal | 272 | 175 | 106 | 0 | 41 | 76 | 33 | 34 | 56 | 62 |
| Binary | 10111010 | 1111101 | 1000110 | 0 | 100001 | 111110 | 11011 | 11100 | 101110 | 110010 |
Color Harmonies of #BA7D46
Complementary color
Monochromatic Colors of #BA7D46
Black with #BA7D46
Text Example
Text Example
White with #BA7D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D46; }
p { color: rgb(186,125,70); }
H1.HeaderClassName
{
color: #BA7D46;
}
.AnyTagClassName
{
color: #BA7D46;
}
</style>
background-color css
<style>
a { background-color: #BA7D46; }
a { background-color: rgb(186,125,70); }
div.DivClassName
{
background-color: #BA7D46;
}
.BgClassName
{
background-color: #BA7D46;
}
</style>
border-color css
<style>
span { border-color: #BA7D46; }
span { border-color: rgb(186,125,70); }
td.TdClassName
{
border-color: #BA7D46;
}
.TagClassName
{
border-color: #BA7D46;
}
</style>