Shades of Brandy Punch #B47949
Tints of Brandy Punch #B47949
RGB
CMYK
RGB Variations
Color information
#B47949 (or 0xB47949) is known color: Brandy Punch. HEX triplet: B4, 79 and 49. RGB value is (180,121,73). Sum of RGB (Red+Green+Blue) = 180+121+73=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B47949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47949 is #4B86B6. Grayscale: #858585. Windows color (decimal): -4949687 or 4815284. OLE color: 4815284.
HSL color Cylindrical-coordinate representation of color #B47949: hue angle of 26.92º 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 #B47949 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 121 | 73 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.29 |
| HSL | 26.92º | 0.42% | 0.5% | - |
| HSV(B) | 26.92º | 0.59% | 0.71% | - |
| XYZ | 26.86 | 23.86 | 9.49 | - |
| YUV | 133.17 | 94.05 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 73 | 0 | 0.33 | 0.59 | 0.29 | 26.92 | 0.42 | 0.5 |
| Hex | B4 | 79 | 49 | 0 | 21 | 3B | 1D | 1B | 2A | 32 |
| Octal | 264 | 171 | 111 | 0 | 41 | 73 | 35 | 33 | 52 | 62 |
| Binary | 10110100 | 1111001 | 1001001 | 0 | 100001 | 111011 | 11101 | 11011 | 101010 | 110010 |
Color Harmonies of #B47949
Complementary color
Monochromatic Colors of #B47949
Black with #B47949
Text Example
Text Example
White with #B47949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47949; }
p { color: rgb(180,121,73); }
H1.HeaderClassName
{
color: #B47949;
}
.AnyTagClassName
{
color: #B47949;
}
</style>
background-color css
<style>
a { background-color: #B47949; }
a { background-color: rgb(180,121,73); }
div.DivClassName
{
background-color: #B47949;
}
.BgClassName
{
background-color: #B47949;
}
</style>
border-color css
<style>
span { border-color: #B47949; }
span { border-color: rgb(180,121,73); }
td.TdClassName
{
border-color: #B47949;
}
.TagClassName
{
border-color: #B47949;
}
</style>