Shades of Brandy Punch #B77C54
Tints of Brandy Punch #B77C54
RGB
CMYK
RGB Variations
Color information
#B77C54 (or 0xB77C54) is known color: Brandy Punch. HEX triplet: B7, 7C and 54. RGB value is (183,124,84). Sum of RGB (Red+Green+Blue) = 183+124+84=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C54 is #4883AB. Grayscale: #898989. Windows color (decimal): -4752300 or 5536951. OLE color: 5536951.
HSL color Cylindrical-coordinate representation of color #B77C54: hue angle of 24.24º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B77C54 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 84 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.28 |
| HSL | 24.24º | 0.41% | 0.52% | - |
| HSV(B) | 24.24º | 0.54% | 0.72% | - |
| XYZ | 28.34 | 25.12 | 11.74 | - |
| YUV | 137.08 | 98.05 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 84 | 0 | 0.32 | 0.54 | 0.28 | 24.24 | 0.41 | 0.52 |
| Hex | B7 | 7C | 54 | 0 | 20 | 36 | 1C | 18 | 29 | 34 |
| Octal | 267 | 174 | 124 | 0 | 40 | 66 | 34 | 30 | 51 | 64 |
| Binary | 10110111 | 1111100 | 1010100 | 0 | 100000 | 110110 | 11100 | 11000 | 101001 | 110100 |
Color Harmonies of #B77C54
Complementary color
Monochromatic Colors of #B77C54
Black with #B77C54
Text Example
Text Example
White with #B77C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C54; }
p { color: rgb(183,124,84); }
H1.HeaderClassName
{
color: #B77C54;
}
.AnyTagClassName
{
color: #B77C54;
}
</style>
background-color css
<style>
a { background-color: #B77C54; }
a { background-color: rgb(183,124,84); }
div.DivClassName
{
background-color: #B77C54;
}
.BgClassName
{
background-color: #B77C54;
}
</style>
border-color css
<style>
span { border-color: #B77C54; }
span { border-color: rgb(183,124,84); }
td.TdClassName
{
border-color: #B77C54;
}
.TagClassName
{
border-color: #B77C54;
}
</style>