Shades of Brandy Punch #B87C54
Tints of Brandy Punch #B87C54
RGB
CMYK
RGB Variations
Color information
#B87C54 (or 0xB87C54) is known color: Brandy Punch. HEX triplet: B8, 7C and 54. RGB value is (184,124,84). Sum of RGB (Red+Green+Blue) = 184+124+84=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C54 is #4783AB. Grayscale: #898989. Windows color (decimal): -4686764 or 5536952. OLE color: 5536952.
HSL color Cylindrical-coordinate representation of color #B87C54: hue angle of 24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B87C54 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 84 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.28 |
| HSL | 24º | 0.41% | 0.53% | - |
| HSV(B) | 24º | 0.54% | 0.72% | - |
| XYZ | 28.58 | 25.25 | 11.75 | - |
| YUV | 137.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 84 | 0 | 0.33 | 0.54 | 0.28 | 24 | 0.41 | 0.53 |
| Hex | B8 | 7C | 54 | 0 | 21 | 36 | 1C | 18 | 29 | 35 |
| Octal | 270 | 174 | 124 | 0 | 41 | 66 | 34 | 30 | 51 | 65 |
| Binary | 10111000 | 1111100 | 1010100 | 0 | 100001 | 110110 | 11100 | 11000 | 101001 | 110101 |
Color Harmonies of #B87C54
Complementary color
Monochromatic Colors of #B87C54
Black with #B87C54
Text Example
Text Example
White with #B87C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C54; }
p { color: rgb(184,124,84); }
H1.HeaderClassName
{
color: #B87C54;
}
.AnyTagClassName
{
color: #B87C54;
}
</style>
background-color css
<style>
a { background-color: #B87C54; }
a { background-color: rgb(184,124,84); }
div.DivClassName
{
background-color: #B87C54;
}
.BgClassName
{
background-color: #B87C54;
}
</style>
border-color css
<style>
span { border-color: #B87C54; }
span { border-color: rgb(184,124,84); }
td.TdClassName
{
border-color: #B87C54;
}
.TagClassName
{
border-color: #B87C54;
}
</style>