Shades of Brandy Punch #B87C4E
Tints of Brandy Punch #B87C4E
RGB
CMYK
RGB Variations
Color information
#B87C4E (or 0xB87C4E) is known color: Brandy Punch. HEX triplet: B8, 7C and 4E. RGB value is (184,124,78). Sum of RGB (Red+Green+Blue) = 184+124+78=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C4E is #4783B1. Grayscale: #888888. Windows color (decimal): -4686770 or 5143736. OLE color: 5143736.
HSL color Cylindrical-coordinate representation of color #B87C4E: hue angle of 26.04º 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 #B87C4E is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 78 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.28 |
| HSL | 26.04º | 0.43% | 0.51% | - |
| HSV(B) | 26.04º | 0.58% | 0.72% | - |
| XYZ | 28.35 | 25.16 | 10.57 | - |
| YUV | 136.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 78 | 0 | 0.33 | 0.58 | 0.28 | 26.04 | 0.43 | 0.51 |
| Hex | B8 | 7C | 4E | 0 | 21 | 3A | 1C | 1A | 2B | 33 |
| Octal | 270 | 174 | 116 | 0 | 41 | 72 | 34 | 32 | 53 | 63 |
| Binary | 10111000 | 1111100 | 1001110 | 0 | 100001 | 111010 | 11100 | 11010 | 101011 | 110011 |
Color Harmonies of #B87C4E
Complementary color
Monochromatic Colors of #B87C4E
Black with #B87C4E
Text Example
Text Example
White with #B87C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C4E; }
p { color: rgb(184,124,78); }
H1.HeaderClassName
{
color: #B87C4E;
}
.AnyTagClassName
{
color: #B87C4E;
}
</style>
background-color css
<style>
a { background-color: #B87C4E; }
a { background-color: rgb(184,124,78); }
div.DivClassName
{
background-color: #B87C4E;
}
.BgClassName
{
background-color: #B87C4E;
}
</style>
border-color css
<style>
span { border-color: #B87C4E; }
span { border-color: rgb(184,124,78); }
td.TdClassName
{
border-color: #B87C4E;
}
.TagClassName
{
border-color: #B87C4E;
}
</style>