Shades of Brandy Punch #BA7546
Tints of Brandy Punch #BA7546
RGB
CMYK
RGB Variations
Color information
#BA7546 (or 0xBA7546) is known color: Brandy Punch. HEX triplet: BA, 75 and 46. RGB value is (186,117,70). Sum of RGB (Red+Green+Blue) = 186+117+70=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7546 is #458AB9. Grayscale: #848484. Windows color (decimal): -4557498 or 4617658. OLE color: 4617658.
HSL color Cylindrical-coordinate representation of color #BA7546: hue angle of 24.31º degrees, saturation: 0.46, 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 #BA7546 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 70 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.27 |
| HSL | 24.31º | 0.46% | 0.5% | - |
| HSV(B) | 24.31º | 0.62% | 0.73% | - |
| XYZ | 27.72 | 23.6 | 8.89 | - |
| YUV | 132.27 | 92.86 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 70 | 0 | 0.37 | 0.62 | 0.27 | 24.31 | 0.46 | 0.5 |
| Hex | BA | 75 | 46 | 0 | 25 | 3E | 1B | 18 | 2E | 32 |
| Octal | 272 | 165 | 106 | 0 | 45 | 76 | 33 | 30 | 56 | 62 |
| Binary | 10111010 | 1110101 | 1000110 | 0 | 100101 | 111110 | 11011 | 11000 | 101110 | 110010 |
Color Harmonies of #BA7546
Complementary color
Monochromatic Colors of #BA7546
Black with #BA7546
Text Example
Text Example
White with #BA7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7546; }
p { color: rgb(186,117,70); }
H1.HeaderClassName
{
color: #BA7546;
}
.AnyTagClassName
{
color: #BA7546;
}
</style>
background-color css
<style>
a { background-color: #BA7546; }
a { background-color: rgb(186,117,70); }
div.DivClassName
{
background-color: #BA7546;
}
.BgClassName
{
background-color: #BA7546;
}
</style>
border-color css
<style>
span { border-color: #BA7546; }
span { border-color: rgb(186,117,70); }
td.TdClassName
{
border-color: #BA7546;
}
.TagClassName
{
border-color: #BA7546;
}
</style>