Shades of Brandy Punch #B57A4D
Tints of Brandy Punch #B57A4D
RGB
CMYK
RGB Variations
Color information
#B57A4D (or 0xB57A4D) is known color: Brandy Punch. HEX triplet: B5, 7A and 4D. RGB value is (181,122,77). Sum of RGB (Red+Green+Blue) = 181+122+77=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A4D is #4A85B2. Grayscale: #868686. Windows color (decimal): -4883891 or 5077685. OLE color: 5077685.
HSL color Cylindrical-coordinate representation of color #B57A4D: hue angle of 25.96º degrees, saturation: 0.41, 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 #B57A4D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 77 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.29 |
| HSL | 25.96º | 0.41% | 0.51% | - |
| HSV(B) | 25.96º | 0.57% | 0.71% | - |
| XYZ | 27.36 | 24.28 | 10.27 | - |
| YUV | 134.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 77 | 0 | 0.33 | 0.57 | 0.29 | 25.96 | 0.41 | 0.51 |
| Hex | B5 | 7A | 4D | 0 | 21 | 39 | 1D | 1A | 29 | 33 |
| Octal | 265 | 172 | 115 | 0 | 41 | 71 | 35 | 32 | 51 | 63 |
| Binary | 10110101 | 1111010 | 1001101 | 0 | 100001 | 111001 | 11101 | 11010 | 101001 | 110011 |
Color Harmonies of #B57A4D
Complementary color
Monochromatic Colors of #B57A4D
Black with #B57A4D
Text Example
Text Example
White with #B57A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A4D; }
p { color: rgb(181,122,77); }
H1.HeaderClassName
{
color: #B57A4D;
}
.AnyTagClassName
{
color: #B57A4D;
}
</style>
background-color css
<style>
a { background-color: #B57A4D; }
a { background-color: rgb(181,122,77); }
div.DivClassName
{
background-color: #B57A4D;
}
.BgClassName
{
background-color: #B57A4D;
}
</style>
border-color css
<style>
span { border-color: #B57A4D; }
span { border-color: rgb(181,122,77); }
td.TdClassName
{
border-color: #B57A4D;
}
.TagClassName
{
border-color: #B57A4D;
}
</style>