Shades of Brandy Punch #B47740
Tints of Brandy Punch #B47740
RGB
CMYK
RGB Variations
Color information
#B47740 (or 0xB47740) is known color: Brandy Punch. HEX triplet: B4, 77 and 40. RGB value is (180,119,64). Sum of RGB (Red+Green+Blue) = 180+119+64=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B47740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47740 is #4B88BF. Grayscale: #838383. Windows color (decimal): -4950208 or 4224948. OLE color: 4224948.
HSL color Cylindrical-coordinate representation of color #B47740: hue angle of 28.45º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B47740 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 119 | 64 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.29 |
| HSL | 28.45º | 0.48% | 0.48% | - |
| HSV(B) | 28.45º | 0.64% | 0.71% | - |
| XYZ | 26.34 | 23.27 | 7.95 | - |
| YUV | 130.97 | 90.21 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 119 | 64 | 0 | 0.34 | 0.64 | 0.29 | 28.45 | 0.48 | 0.48 |
| Hex | B4 | 77 | 40 | 0 | 22 | 40 | 1D | 1C | 30 | 30 |
| Octal | 264 | 167 | 100 | 0 | 42 | 100 | 35 | 34 | 60 | 60 |
| Binary | 10110100 | 1110111 | 1000000 | 0 | 100010 | 1000000 | 11101 | 11100 | 110000 | 110000 |
Color Harmonies of #B47740
Complementary color
Monochromatic Colors of #B47740
Black with #B47740
Text Example
Text Example
White with #B47740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47740; }
p { color: rgb(180,119,64); }
H1.HeaderClassName
{
color: #B47740;
}
.AnyTagClassName
{
color: #B47740;
}
</style>
background-color css
<style>
a { background-color: #B47740; }
a { background-color: rgb(180,119,64); }
div.DivClassName
{
background-color: #B47740;
}
.BgClassName
{
background-color: #B47740;
}
</style>
border-color css
<style>
span { border-color: #B47740; }
span { border-color: rgb(180,119,64); }
td.TdClassName
{
border-color: #B47740;
}
.TagClassName
{
border-color: #B47740;
}
</style>