Shades of Brandy Punch #BA7645
Tints of Brandy Punch #BA7645
RGB
CMYK
RGB Variations
Color information
#BA7645 (or 0xBA7645) is known color: Brandy Punch. HEX triplet: BA, 76 and 45. RGB value is (186,118,69). Sum of RGB (Red+Green+Blue) = 186+118+69=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7645 is #4589BA. Grayscale: #858585. Windows color (decimal): -4557243 or 4552378. OLE color: 4552378.
HSL color Cylindrical-coordinate representation of color #BA7645: hue angle of 25.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA7645 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 69 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.27 |
| HSL | 25.13º | 0.46% | 0.5% | - |
| HSV(B) | 25.13º | 0.63% | 0.73% | - |
| XYZ | 27.8 | 23.83 | 8.76 | - |
| YUV | 132.75 | 92.03 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 69 | 0 | 0.37 | 0.63 | 0.27 | 25.13 | 0.46 | 0.5 |
| Hex | BA | 76 | 45 | 0 | 25 | 3F | 1B | 19 | 2E | 32 |
| Octal | 272 | 166 | 105 | 0 | 45 | 77 | 33 | 31 | 56 | 62 |
| Binary | 10111010 | 1110110 | 1000101 | 0 | 100101 | 111111 | 11011 | 11001 | 101110 | 110010 |
Color Harmonies of #BA7645
Complementary color
Monochromatic Colors of #BA7645
Black with #BA7645
Text Example
Text Example
White with #BA7645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7645; }
p { color: rgb(186,118,69); }
H1.HeaderClassName
{
color: #BA7645;
}
.AnyTagClassName
{
color: #BA7645;
}
</style>
background-color css
<style>
a { background-color: #BA7645; }
a { background-color: rgb(186,118,69); }
div.DivClassName
{
background-color: #BA7645;
}
.BgClassName
{
background-color: #BA7645;
}
</style>
border-color css
<style>
span { border-color: #BA7645; }
span { border-color: rgb(186,118,69); }
td.TdClassName
{
border-color: #BA7645;
}
.TagClassName
{
border-color: #BA7645;
}
</style>