Shades of Brandy Punch #B57B47
Tints of Brandy Punch #B57B47
RGB
CMYK
RGB Variations
Color information
#B57B47 (or 0xB57B47) is known color: Brandy Punch. HEX triplet: B5, 7B and 47. RGB value is (181,123,71). Sum of RGB (Red+Green+Blue) = 181+123+71=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B47 is #4A84B8. Grayscale: #868686. Windows color (decimal): -4883641 or 4684725. OLE color: 4684725.
HSL color Cylindrical-coordinate representation of color #B57B47: hue angle of 28.36º degrees, saturation: 0.44, 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 #B57B47 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 71 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.29 |
| HSL | 28.36º | 0.44% | 0.49% | - |
| HSV(B) | 28.36º | 0.61% | 0.71% | - |
| XYZ | 27.28 | 24.44 | 9.24 | - |
| YUV | 134.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 71 | 0 | 0.32 | 0.61 | 0.29 | 28.36 | 0.44 | 0.49 |
| Hex | B5 | 7B | 47 | 0 | 20 | 3D | 1D | 1C | 2C | 31 |
| Octal | 265 | 173 | 107 | 0 | 40 | 75 | 35 | 34 | 54 | 61 |
| Binary | 10110101 | 1111011 | 1000111 | 0 | 100000 | 111101 | 11101 | 11100 | 101100 | 110001 |
Color Harmonies of #B57B47
Complementary color
Monochromatic Colors of #B57B47
Black with #B57B47
Text Example
Text Example
White with #B57B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B47; }
p { color: rgb(181,123,71); }
H1.HeaderClassName
{
color: #B57B47;
}
.AnyTagClassName
{
color: #B57B47;
}
</style>
background-color css
<style>
a { background-color: #B57B47; }
a { background-color: rgb(181,123,71); }
div.DivClassName
{
background-color: #B57B47;
}
.BgClassName
{
background-color: #B57B47;
}
</style>
border-color css
<style>
span { border-color: #B57B47; }
span { border-color: rgb(181,123,71); }
td.TdClassName
{
border-color: #B57B47;
}
.TagClassName
{
border-color: #B57B47;
}
</style>