Shades of Brandy Punch #B88047
Tints of Brandy Punch #B88047
RGB
CMYK
RGB Variations
Color information
#B88047 (or 0xB88047) is known color: Brandy Punch. HEX triplet: B8, 80 and 47. RGB value is (184,128,71). Sum of RGB (Red+Green+Blue) = 184+128+71=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B88047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88047 is #477FB8. Grayscale: #8A8A8A. Windows color (decimal): -4685753 or 4686008. OLE color: 4686008.
HSL color Cylindrical-coordinate representation of color #B88047: hue angle of 30.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B88047 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 71 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.28 |
| HSL | 30.27º | 0.44% | 0.5% | - |
| HSV(B) | 30.27º | 0.61% | 0.72% | - |
| XYZ | 28.62 | 26.08 | 9.49 | - |
| YUV | 138.25 | 90.05 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 71 | 0 | 0.30 | 0.61 | 0.28 | 30.27 | 0.44 | 0.5 |
| Hex | B8 | 80 | 47 | 0 | 1E | 3D | 1C | 1E | 2C | 32 |
| Octal | 270 | 200 | 107 | 0 | 36 | 75 | 34 | 36 | 54 | 62 |
| Binary | 10111000 | 10000000 | 1000111 | 0 | 11110 | 111101 | 11100 | 11110 | 101100 | 110010 |
Color Harmonies of #B88047
Complementary color
Monochromatic Colors of #B88047
Black with #B88047
Text Example
Text Example
White with #B88047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88047; }
p { color: rgb(184,128,71); }
H1.HeaderClassName
{
color: #B88047;
}
.AnyTagClassName
{
color: #B88047;
}
</style>
background-color css
<style>
a { background-color: #B88047; }
a { background-color: rgb(184,128,71); }
div.DivClassName
{
background-color: #B88047;
}
.BgClassName
{
background-color: #B88047;
}
</style>
border-color css
<style>
span { border-color: #B88047; }
span { border-color: rgb(184,128,71); }
td.TdClassName
{
border-color: #B88047;
}
.TagClassName
{
border-color: #B88047;
}
</style>