Shades of Brandy Punch #B87C47
Tints of Brandy Punch #B87C47
RGB
CMYK
RGB Variations
Color information
#B87C47 (or 0xB87C47) is known color: Brandy Punch. HEX triplet: B8, 7C and 47. RGB value is (184,124,71). Sum of RGB (Red+Green+Blue) = 184+124+71=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C47 is #4783B8. Grayscale: #888888. Windows color (decimal): -4686777 or 4684984. OLE color: 4684984.
HSL color Cylindrical-coordinate representation of color #B87C47: hue angle of 28.14º 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 #B87C47 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 71 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.28 |
| HSL | 28.14º | 0.44% | 0.5% | - |
| HSV(B) | 28.14º | 0.61% | 0.72% | - |
| XYZ | 28.11 | 25.06 | 9.32 | - |
| YUV | 135.9 | 91.38 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 71 | 0 | 0.33 | 0.61 | 0.28 | 28.14 | 0.44 | 0.5 |
| Hex | B8 | 7C | 47 | 0 | 21 | 3D | 1C | 1C | 2C | 32 |
| Octal | 270 | 174 | 107 | 0 | 41 | 75 | 34 | 34 | 54 | 62 |
| Binary | 10111000 | 1111100 | 1000111 | 0 | 100001 | 111101 | 11100 | 11100 | 101100 | 110010 |
Color Harmonies of #B87C47
Complementary color
Monochromatic Colors of #B87C47
Black with #B87C47
Text Example
Text Example
White with #B87C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C47; }
p { color: rgb(184,124,71); }
H1.HeaderClassName
{
color: #B87C47;
}
.AnyTagClassName
{
color: #B87C47;
}
</style>
background-color css
<style>
a { background-color: #B87C47; }
a { background-color: rgb(184,124,71); }
div.DivClassName
{
background-color: #B87C47;
}
.BgClassName
{
background-color: #B87C47;
}
</style>
border-color css
<style>
span { border-color: #B87C47; }
span { border-color: rgb(184,124,71); }
td.TdClassName
{
border-color: #B87C47;
}
.TagClassName
{
border-color: #B87C47;
}
</style>