Shades of Brandy Punch #B87851
Tints of Brandy Punch #B87851
RGB
CMYK
RGB Variations
Color information
#B87851 (or 0xB87851) is known color: Brandy Punch. HEX triplet: B8, 78 and 51. RGB value is (184,120,81). Sum of RGB (Red+Green+Blue) = 184+120+81=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B87851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87851 is #4787AE. Grayscale: #868686. Windows color (decimal): -4687791 or 5339320. OLE color: 5339320.
HSL color Cylindrical-coordinate representation of color #B87851: hue angle of 22.72º degrees, saturation: 0.42, 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 #B87851 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 81 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.28 |
| HSL | 22.72º | 0.42% | 0.52% | - |
| HSV(B) | 22.72º | 0.56% | 0.72% | - |
| XYZ | 27.97 | 24.22 | 10.98 | - |
| YUV | 134.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 81 | 0 | 0.35 | 0.56 | 0.28 | 22.72 | 0.42 | 0.52 |
| Hex | B8 | 78 | 51 | 0 | 23 | 38 | 1C | 17 | 2A | 34 |
| Octal | 270 | 170 | 121 | 0 | 43 | 70 | 34 | 27 | 52 | 64 |
| Binary | 10111000 | 1111000 | 1010001 | 0 | 100011 | 111000 | 11100 | 10111 | 101010 | 110100 |
Color Harmonies of #B87851
Complementary color
Monochromatic Colors of #B87851
Black with #B87851
Text Example
Text Example
White with #B87851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87851; }
p { color: rgb(184,120,81); }
H1.HeaderClassName
{
color: #B87851;
}
.AnyTagClassName
{
color: #B87851;
}
</style>
background-color css
<style>
a { background-color: #B87851; }
a { background-color: rgb(184,120,81); }
div.DivClassName
{
background-color: #B87851;
}
.BgClassName
{
background-color: #B87851;
}
</style>
border-color css
<style>
span { border-color: #B87851; }
span { border-color: rgb(184,120,81); }
td.TdClassName
{
border-color: #B87851;
}
.TagClassName
{
border-color: #B87851;
}
</style>