Shades of Brandy Punch #BA8052
Tints of Brandy Punch #BA8052
RGB
CMYK
RGB Variations
Color information
#BA8052 (or 0xBA8052) is known color: Brandy Punch. HEX triplet: BA, 80 and 52. RGB value is (186,128,82). Sum of RGB (Red+Green+Blue) = 186+128+82=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8052 is #457FAD. Grayscale: #8C8C8C. Windows color (decimal): -4554670 or 5406906. OLE color: 5406906.
HSL color Cylindrical-coordinate representation of color #BA8052: hue angle of 26.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8052 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 82 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.27 |
| HSL | 26.54º | 0.43% | 0.53% | - |
| HSV(B) | 26.54º | 0.56% | 0.73% | - |
| XYZ | 29.49 | 26.49 | 11.54 | - |
| YUV | 140.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 82 | 0 | 0.31 | 0.56 | 0.27 | 26.54 | 0.43 | 0.53 |
| Hex | BA | 80 | 52 | 0 | 1F | 38 | 1B | 1B | 2B | 35 |
| Octal | 272 | 200 | 122 | 0 | 37 | 70 | 33 | 33 | 53 | 65 |
| Binary | 10111010 | 10000000 | 1010010 | 0 | 11111 | 111000 | 11011 | 11011 | 101011 | 110101 |
Color Harmonies of #BA8052
Complementary color
Monochromatic Colors of #BA8052
Black with #BA8052
Text Example
Text Example
White with #BA8052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8052; }
p { color: rgb(186,128,82); }
H1.HeaderClassName
{
color: #BA8052;
}
.AnyTagClassName
{
color: #BA8052;
}
</style>
background-color css
<style>
a { background-color: #BA8052; }
a { background-color: rgb(186,128,82); }
div.DivClassName
{
background-color: #BA8052;
}
.BgClassName
{
background-color: #BA8052;
}
</style>
border-color css
<style>
span { border-color: #BA8052; }
span { border-color: rgb(186,128,82); }
td.TdClassName
{
border-color: #BA8052;
}
.TagClassName
{
border-color: #BA8052;
}
</style>