Shades of Brandy Punch #B77951
Tints of Brandy Punch #B77951
RGB
CMYK
RGB Variations
Color information
#B77951 (or 0xB77951) is known color: Brandy Punch. HEX triplet: B7, 79 and 51. RGB value is (183,121,81). Sum of RGB (Red+Green+Blue) = 183+121+81=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77951 is #4886AE. Grayscale: #878787. Windows color (decimal): -4753071 or 5339575. OLE color: 5339575.
HSL color Cylindrical-coordinate representation of color #B77951: hue angle of 23.53º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B77951 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 81 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.28 |
| HSL | 23.53º | 0.41% | 0.52% | - |
| HSV(B) | 23.53º | 0.56% | 0.72% | - |
| XYZ | 27.85 | 24.34 | 11.01 | - |
| YUV | 134.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 81 | 0 | 0.34 | 0.56 | 0.28 | 23.53 | 0.41 | 0.52 |
| Hex | B7 | 79 | 51 | 0 | 22 | 38 | 1C | 18 | 29 | 34 |
| Octal | 267 | 171 | 121 | 0 | 42 | 70 | 34 | 30 | 51 | 64 |
| Binary | 10110111 | 1111001 | 1010001 | 0 | 100010 | 111000 | 11100 | 11000 | 101001 | 110100 |
Color Harmonies of #B77951
Complementary color
Monochromatic Colors of #B77951
Black with #B77951
Text Example
Text Example
White with #B77951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77951; }
p { color: rgb(183,121,81); }
H1.HeaderClassName
{
color: #B77951;
}
.AnyTagClassName
{
color: #B77951;
}
</style>
background-color css
<style>
a { background-color: #B77951; }
a { background-color: rgb(183,121,81); }
div.DivClassName
{
background-color: #B77951;
}
.BgClassName
{
background-color: #B77951;
}
</style>
border-color css
<style>
span { border-color: #B77951; }
span { border-color: rgb(183,121,81); }
td.TdClassName
{
border-color: #B77951;
}
.TagClassName
{
border-color: #B77951;
}
</style>