Shades of Brandy Punch #BA8347
Tints of Brandy Punch #BA8347
RGB
CMYK
RGB Variations
Color information
#BA8347 (or 0xBA8347) is known color: Brandy Punch. HEX triplet: BA, 83 and 47. RGB value is (186,131,71). Sum of RGB (Red+Green+Blue) = 186+131+71=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8347 is #457CB8. Grayscale: #8C8C8C. Windows color (decimal): -4553913 or 4686778. OLE color: 4686778.
HSL color Cylindrical-coordinate representation of color #BA8347: hue angle of 31.3º 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 #BA8347 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 71 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.27 |
| HSL | 31.3º | 0.45% | 0.5% | - |
| HSV(B) | 31.3º | 0.62% | 0.73% | - |
| XYZ | 29.5 | 27.13 | 9.64 | - |
| YUV | 140.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 71 | 0 | 0.30 | 0.62 | 0.27 | 31.3 | 0.45 | 0.5 |
| Hex | BA | 83 | 47 | 0 | 1E | 3E | 1B | 1F | 2D | 32 |
| Octal | 272 | 203 | 107 | 0 | 36 | 76 | 33 | 37 | 55 | 62 |
| Binary | 10111010 | 10000011 | 1000111 | 0 | 11110 | 111110 | 11011 | 11111 | 101101 | 110010 |
Color Harmonies of #BA8347
Complementary color
Monochromatic Colors of #BA8347
Black with #BA8347
Text Example
Text Example
White with #BA8347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8347; }
p { color: rgb(186,131,71); }
H1.HeaderClassName
{
color: #BA8347;
}
.AnyTagClassName
{
color: #BA8347;
}
</style>
background-color css
<style>
a { background-color: #BA8347; }
a { background-color: rgb(186,131,71); }
div.DivClassName
{
background-color: #BA8347;
}
.BgClassName
{
background-color: #BA8347;
}
</style>
border-color css
<style>
span { border-color: #BA8347; }
span { border-color: rgb(186,131,71); }
td.TdClassName
{
border-color: #BA8347;
}
.TagClassName
{
border-color: #BA8347;
}
</style>