Shades of Brandy Punch #B57E46
Tints of Brandy Punch #B57E46
RGB
CMYK
RGB Variations
Color information
#B57E46 (or 0xB57E46) is known color: Brandy Punch. HEX triplet: B5, 7E and 46. RGB value is (181,126,70). Sum of RGB (Red+Green+Blue) = 181+126+70=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E46 is #4A81B9. Grayscale: #888888. Windows color (decimal): -4882874 or 4619957. OLE color: 4619957.
HSL color Cylindrical-coordinate representation of color #B57E46: hue angle of 30.27º 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 #B57E46 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 70 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.29 |
| HSL | 30.27º | 0.44% | 0.49% | - |
| HSV(B) | 30.27º | 0.61% | 0.71% | - |
| XYZ | 27.62 | 25.19 | 9.2 | - |
| YUV | 136.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 70 | 0 | 0.30 | 0.61 | 0.29 | 30.27 | 0.44 | 0.49 |
| Hex | B5 | 7E | 46 | 0 | 1E | 3D | 1D | 1E | 2C | 31 |
| Octal | 265 | 176 | 106 | 0 | 36 | 75 | 35 | 36 | 54 | 61 |
| Binary | 10110101 | 1111110 | 1000110 | 0 | 11110 | 111101 | 11101 | 11110 | 101100 | 110001 |
Color Harmonies of #B57E46
Complementary color
Monochromatic Colors of #B57E46
Black with #B57E46
Text Example
Text Example
White with #B57E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E46; }
p { color: rgb(181,126,70); }
H1.HeaderClassName
{
color: #B57E46;
}
.AnyTagClassName
{
color: #B57E46;
}
</style>
background-color css
<style>
a { background-color: #B57E46; }
a { background-color: rgb(181,126,70); }
div.DivClassName
{
background-color: #B57E46;
}
.BgClassName
{
background-color: #B57E46;
}
</style>
border-color css
<style>
span { border-color: #B57E46; }
span { border-color: rgb(181,126,70); }
td.TdClassName
{
border-color: #B57E46;
}
.TagClassName
{
border-color: #B57E46;
}
</style>