Shades of Brandy Punch #B57A4F
Tints of Brandy Punch #B57A4F
RGB
CMYK
RGB Variations
Color information
#B57A4F (or 0xB57A4F) is known color: Brandy Punch. HEX triplet: B5, 7A and 4F. RGB value is (181,122,79). Sum of RGB (Red+Green+Blue) = 181+122+79=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A4F is #4A85B0. Grayscale: #868686. Windows color (decimal): -4883889 or 5208757. OLE color: 5208757.
HSL color Cylindrical-coordinate representation of color #B57A4F: hue angle of 25.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B57A4F is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 79 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.29 |
| HSL | 25.29º | 0.41% | 0.51% | - |
| HSV(B) | 25.29º | 0.56% | 0.71% | - |
| XYZ | 27.43 | 24.31 | 10.64 | - |
| YUV | 134.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 79 | 0 | 0.33 | 0.56 | 0.29 | 25.29 | 0.41 | 0.51 |
| Hex | B5 | 7A | 4F | 0 | 21 | 38 | 1D | 19 | 29 | 33 |
| Octal | 265 | 172 | 117 | 0 | 41 | 70 | 35 | 31 | 51 | 63 |
| Binary | 10110101 | 1111010 | 1001111 | 0 | 100001 | 111000 | 11101 | 11001 | 101001 | 110011 |
Color Harmonies of #B57A4F
Complementary color
Monochromatic Colors of #B57A4F
Black with #B57A4F
Text Example
Text Example
White with #B57A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A4F; }
p { color: rgb(181,122,79); }
H1.HeaderClassName
{
color: #B57A4F;
}
.AnyTagClassName
{
color: #B57A4F;
}
</style>
background-color css
<style>
a { background-color: #B57A4F; }
a { background-color: rgb(181,122,79); }
div.DivClassName
{
background-color: #B57A4F;
}
.BgClassName
{
background-color: #B57A4F;
}
</style>
border-color css
<style>
span { border-color: #B57A4F; }
span { border-color: rgb(181,122,79); }
td.TdClassName
{
border-color: #B57A4F;
}
.TagClassName
{
border-color: #B57A4F;
}
</style>