Shades of Brandy Punch #BA7D4F
Tints of Brandy Punch #BA7D4F
RGB
CMYK
RGB Variations
Color information
#BA7D4F (or 0xBA7D4F) is known color: Brandy Punch. HEX triplet: BA, 7D and 4F. RGB value is (186,125,79). Sum of RGB (Red+Green+Blue) = 186+125+79=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D4F is #4582B0. Grayscale: #8A8A8A. Windows color (decimal): -4555441 or 5209530. OLE color: 5209530.
HSL color Cylindrical-coordinate representation of color #BA7D4F: hue angle of 25.79º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA7D4F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 79 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.27 |
| HSL | 25.79º | 0.44% | 0.52% | - |
| HSV(B) | 25.79º | 0.58% | 0.73% | - |
| XYZ | 28.99 | 25.67 | 10.82 | - |
| YUV | 138 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 79 | 0 | 0.33 | 0.58 | 0.27 | 25.79 | 0.44 | 0.52 |
| Hex | BA | 7D | 4F | 0 | 21 | 3A | 1B | 1A | 2C | 34 |
| Octal | 272 | 175 | 117 | 0 | 41 | 72 | 33 | 32 | 54 | 64 |
| Binary | 10111010 | 1111101 | 1001111 | 0 | 100001 | 111010 | 11011 | 11010 | 101100 | 110100 |
Color Harmonies of #BA7D4F
Complementary color
Monochromatic Colors of #BA7D4F
Black with #BA7D4F
Text Example
Text Example
White with #BA7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D4F; }
p { color: rgb(186,125,79); }
H1.HeaderClassName
{
color: #BA7D4F;
}
.AnyTagClassName
{
color: #BA7D4F;
}
</style>
background-color css
<style>
a { background-color: #BA7D4F; }
a { background-color: rgb(186,125,79); }
div.DivClassName
{
background-color: #BA7D4F;
}
.BgClassName
{
background-color: #BA7D4F;
}
</style>
border-color css
<style>
span { border-color: #BA7D4F; }
span { border-color: rgb(186,125,79); }
td.TdClassName
{
border-color: #BA7D4F;
}
.TagClassName
{
border-color: #BA7D4F;
}
</style>