Shades of Brandy Punch #BA8053
Tints of Brandy Punch #BA8053
RGB
CMYK
RGB Variations
Color information
#BA8053 (or 0xBA8053) is known color: Brandy Punch. HEX triplet: BA, 80 and 53. RGB value is (186,128,83). Sum of RGB (Red+Green+Blue) = 186+128+83=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8053 is #457FAC. Grayscale: #8C8C8C. Windows color (decimal): -4554669 or 5472442. OLE color: 5472442.
HSL color Cylindrical-coordinate representation of color #BA8053: hue angle of 26.21º 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 #BA8053 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 83 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.27 |
| HSL | 26.21º | 0.43% | 0.53% | - |
| HSV(B) | 26.21º | 0.55% | 0.73% | - |
| XYZ | 29.53 | 26.5 | 11.74 | - |
| YUV | 140.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 83 | 0 | 0.31 | 0.55 | 0.27 | 26.21 | 0.43 | 0.53 |
| Hex | BA | 80 | 53 | 0 | 1F | 37 | 1B | 1A | 2B | 35 |
| Octal | 272 | 200 | 123 | 0 | 37 | 67 | 33 | 32 | 53 | 65 |
| Binary | 10111010 | 10000000 | 1010011 | 0 | 11111 | 110111 | 11011 | 11010 | 101011 | 110101 |
Color Harmonies of #BA8053
Complementary color
Monochromatic Colors of #BA8053
Black with #BA8053
Text Example
Text Example
White with #BA8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8053; }
p { color: rgb(186,128,83); }
H1.HeaderClassName
{
color: #BA8053;
}
.AnyTagClassName
{
color: #BA8053;
}
</style>
background-color css
<style>
a { background-color: #BA8053; }
a { background-color: rgb(186,128,83); }
div.DivClassName
{
background-color: #BA8053;
}
.BgClassName
{
background-color: #BA8053;
}
</style>
border-color css
<style>
span { border-color: #BA8053; }
span { border-color: rgb(186,128,83); }
td.TdClassName
{
border-color: #BA8053;
}
.TagClassName
{
border-color: #BA8053;
}
</style>