Shades of Brandy Punch #BA7748
Tints of Brandy Punch #BA7748
RGB
CMYK
RGB Variations
Color information
#BA7748 (or 0xBA7748) is known color: Brandy Punch. HEX triplet: BA, 77 and 48. RGB value is (186,119,72). Sum of RGB (Red+Green+Blue) = 186+119+72=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7748 is #4588B7. Grayscale: #858585. Windows color (decimal): -4556984 or 4749242. OLE color: 4749242.
HSL color Cylindrical-coordinate representation of color #BA7748: hue angle of 24.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA7748 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 72 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.27 |
| HSL | 24.74º | 0.45% | 0.51% | - |
| HSV(B) | 24.74º | 0.61% | 0.73% | - |
| XYZ | 28.02 | 24.1 | 9.31 | - |
| YUV | 133.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 72 | 0 | 0.36 | 0.61 | 0.27 | 24.74 | 0.45 | 0.51 |
| Hex | BA | 77 | 48 | 0 | 24 | 3D | 1B | 19 | 2D | 33 |
| Octal | 272 | 167 | 110 | 0 | 44 | 75 | 33 | 31 | 55 | 63 |
| Binary | 10111010 | 1110111 | 1001000 | 0 | 100100 | 111101 | 11011 | 11001 | 101101 | 110011 |
Color Harmonies of #BA7748
Complementary color
Monochromatic Colors of #BA7748
Black with #BA7748
Text Example
Text Example
White with #BA7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7748; }
p { color: rgb(186,119,72); }
H1.HeaderClassName
{
color: #BA7748;
}
.AnyTagClassName
{
color: #BA7748;
}
</style>
background-color css
<style>
a { background-color: #BA7748; }
a { background-color: rgb(186,119,72); }
div.DivClassName
{
background-color: #BA7748;
}
.BgClassName
{
background-color: #BA7748;
}
</style>
border-color css
<style>
span { border-color: #BA7748; }
span { border-color: rgb(186,119,72); }
td.TdClassName
{
border-color: #BA7748;
}
.TagClassName
{
border-color: #BA7748;
}
</style>