Shades of Brandy Punch #BA7C4F
Tints of Brandy Punch #BA7C4F
RGB
CMYK
RGB Variations
Color information
#BA7C4F (or 0xBA7C4F) is known color: Brandy Punch. HEX triplet: BA, 7C and 4F. RGB value is (186,124,79). Sum of RGB (Red+Green+Blue) = 186+124+79=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C4F is #4583B0. Grayscale: #898989. Windows color (decimal): -4555697 or 5209274. OLE color: 5209274.
HSL color Cylindrical-coordinate representation of color #BA7C4F: hue angle of 25.23º 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 #BA7C4F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 79 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.27 |
| HSL | 25.23º | 0.44% | 0.52% | - |
| HSV(B) | 25.23º | 0.58% | 0.73% | - |
| XYZ | 28.87 | 25.42 | 10.78 | - |
| YUV | 137.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 79 | 0 | 0.33 | 0.58 | 0.27 | 25.23 | 0.44 | 0.52 |
| Hex | BA | 7C | 4F | 0 | 21 | 3A | 1B | 19 | 2C | 34 |
| Octal | 272 | 174 | 117 | 0 | 41 | 72 | 33 | 31 | 54 | 64 |
| Binary | 10111010 | 1111100 | 1001111 | 0 | 100001 | 111010 | 11011 | 11001 | 101100 | 110100 |
Color Harmonies of #BA7C4F
Complementary color
Monochromatic Colors of #BA7C4F
Black with #BA7C4F
Text Example
Text Example
White with #BA7C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C4F; }
p { color: rgb(186,124,79); }
H1.HeaderClassName
{
color: #BA7C4F;
}
.AnyTagClassName
{
color: #BA7C4F;
}
</style>
background-color css
<style>
a { background-color: #BA7C4F; }
a { background-color: rgb(186,124,79); }
div.DivClassName
{
background-color: #BA7C4F;
}
.BgClassName
{
background-color: #BA7C4F;
}
</style>
border-color css
<style>
span { border-color: #BA7C4F; }
span { border-color: rgb(186,124,79); }
td.TdClassName
{
border-color: #BA7C4F;
}
.TagClassName
{
border-color: #BA7C4F;
}
</style>