Shades of Brandy Punch #B57D4B
Tints of Brandy Punch #B57D4B
RGB
CMYK
RGB Variations
Color information
#B57D4B (or 0xB57D4B) is known color: Brandy Punch. HEX triplet: B5, 7D and 4B. RGB value is (181,125,75). Sum of RGB (Red+Green+Blue) = 181+125+75=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D4B is #4A82B4. Grayscale: #888888. Windows color (decimal): -4883125 or 4947381. OLE color: 4947381.
HSL color Cylindrical-coordinate representation of color #B57D4B: hue angle of 28.3º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B57D4B is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 75 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.29 |
| HSL | 28.3º | 0.42% | 0.5% | - |
| HSV(B) | 28.3º | 0.59% | 0.71% | - |
| XYZ | 27.66 | 25 | 10.02 | - |
| YUV | 136.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 75 | 0 | 0.31 | 0.59 | 0.29 | 28.3 | 0.42 | 0.5 |
| Hex | B5 | 7D | 4B | 0 | 1F | 3B | 1D | 1C | 2A | 32 |
| Octal | 265 | 175 | 113 | 0 | 37 | 73 | 35 | 34 | 52 | 62 |
| Binary | 10110101 | 1111101 | 1001011 | 0 | 11111 | 111011 | 11101 | 11100 | 101010 | 110010 |
Color Harmonies of #B57D4B
Complementary color
Monochromatic Colors of #B57D4B
Black with #B57D4B
Text Example
Text Example
White with #B57D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D4B; }
p { color: rgb(181,125,75); }
H1.HeaderClassName
{
color: #B57D4B;
}
.AnyTagClassName
{
color: #B57D4B;
}
</style>
background-color css
<style>
a { background-color: #B57D4B; }
a { background-color: rgb(181,125,75); }
div.DivClassName
{
background-color: #B57D4B;
}
.BgClassName
{
background-color: #B57D4B;
}
</style>
border-color css
<style>
span { border-color: #B57D4B; }
span { border-color: rgb(181,125,75); }
td.TdClassName
{
border-color: #B57D4B;
}
.TagClassName
{
border-color: #B57D4B;
}
</style>