Shades of Brandy Punch #B57D4E
Tints of Brandy Punch #B57D4E
RGB
CMYK
RGB Variations
Color information
#B57D4E (or 0xB57D4E) is known color: Brandy Punch. HEX triplet: B5, 7D and 4E. RGB value is (181,125,78). Sum of RGB (Red+Green+Blue) = 181+125+78=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D4E is #4A82B1. Grayscale: #888888. Windows color (decimal): -4883122 or 5143989. OLE color: 5143989.
HSL color Cylindrical-coordinate representation of color #B57D4E: hue angle of 27.38º 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 #B57D4E is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 78 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.29 |
| HSL | 27.38º | 0.41% | 0.51% | - |
| HSV(B) | 27.38º | 0.57% | 0.71% | - |
| XYZ | 27.76 | 25.04 | 10.58 | - |
| YUV | 136.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 78 | 0 | 0.31 | 0.57 | 0.29 | 27.38 | 0.41 | 0.51 |
| Hex | B5 | 7D | 4E | 0 | 1F | 39 | 1D | 1B | 29 | 33 |
| Octal | 265 | 175 | 116 | 0 | 37 | 71 | 35 | 33 | 51 | 63 |
| Binary | 10110101 | 1111101 | 1001110 | 0 | 11111 | 111001 | 11101 | 11011 | 101001 | 110011 |
Color Harmonies of #B57D4E
Complementary color
Monochromatic Colors of #B57D4E
Black with #B57D4E
Text Example
Text Example
White with #B57D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D4E; }
p { color: rgb(181,125,78); }
H1.HeaderClassName
{
color: #B57D4E;
}
.AnyTagClassName
{
color: #B57D4E;
}
</style>
background-color css
<style>
a { background-color: #B57D4E; }
a { background-color: rgb(181,125,78); }
div.DivClassName
{
background-color: #B57D4E;
}
.BgClassName
{
background-color: #B57D4E;
}
</style>
border-color css
<style>
span { border-color: #B57D4E; }
span { border-color: rgb(181,125,78); }
td.TdClassName
{
border-color: #B57D4E;
}
.TagClassName
{
border-color: #B57D4E;
}
</style>