Shades of Brandy Punch #B77A4C
Tints of Brandy Punch #B77A4C
RGB
CMYK
RGB Variations
Color information
#B77A4C (or 0xB77A4C) is known color: Brandy Punch. HEX triplet: B7, 7A and 4C. RGB value is (183,122,76). Sum of RGB (Red+Green+Blue) = 183+122+76=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A4C is #4885B3. Grayscale: #878787. Windows color (decimal): -4752820 or 5012151. OLE color: 5012151.
HSL color Cylindrical-coordinate representation of color #B77A4C: hue angle of 25.79º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B77A4C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 76 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.28 |
| HSL | 25.79º | 0.43% | 0.51% | - |
| HSV(B) | 25.79º | 0.58% | 0.72% | - |
| XYZ | 27.79 | 24.51 | 10.1 | - |
| YUV | 135 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 76 | 0 | 0.33 | 0.58 | 0.28 | 25.79 | 0.43 | 0.51 |
| Hex | B7 | 7A | 4C | 0 | 21 | 3A | 1C | 1A | 2B | 33 |
| Octal | 267 | 172 | 114 | 0 | 41 | 72 | 34 | 32 | 53 | 63 |
| Binary | 10110111 | 1111010 | 1001100 | 0 | 100001 | 111010 | 11100 | 11010 | 101011 | 110011 |
Color Harmonies of #B77A4C
Complementary color
Monochromatic Colors of #B77A4C
Black with #B77A4C
Text Example
Text Example
White with #B77A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A4C; }
p { color: rgb(183,122,76); }
H1.HeaderClassName
{
color: #B77A4C;
}
.AnyTagClassName
{
color: #B77A4C;
}
</style>
background-color css
<style>
a { background-color: #B77A4C; }
a { background-color: rgb(183,122,76); }
div.DivClassName
{
background-color: #B77A4C;
}
.BgClassName
{
background-color: #B77A4C;
}
</style>
border-color css
<style>
span { border-color: #B77A4C; }
span { border-color: rgb(183,122,76); }
td.TdClassName
{
border-color: #B77A4C;
}
.TagClassName
{
border-color: #B77A4C;
}
</style>