Shades of Brandy Punch #B7784D
Tints of Brandy Punch #B7784D
RGB
CMYK
RGB Variations
Color information
#B7784D (or 0xB7784D) is known color: Brandy Punch. HEX triplet: B7, 78 and 4D. RGB value is (183,120,77). Sum of RGB (Red+Green+Blue) = 183+120+77=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7784D is #4887B2. Grayscale: #868686. Windows color (decimal): -4753331 or 5077175. OLE color: 5077175.
HSL color Cylindrical-coordinate representation of color #B7784D: hue angle of 24.34º 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 #B7784D is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 77 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.28 |
| HSL | 24.34º | 0.42% | 0.51% | - |
| HSV(B) | 24.34º | 0.58% | 0.72% | - |
| XYZ | 27.58 | 24.04 | 10.21 | - |
| YUV | 133.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 77 | 0 | 0.34 | 0.58 | 0.28 | 24.34 | 0.42 | 0.51 |
| Hex | B7 | 78 | 4D | 0 | 22 | 3A | 1C | 18 | 2A | 33 |
| Octal | 267 | 170 | 115 | 0 | 42 | 72 | 34 | 30 | 52 | 63 |
| Binary | 10110111 | 1111000 | 1001101 | 0 | 100010 | 111010 | 11100 | 11000 | 101010 | 110011 |
Color Harmonies of #B7784D
Complementary color
Monochromatic Colors of #B7784D
Black with #B7784D
Text Example
Text Example
White with #B7784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7784D; }
p { color: rgb(183,120,77); }
H1.HeaderClassName
{
color: #B7784D;
}
.AnyTagClassName
{
color: #B7784D;
}
</style>
background-color css
<style>
a { background-color: #B7784D; }
a { background-color: rgb(183,120,77); }
div.DivClassName
{
background-color: #B7784D;
}
.BgClassName
{
background-color: #B7784D;
}
</style>
border-color css
<style>
span { border-color: #B7784D; }
span { border-color: rgb(183,120,77); }
td.TdClassName
{
border-color: #B7784D;
}
.TagClassName
{
border-color: #B7784D;
}
</style>