Shades of Brandy Punch #BA8051
Tints of Brandy Punch #BA8051
RGB
CMYK
RGB Variations
Color information
#BA8051 (or 0xBA8051) is known color: Brandy Punch. HEX triplet: BA, 80 and 51. RGB value is (186,128,81). Sum of RGB (Red+Green+Blue) = 186+128+81=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8051 is #457FAE. Grayscale: #8C8C8C. Windows color (decimal): -4554671 or 5341370. OLE color: 5341370.
HSL color Cylindrical-coordinate representation of color #BA8051: hue angle of 26.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8051 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 81 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.27 |
| HSL | 26.86º | 0.43% | 0.52% | - |
| HSV(B) | 26.86º | 0.56% | 0.73% | - |
| XYZ | 29.45 | 26.47 | 11.34 | - |
| YUV | 139.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 81 | 0 | 0.31 | 0.56 | 0.27 | 26.86 | 0.43 | 0.52 |
| Hex | BA | 80 | 51 | 0 | 1F | 38 | 1B | 1B | 2B | 34 |
| Octal | 272 | 200 | 121 | 0 | 37 | 70 | 33 | 33 | 53 | 64 |
| Binary | 10111010 | 10000000 | 1010001 | 0 | 11111 | 111000 | 11011 | 11011 | 101011 | 110100 |
Color Harmonies of #BA8051
Complementary color
Monochromatic Colors of #BA8051
Black with #BA8051
Text Example
Text Example
White with #BA8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8051; }
p { color: rgb(186,128,81); }
H1.HeaderClassName
{
color: #BA8051;
}
.AnyTagClassName
{
color: #BA8051;
}
</style>
background-color css
<style>
a { background-color: #BA8051; }
a { background-color: rgb(186,128,81); }
div.DivClassName
{
background-color: #BA8051;
}
.BgClassName
{
background-color: #BA8051;
}
</style>
border-color css
<style>
span { border-color: #BA8051; }
span { border-color: rgb(186,128,81); }
td.TdClassName
{
border-color: #BA8051;
}
.TagClassName
{
border-color: #BA8051;
}
</style>