Shades of Brandy Punch #B47B47
Tints of Brandy Punch #B47B47
RGB
CMYK
RGB Variations
Color information
#B47B47 (or 0xB47B47) is known color: Brandy Punch. HEX triplet: B4, 7B and 47. RGB value is (180,123,71). Sum of RGB (Red+Green+Blue) = 180+123+71=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47B47 is #4B84B8. Grayscale: #868686. Windows color (decimal): -4949177 or 4684724. OLE color: 4684724.
HSL color Cylindrical-coordinate representation of color #B47B47: hue angle of 28.62º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B47B47 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 71 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.29 |
| HSL | 28.62º | 0.43% | 0.49% | - |
| HSV(B) | 28.62º | 0.61% | 0.71% | - |
| XYZ | 27.04 | 24.32 | 9.23 | - |
| YUV | 134.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 71 | 0 | 0.32 | 0.61 | 0.29 | 28.62 | 0.43 | 0.49 |
| Hex | B4 | 7B | 47 | 0 | 20 | 3D | 1D | 1D | 2B | 31 |
| Octal | 264 | 173 | 107 | 0 | 40 | 75 | 35 | 35 | 53 | 61 |
| Binary | 10110100 | 1111011 | 1000111 | 0 | 100000 | 111101 | 11101 | 11101 | 101011 | 110001 |
Color Harmonies of #B47B47
Complementary color
Monochromatic Colors of #B47B47
Black with #B47B47
Text Example
Text Example
White with #B47B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B47; }
p { color: rgb(180,123,71); }
H1.HeaderClassName
{
color: #B47B47;
}
.AnyTagClassName
{
color: #B47B47;
}
</style>
background-color css
<style>
a { background-color: #B47B47; }
a { background-color: rgb(180,123,71); }
div.DivClassName
{
background-color: #B47B47;
}
.BgClassName
{
background-color: #B47B47;
}
</style>
border-color css
<style>
span { border-color: #B47B47; }
span { border-color: rgb(180,123,71); }
td.TdClassName
{
border-color: #B47B47;
}
.TagClassName
{
border-color: #B47B47;
}
</style>