Shades of Brandy Punch #BA7D4A
Tints of Brandy Punch #BA7D4A
RGB
CMYK
RGB Variations
Color information
#BA7D4A (or 0xBA7D4A) is known color: Brandy Punch. HEX triplet: BA, 7D and 4A. RGB value is (186,125,74). Sum of RGB (Red+Green+Blue) = 186+125+74=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D4A is #4582B5. Grayscale: #898989. Windows color (decimal): -4555446 or 4881850. OLE color: 4881850.
HSL color Cylindrical-coordinate representation of color #BA7D4A: hue angle of 27.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA7D4A is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 74 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.27 |
| HSL | 27.32º | 0.45% | 0.51% | - |
| HSV(B) | 27.32º | 0.6% | 0.73% | - |
| XYZ | 28.82 | 25.6 | 9.9 | - |
| YUV | 137.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 74 | 0 | 0.33 | 0.60 | 0.27 | 27.32 | 0.45 | 0.51 |
| Hex | BA | 7D | 4A | 0 | 21 | 3C | 1B | 1B | 2D | 33 |
| Octal | 272 | 175 | 112 | 0 | 41 | 74 | 33 | 33 | 55 | 63 |
| Binary | 10111010 | 1111101 | 1001010 | 0 | 100001 | 111100 | 11011 | 11011 | 101101 | 110011 |
Color Harmonies of #BA7D4A
Complementary color
Monochromatic Colors of #BA7D4A
Black with #BA7D4A
Text Example
Text Example
White with #BA7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D4A; }
p { color: rgb(186,125,74); }
H1.HeaderClassName
{
color: #BA7D4A;
}
.AnyTagClassName
{
color: #BA7D4A;
}
</style>
background-color css
<style>
a { background-color: #BA7D4A; }
a { background-color: rgb(186,125,74); }
div.DivClassName
{
background-color: #BA7D4A;
}
.BgClassName
{
background-color: #BA7D4A;
}
</style>
border-color css
<style>
span { border-color: #BA7D4A; }
span { border-color: rgb(186,125,74); }
td.TdClassName
{
border-color: #BA7D4A;
}
.TagClassName
{
border-color: #BA7D4A;
}
</style>