Shades of Brandy Punch #BA7D4C
Tints of Brandy Punch #BA7D4C
RGB
CMYK
RGB Variations
Color information
#BA7D4C (or 0xBA7D4C) is known color: Brandy Punch. HEX triplet: BA, 7D and 4C. RGB value is (186,125,76). Sum of RGB (Red+Green+Blue) = 186+125+76=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D4C is #4582B3. Grayscale: #898989. Windows color (decimal): -4555444 or 5012922. OLE color: 5012922.
HSL color Cylindrical-coordinate representation of color #BA7D4C: hue angle of 26.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA7D4C is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 76 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.27 |
| HSL | 26.73º | 0.44% | 0.51% | - |
| HSV(B) | 26.73º | 0.59% | 0.73% | - |
| XYZ | 28.89 | 25.63 | 10.26 | - |
| YUV | 137.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 76 | 0 | 0.33 | 0.59 | 0.27 | 26.73 | 0.44 | 0.51 |
| Hex | BA | 7D | 4C | 0 | 21 | 3B | 1B | 1B | 2C | 33 |
| Octal | 272 | 175 | 114 | 0 | 41 | 73 | 33 | 33 | 54 | 63 |
| Binary | 10111010 | 1111101 | 1001100 | 0 | 100001 | 111011 | 11011 | 11011 | 101100 | 110011 |
Color Harmonies of #BA7D4C
Complementary color
Monochromatic Colors of #BA7D4C
Black with #BA7D4C
Text Example
Text Example
White with #BA7D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D4C; }
p { color: rgb(186,125,76); }
H1.HeaderClassName
{
color: #BA7D4C;
}
.AnyTagClassName
{
color: #BA7D4C;
}
</style>
background-color css
<style>
a { background-color: #BA7D4C; }
a { background-color: rgb(186,125,76); }
div.DivClassName
{
background-color: #BA7D4C;
}
.BgClassName
{
background-color: #BA7D4C;
}
</style>
border-color css
<style>
span { border-color: #BA7D4C; }
span { border-color: rgb(186,125,76); }
td.TdClassName
{
border-color: #BA7D4C;
}
.TagClassName
{
border-color: #BA7D4C;
}
</style>