Shades of Brandy Punch #B47B49
Tints of Brandy Punch #B47B49
RGB
CMYK
RGB Variations
Color information
#B47B49 (or 0xB47B49) is known color: Brandy Punch. HEX triplet: B4, 7B and 49. RGB value is (180,123,73). Sum of RGB (Red+Green+Blue) = 180+123+73=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B49 is #4B84B6. Grayscale: #868686. Windows color (decimal): -4949175 or 4815796. OLE color: 4815796.
HSL color Cylindrical-coordinate representation of color #B47B49: hue angle of 28.04º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B47B49 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 73 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.29 |
| HSL | 28.04º | 0.42% | 0.5% | - |
| HSV(B) | 28.04º | 0.59% | 0.71% | - |
| XYZ | 27.11 | 24.35 | 9.57 | - |
| YUV | 134.34 | 93.38 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 73 | 0 | 0.32 | 0.59 | 0.29 | 28.04 | 0.42 | 0.5 |
| Hex | B4 | 7B | 49 | 0 | 20 | 3B | 1D | 1C | 2A | 32 |
| Octal | 264 | 173 | 111 | 0 | 40 | 73 | 35 | 34 | 52 | 62 |
| Binary | 10110100 | 1111011 | 1001001 | 0 | 100000 | 111011 | 11101 | 11100 | 101010 | 110010 |
Color Harmonies of #B47B49
Complementary color
Monochromatic Colors of #B47B49
Black with #B47B49
Text Example
Text Example
White with #B47B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B49; }
p { color: rgb(180,123,73); }
H1.HeaderClassName
{
color: #B47B49;
}
.AnyTagClassName
{
color: #B47B49;
}
</style>
background-color css
<style>
a { background-color: #B47B49; }
a { background-color: rgb(180,123,73); }
div.DivClassName
{
background-color: #B47B49;
}
.BgClassName
{
background-color: #B47B49;
}
</style>
border-color css
<style>
span { border-color: #B47B49; }
span { border-color: rgb(180,123,73); }
td.TdClassName
{
border-color: #B47B49;
}
.TagClassName
{
border-color: #B47B49;
}
</style>