Shades of Brandy Punch #BA7547
Tints of Brandy Punch #BA7547
RGB
CMYK
RGB Variations
Color information
#BA7547 (or 0xBA7547) is known color: Brandy Punch. HEX triplet: BA, 75 and 47. RGB value is (186,117,71). Sum of RGB (Red+Green+Blue) = 186+117+71=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7547 is #458AB8. Grayscale: #848484. Windows color (decimal): -4557497 or 4683194. OLE color: 4683194.
HSL color Cylindrical-coordinate representation of color #BA7547: hue angle of 24º 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 #BA7547 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 71 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.27 |
| HSL | 24º | 0.45% | 0.5% | - |
| HSV(B) | 24º | 0.62% | 0.73% | - |
| XYZ | 27.75 | 23.62 | 9.06 | - |
| YUV | 132.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 71 | 0 | 0.37 | 0.62 | 0.27 | 24 | 0.45 | 0.5 |
| Hex | BA | 75 | 47 | 0 | 25 | 3E | 1B | 18 | 2D | 32 |
| Octal | 272 | 165 | 107 | 0 | 45 | 76 | 33 | 30 | 55 | 62 |
| Binary | 10111010 | 1110101 | 1000111 | 0 | 100101 | 111110 | 11011 | 11000 | 101101 | 110010 |
Color Harmonies of #BA7547
Complementary color
Monochromatic Colors of #BA7547
Black with #BA7547
Text Example
Text Example
White with #BA7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7547; }
p { color: rgb(186,117,71); }
H1.HeaderClassName
{
color: #BA7547;
}
.AnyTagClassName
{
color: #BA7547;
}
</style>
background-color css
<style>
a { background-color: #BA7547; }
a { background-color: rgb(186,117,71); }
div.DivClassName
{
background-color: #BA7547;
}
.BgClassName
{
background-color: #BA7547;
}
</style>
border-color css
<style>
span { border-color: #BA7547; }
span { border-color: rgb(186,117,71); }
td.TdClassName
{
border-color: #BA7547;
}
.TagClassName
{
border-color: #BA7547;
}
</style>