Shades of Brandy Punch #B47A4E
Tints of Brandy Punch #B47A4E
RGB
CMYK
RGB Variations
Color information
#B47A4E (or 0xB47A4E) is known color: Brandy Punch. HEX triplet: B4, 7A and 4E. RGB value is (180,122,78). Sum of RGB (Red+Green+Blue) = 180+122+78=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A4E is #4B85B1. Grayscale: #868686. Windows color (decimal): -4949426 or 5143220. OLE color: 5143220.
HSL color Cylindrical-coordinate representation of color #B47A4E: hue angle of 25.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B47A4E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 122 | 78 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.29 |
| HSL | 25.88º | 0.4% | 0.51% | - |
| HSV(B) | 25.88º | 0.57% | 0.71% | - |
| XYZ | 27.16 | 24.17 | 10.44 | - |
| YUV | 134.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 122 | 78 | 0 | 0.32 | 0.57 | 0.29 | 25.88 | 0.4 | 0.51 |
| Hex | B4 | 7A | 4E | 0 | 20 | 39 | 1D | 1A | 28 | 33 |
| Octal | 264 | 172 | 116 | 0 | 40 | 71 | 35 | 32 | 50 | 63 |
| Binary | 10110100 | 1111010 | 1001110 | 0 | 100000 | 111001 | 11101 | 11010 | 101000 | 110011 |
Color Harmonies of #B47A4E
Complementary color
Monochromatic Colors of #B47A4E
Black with #B47A4E
Text Example
Text Example
White with #B47A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47A4E; }
p { color: rgb(180,122,78); }
H1.HeaderClassName
{
color: #B47A4E;
}
.AnyTagClassName
{
color: #B47A4E;
}
</style>
background-color css
<style>
a { background-color: #B47A4E; }
a { background-color: rgb(180,122,78); }
div.DivClassName
{
background-color: #B47A4E;
}
.BgClassName
{
background-color: #B47A4E;
}
</style>
border-color css
<style>
span { border-color: #B47A4E; }
span { border-color: rgb(180,122,78); }
td.TdClassName
{
border-color: #B47A4E;
}
.TagClassName
{
border-color: #B47A4E;
}
</style>