Shades of Brandy Punch #B7764D
Tints of Brandy Punch #B7764D
RGB
CMYK
RGB Variations
Color information
#B7764D (or 0xB7764D) is known color: Brandy Punch. HEX triplet: B7, 76 and 4D. RGB value is (183,118,77). Sum of RGB (Red+Green+Blue) = 183+118+77=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7764D is #4889B2. Grayscale: #848484. Windows color (decimal): -4753843 or 5076663. OLE color: 5076663.
HSL color Cylindrical-coordinate representation of color #B7764D: hue angle of 23.21º 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 #B7764D is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 77 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.28 |
| HSL | 23.21º | 0.42% | 0.51% | - |
| HSV(B) | 23.21º | 0.58% | 0.72% | - |
| XYZ | 27.35 | 23.56 | 10.13 | - |
| YUV | 132.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 77 | 0 | 0.36 | 0.58 | 0.28 | 23.21 | 0.42 | 0.51 |
| Hex | B7 | 76 | 4D | 0 | 24 | 3A | 1C | 17 | 2A | 33 |
| Octal | 267 | 166 | 115 | 0 | 44 | 72 | 34 | 27 | 52 | 63 |
| Binary | 10110111 | 1110110 | 1001101 | 0 | 100100 | 111010 | 11100 | 10111 | 101010 | 110011 |
Color Harmonies of #B7764D
Complementary color
Monochromatic Colors of #B7764D
Black with #B7764D
Text Example
Text Example
White with #B7764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7764D; }
p { color: rgb(183,118,77); }
H1.HeaderClassName
{
color: #B7764D;
}
.AnyTagClassName
{
color: #B7764D;
}
</style>
background-color css
<style>
a { background-color: #B7764D; }
a { background-color: rgb(183,118,77); }
div.DivClassName
{
background-color: #B7764D;
}
.BgClassName
{
background-color: #B7764D;
}
</style>
border-color css
<style>
span { border-color: #B7764D; }
span { border-color: rgb(183,118,77); }
td.TdClassName
{
border-color: #B7764D;
}
.TagClassName
{
border-color: #B7764D;
}
</style>