Shades of Brandy Punch #B77D4E
Tints of Brandy Punch #B77D4E
RGB
CMYK
RGB Variations
Color information
#B77D4E (or 0xB77D4E) is known color: Brandy Punch. HEX triplet: B7, 7D and 4E. RGB value is (183,125,78). Sum of RGB (Red+Green+Blue) = 183+125+78=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D4E is #4882B1. Grayscale: #898989. Windows color (decimal): -4752050 or 5143991. OLE color: 5143991.
HSL color Cylindrical-coordinate representation of color #B77D4E: hue angle of 26.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B77D4E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 78 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.28 |
| HSL | 26.86º | 0.42% | 0.51% | - |
| HSV(B) | 26.86º | 0.57% | 0.72% | - |
| XYZ | 28.24 | 25.28 | 10.6 | - |
| YUV | 136.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 78 | 0 | 0.32 | 0.57 | 0.28 | 26.86 | 0.42 | 0.51 |
| Hex | B7 | 7D | 4E | 0 | 20 | 39 | 1C | 1B | 2A | 33 |
| Octal | 267 | 175 | 116 | 0 | 40 | 71 | 34 | 33 | 52 | 63 |
| Binary | 10110111 | 1111101 | 1001110 | 0 | 100000 | 111001 | 11100 | 11011 | 101010 | 110011 |
Color Harmonies of #B77D4E
Complementary color
Monochromatic Colors of #B77D4E
Black with #B77D4E
Text Example
Text Example
White with #B77D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D4E; }
p { color: rgb(183,125,78); }
H1.HeaderClassName
{
color: #B77D4E;
}
.AnyTagClassName
{
color: #B77D4E;
}
</style>
background-color css
<style>
a { background-color: #B77D4E; }
a { background-color: rgb(183,125,78); }
div.DivClassName
{
background-color: #B77D4E;
}
.BgClassName
{
background-color: #B77D4E;
}
</style>
border-color css
<style>
span { border-color: #B77D4E; }
span { border-color: rgb(183,125,78); }
td.TdClassName
{
border-color: #B77D4E;
}
.TagClassName
{
border-color: #B77D4E;
}
</style>