Shades of Brandy Punch #B57B4D
Tints of Brandy Punch #B57B4D
RGB
CMYK
RGB Variations
Color information
#B57B4D (or 0xB57B4D) is known color: Brandy Punch. HEX triplet: B5, 7B and 4D. RGB value is (181,123,77). Sum of RGB (Red+Green+Blue) = 181+123+77=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B4D is #4A84B2. Grayscale: #878787. Windows color (decimal): -4883635 or 5077941. OLE color: 5077941.
HSL color Cylindrical-coordinate representation of color #B57B4D: hue angle of 26.54º 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 #B57B4D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 77 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.29 |
| HSL | 26.54º | 0.41% | 0.51% | - |
| HSV(B) | 26.54º | 0.57% | 0.71% | - |
| XYZ | 27.48 | 24.53 | 10.31 | - |
| YUV | 135.1 | 95.22 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 77 | 0 | 0.32 | 0.57 | 0.29 | 26.54 | 0.41 | 0.51 |
| Hex | B5 | 7B | 4D | 0 | 20 | 39 | 1D | 1B | 29 | 33 |
| Octal | 265 | 173 | 115 | 0 | 40 | 71 | 35 | 33 | 51 | 63 |
| Binary | 10110101 | 1111011 | 1001101 | 0 | 100000 | 111001 | 11101 | 11011 | 101001 | 110011 |
Color Harmonies of #B57B4D
Complementary color
Monochromatic Colors of #B57B4D
Black with #B57B4D
Text Example
Text Example
White with #B57B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B4D; }
p { color: rgb(181,123,77); }
H1.HeaderClassName
{
color: #B57B4D;
}
.AnyTagClassName
{
color: #B57B4D;
}
</style>
background-color css
<style>
a { background-color: #B57B4D; }
a { background-color: rgb(181,123,77); }
div.DivClassName
{
background-color: #B57B4D;
}
.BgClassName
{
background-color: #B57B4D;
}
</style>
border-color css
<style>
span { border-color: #B57B4D; }
span { border-color: rgb(181,123,77); }
td.TdClassName
{
border-color: #B57B4D;
}
.TagClassName
{
border-color: #B57B4D;
}
</style>