Shades of Brandy Punch #BA7447
Tints of Brandy Punch #BA7447
RGB
CMYK
RGB Variations
Color information
#BA7447 (or 0xBA7447) is known color: Brandy Punch. HEX triplet: BA, 74 and 47. RGB value is (186,116,71). Sum of RGB (Red+Green+Blue) = 186+116+71=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7447 is #458BB8. Grayscale: #848484. Windows color (decimal): -4557753 or 4682938. OLE color: 4682938.
HSL color Cylindrical-coordinate representation of color #BA7447: hue angle of 23.48º 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 #BA7447 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 71 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.27 |
| HSL | 23.48º | 0.45% | 0.5% | - |
| HSV(B) | 23.48º | 0.62% | 0.73% | - |
| XYZ | 27.63 | 23.38 | 9.02 | - |
| YUV | 131.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 71 | 0 | 0.38 | 0.62 | 0.27 | 23.48 | 0.45 | 0.5 |
| Hex | BA | 74 | 47 | 0 | 26 | 3E | 1B | 17 | 2D | 32 |
| Octal | 272 | 164 | 107 | 0 | 46 | 76 | 33 | 27 | 55 | 62 |
| Binary | 10111010 | 1110100 | 1000111 | 0 | 100110 | 111110 | 11011 | 10111 | 101101 | 110010 |
Color Harmonies of #BA7447
Complementary color
Monochromatic Colors of #BA7447
Black with #BA7447
Text Example
Text Example
White with #BA7447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7447; }
p { color: rgb(186,116,71); }
H1.HeaderClassName
{
color: #BA7447;
}
.AnyTagClassName
{
color: #BA7447;
}
</style>
background-color css
<style>
a { background-color: #BA7447; }
a { background-color: rgb(186,116,71); }
div.DivClassName
{
background-color: #BA7447;
}
.BgClassName
{
background-color: #BA7447;
}
</style>
border-color css
<style>
span { border-color: #BA7447; }
span { border-color: rgb(186,116,71); }
td.TdClassName
{
border-color: #BA7447;
}
.TagClassName
{
border-color: #BA7447;
}
</style>