Shades of Brandy Punch #B8774D
Tints of Brandy Punch #B8774D
RGB
CMYK
RGB Variations
Color information
#B8774D (or 0xB8774D) is known color: Brandy Punch. HEX triplet: B8, 77 and 4D. RGB value is (184,119,77). Sum of RGB (Red+Green+Blue) = 184+119+77=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B8774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8774D is #4788B2. Grayscale: #858585. Windows color (decimal): -4688051 or 5076920. OLE color: 5076920.
HSL color Cylindrical-coordinate representation of color #B8774D: hue angle of 23.55º 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 #B8774D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 77 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.28 |
| HSL | 23.55º | 0.43% | 0.51% | - |
| HSV(B) | 23.55º | 0.58% | 0.72% | - |
| XYZ | 27.7 | 23.92 | 10.18 | - |
| YUV | 133.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 77 | 0 | 0.35 | 0.58 | 0.28 | 23.55 | 0.43 | 0.51 |
| Hex | B8 | 77 | 4D | 0 | 23 | 3A | 1C | 18 | 2B | 33 |
| Octal | 270 | 167 | 115 | 0 | 43 | 72 | 34 | 30 | 53 | 63 |
| Binary | 10111000 | 1110111 | 1001101 | 0 | 100011 | 111010 | 11100 | 11000 | 101011 | 110011 |
Color Harmonies of #B8774D
Complementary color
Monochromatic Colors of #B8774D
Black with #B8774D
Text Example
Text Example
White with #B8774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8774D; }
p { color: rgb(184,119,77); }
H1.HeaderClassName
{
color: #B8774D;
}
.AnyTagClassName
{
color: #B8774D;
}
</style>
background-color css
<style>
a { background-color: #B8774D; }
a { background-color: rgb(184,119,77); }
div.DivClassName
{
background-color: #B8774D;
}
.BgClassName
{
background-color: #B8774D;
}
</style>
border-color css
<style>
span { border-color: #B8774D; }
span { border-color: rgb(184,119,77); }
td.TdClassName
{
border-color: #B8774D;
}
.TagClassName
{
border-color: #B8774D;
}
</style>