Shades of Brandy Punch #BA7F53
Tints of Brandy Punch #BA7F53
RGB
CMYK
RGB Variations
Color information
#BA7F53 (or 0xBA7F53) is known color: Brandy Punch. HEX triplet: BA, 7F and 53. RGB value is (186,127,83). Sum of RGB (Red+Green+Blue) = 186+127+83=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F53 is #4580AC. Grayscale: #8B8B8B. Windows color (decimal): -4554925 or 5472186. OLE color: 5472186.
HSL color Cylindrical-coordinate representation of color #BA7F53: hue angle of 25.63º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA7F53 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 83 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.27 |
| HSL | 25.63º | 0.43% | 0.53% | - |
| HSV(B) | 25.63º | 0.55% | 0.73% | - |
| XYZ | 29.4 | 26.24 | 11.7 | - |
| YUV | 139.63 | 96.05 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 83 | 0 | 0.32 | 0.55 | 0.27 | 25.63 | 0.43 | 0.53 |
| Hex | BA | 7F | 53 | 0 | 20 | 37 | 1B | 1A | 2B | 35 |
| Octal | 272 | 177 | 123 | 0 | 40 | 67 | 33 | 32 | 53 | 65 |
| Binary | 10111010 | 1111111 | 1010011 | 0 | 100000 | 110111 | 11011 | 11010 | 101011 | 110101 |
Color Harmonies of #BA7F53
Complementary color
Monochromatic Colors of #BA7F53
Black with #BA7F53
Text Example
Text Example
White with #BA7F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F53; }
p { color: rgb(186,127,83); }
H1.HeaderClassName
{
color: #BA7F53;
}
.AnyTagClassName
{
color: #BA7F53;
}
</style>
background-color css
<style>
a { background-color: #BA7F53; }
a { background-color: rgb(186,127,83); }
div.DivClassName
{
background-color: #BA7F53;
}
.BgClassName
{
background-color: #BA7F53;
}
</style>
border-color css
<style>
span { border-color: #BA7F53; }
span { border-color: rgb(186,127,83); }
td.TdClassName
{
border-color: #BA7F53;
}
.TagClassName
{
border-color: #BA7F53;
}
</style>