Shades of Brandy Punch #B77B4D
Tints of Brandy Punch #B77B4D
RGB
CMYK
RGB Variations
Color information
#B77B4D (or 0xB77B4D) is known color: Brandy Punch. HEX triplet: B7, 7B and 4D. RGB value is (183,123,77). Sum of RGB (Red+Green+Blue) = 183+123+77=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B4D is #4884B2. Grayscale: #878787. Windows color (decimal): -4752563 or 5077943. OLE color: 5077943.
HSL color Cylindrical-coordinate representation of color #B77B4D: hue angle of 26.04º degrees, saturation: 0.42, 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 #B77B4D is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 77 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.28 |
| HSL | 26.04º | 0.42% | 0.51% | - |
| HSV(B) | 26.04º | 0.58% | 0.72% | - |
| XYZ | 27.95 | 24.77 | 10.33 | - |
| YUV | 135.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 77 | 0 | 0.33 | 0.58 | 0.28 | 26.04 | 0.42 | 0.51 |
| Hex | B7 | 7B | 4D | 0 | 21 | 3A | 1C | 1A | 2A | 33 |
| Octal | 267 | 173 | 115 | 0 | 41 | 72 | 34 | 32 | 52 | 63 |
| Binary | 10110111 | 1111011 | 1001101 | 0 | 100001 | 111010 | 11100 | 11010 | 101010 | 110011 |
Color Harmonies of #B77B4D
Complementary color
Monochromatic Colors of #B77B4D
Black with #B77B4D
Text Example
Text Example
White with #B77B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B4D; }
p { color: rgb(183,123,77); }
H1.HeaderClassName
{
color: #B77B4D;
}
.AnyTagClassName
{
color: #B77B4D;
}
</style>
background-color css
<style>
a { background-color: #B77B4D; }
a { background-color: rgb(183,123,77); }
div.DivClassName
{
background-color: #B77B4D;
}
.BgClassName
{
background-color: #B77B4D;
}
</style>
border-color css
<style>
span { border-color: #B77B4D; }
span { border-color: rgb(183,123,77); }
td.TdClassName
{
border-color: #B77B4D;
}
.TagClassName
{
border-color: #B77B4D;
}
</style>