Shades of Brandy Punch #B57D4C
Tints of Brandy Punch #B57D4C
RGB
CMYK
RGB Variations
Color information
#B57D4C (or 0xB57D4C) is known color: Brandy Punch. HEX triplet: B5, 7D and 4C. RGB value is (181,125,76). Sum of RGB (Red+Green+Blue) = 181+125+76=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D4C is #4A82B3. Grayscale: #888888. Windows color (decimal): -4883124 or 5012917. OLE color: 5012917.
HSL color Cylindrical-coordinate representation of color #B57D4C: hue angle of 28º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B57D4C is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 76 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.29 |
| HSL | 28º | 0.42% | 0.5% | - |
| HSV(B) | 28º | 0.58% | 0.71% | - |
| XYZ | 27.69 | 25.01 | 10.21 | - |
| YUV | 136.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 76 | 0 | 0.31 | 0.58 | 0.29 | 28 | 0.42 | 0.5 |
| Hex | B5 | 7D | 4C | 0 | 1F | 3A | 1D | 1C | 2A | 32 |
| Octal | 265 | 175 | 114 | 0 | 37 | 72 | 35 | 34 | 52 | 62 |
| Binary | 10110101 | 1111101 | 1001100 | 0 | 11111 | 111010 | 11101 | 11100 | 101010 | 110010 |
Color Harmonies of #B57D4C
Complementary color
Monochromatic Colors of #B57D4C
Black with #B57D4C
Text Example
Text Example
White with #B57D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D4C; }
p { color: rgb(181,125,76); }
H1.HeaderClassName
{
color: #B57D4C;
}
.AnyTagClassName
{
color: #B57D4C;
}
</style>
background-color css
<style>
a { background-color: #B57D4C; }
a { background-color: rgb(181,125,76); }
div.DivClassName
{
background-color: #B57D4C;
}
.BgClassName
{
background-color: #B57D4C;
}
</style>
border-color css
<style>
span { border-color: #B57D4C; }
span { border-color: rgb(181,125,76); }
td.TdClassName
{
border-color: #B57D4C;
}
.TagClassName
{
border-color: #B57D4C;
}
</style>