Shades of Brandy Punch #BA8447
Tints of Brandy Punch #BA8447
RGB
CMYK
RGB Variations
Color information
#BA8447 (or 0xBA8447) is known color: Brandy Punch. HEX triplet: BA, 84 and 47. RGB value is (186,132,71). Sum of RGB (Red+Green+Blue) = 186+132+71=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8447 is #457BB8. Grayscale: #8D8D8D. Windows color (decimal): -4553657 or 4687034. OLE color: 4687034.
HSL color Cylindrical-coordinate representation of color #BA8447: hue angle of 31.83º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA8447 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 71 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.27 |
| HSL | 31.83º | 0.45% | 0.5% | - |
| HSV(B) | 31.83º | 0.62% | 0.73% | - |
| XYZ | 29.64 | 27.4 | 9.69 | - |
| YUV | 141.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 71 | 0 | 0.29 | 0.62 | 0.27 | 31.83 | 0.45 | 0.5 |
| Hex | BA | 84 | 47 | 0 | 1D | 3E | 1B | 20 | 2D | 32 |
| Octal | 272 | 204 | 107 | 0 | 35 | 76 | 33 | 40 | 55 | 62 |
| Binary | 10111010 | 10000100 | 1000111 | 0 | 11101 | 111110 | 11011 | 100000 | 101101 | 110010 |
Color Harmonies of #BA8447
Complementary color
Monochromatic Colors of #BA8447
Black with #BA8447
Text Example
Text Example
White with #BA8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8447; }
p { color: rgb(186,132,71); }
H1.HeaderClassName
{
color: #BA8447;
}
.AnyTagClassName
{
color: #BA8447;
}
</style>
background-color css
<style>
a { background-color: #BA8447; }
a { background-color: rgb(186,132,71); }
div.DivClassName
{
background-color: #BA8447;
}
.BgClassName
{
background-color: #BA8447;
}
</style>
border-color css
<style>
span { border-color: #BA8447; }
span { border-color: rgb(186,132,71); }
td.TdClassName
{
border-color: #BA8447;
}
.TagClassName
{
border-color: #BA8447;
}
</style>