Shades of Brandy Punch #BA7D4D
Tints of Brandy Punch #BA7D4D
RGB
CMYK
RGB Variations
Color information
#BA7D4D (or 0xBA7D4D) is known color: Brandy Punch. HEX triplet: BA, 7D and 4D. RGB value is (186,125,77). Sum of RGB (Red+Green+Blue) = 186+125+77=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D4D is #4582B2. Grayscale: #8A8A8A. Windows color (decimal): -4555443 or 5078458. OLE color: 5078458.
HSL color Cylindrical-coordinate representation of color #BA7D4D: hue angle of 26.42º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA7D4D is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 77 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.27 |
| HSL | 26.42º | 0.44% | 0.52% | - |
| HSV(B) | 26.42º | 0.59% | 0.73% | - |
| XYZ | 28.92 | 25.64 | 10.45 | - |
| YUV | 137.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 77 | 0 | 0.33 | 0.59 | 0.27 | 26.42 | 0.44 | 0.52 |
| Hex | BA | 7D | 4D | 0 | 21 | 3B | 1B | 1A | 2C | 34 |
| Octal | 272 | 175 | 115 | 0 | 41 | 73 | 33 | 32 | 54 | 64 |
| Binary | 10111010 | 1111101 | 1001101 | 0 | 100001 | 111011 | 11011 | 11010 | 101100 | 110100 |
Color Harmonies of #BA7D4D
Complementary color
Monochromatic Colors of #BA7D4D
Black with #BA7D4D
Text Example
Text Example
White with #BA7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D4D; }
p { color: rgb(186,125,77); }
H1.HeaderClassName
{
color: #BA7D4D;
}
.AnyTagClassName
{
color: #BA7D4D;
}
</style>
background-color css
<style>
a { background-color: #BA7D4D; }
a { background-color: rgb(186,125,77); }
div.DivClassName
{
background-color: #BA7D4D;
}
.BgClassName
{
background-color: #BA7D4D;
}
</style>
border-color css
<style>
span { border-color: #BA7D4D; }
span { border-color: rgb(186,125,77); }
td.TdClassName
{
border-color: #BA7D4D;
}
.TagClassName
{
border-color: #BA7D4D;
}
</style>