Shades of Brandy Punch #BA8147
Tints of Brandy Punch #BA8147
RGB
CMYK
RGB Variations
Color information
#BA8147 (or 0xBA8147) is known color: Brandy Punch. HEX triplet: BA, 81 and 47. RGB value is (186,129,71). Sum of RGB (Red+Green+Blue) = 186+129+71=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8147 is #457EB8. Grayscale: #8B8B8B. Windows color (decimal): -4554425 or 4686266. OLE color: 4686266.
HSL color Cylindrical-coordinate representation of color #BA8147: hue angle of 30.26º 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 #BA8147 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 71 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.27 |
| HSL | 30.26º | 0.45% | 0.5% | - |
| HSV(B) | 30.26º | 0.62% | 0.73% | - |
| XYZ | 29.24 | 26.59 | 9.55 | - |
| YUV | 139.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 71 | 0 | 0.31 | 0.62 | 0.27 | 30.26 | 0.45 | 0.5 |
| Hex | BA | 81 | 47 | 0 | 1F | 3E | 1B | 1E | 2D | 32 |
| Octal | 272 | 201 | 107 | 0 | 37 | 76 | 33 | 36 | 55 | 62 |
| Binary | 10111010 | 10000001 | 1000111 | 0 | 11111 | 111110 | 11011 | 11110 | 101101 | 110010 |
Color Harmonies of #BA8147
Complementary color
Monochromatic Colors of #BA8147
Black with #BA8147
Text Example
Text Example
White with #BA8147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8147; }
p { color: rgb(186,129,71); }
H1.HeaderClassName
{
color: #BA8147;
}
.AnyTagClassName
{
color: #BA8147;
}
</style>
background-color css
<style>
a { background-color: #BA8147; }
a { background-color: rgb(186,129,71); }
div.DivClassName
{
background-color: #BA8147;
}
.BgClassName
{
background-color: #BA8147;
}
</style>
border-color css
<style>
span { border-color: #BA8147; }
span { border-color: rgb(186,129,71); }
td.TdClassName
{
border-color: #BA8147;
}
.TagClassName
{
border-color: #BA8147;
}
</style>