Shades of Brandy Punch #B87D53
Tints of Brandy Punch #B87D53
RGB
CMYK
RGB Variations
Color information
#B87D53 (or 0xB87D53) is known color: Brandy Punch. HEX triplet: B8, 7D and 53. RGB value is (184,125,83). Sum of RGB (Red+Green+Blue) = 184+125+83=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D53 is #4782AC. Grayscale: #8A8A8A. Windows color (decimal): -4686509 or 5471672. OLE color: 5471672.
HSL color Cylindrical-coordinate representation of color #B87D53: hue angle of 24.95º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B87D53 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 83 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.28 |
| HSL | 24.95º | 0.42% | 0.52% | - |
| HSV(B) | 24.95º | 0.55% | 0.72% | - |
| XYZ | 28.66 | 25.48 | 11.59 | - |
| YUV | 137.85 | 97.05 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 83 | 0 | 0.32 | 0.55 | 0.28 | 24.95 | 0.42 | 0.52 |
| Hex | B8 | 7D | 53 | 0 | 20 | 37 | 1C | 19 | 2A | 34 |
| Octal | 270 | 175 | 123 | 0 | 40 | 67 | 34 | 31 | 52 | 64 |
| Binary | 10111000 | 1111101 | 1010011 | 0 | 100000 | 110111 | 11100 | 11001 | 101010 | 110100 |
Color Harmonies of #B87D53
Complementary color
Monochromatic Colors of #B87D53
Black with #B87D53
Text Example
Text Example
White with #B87D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D53; }
p { color: rgb(184,125,83); }
H1.HeaderClassName
{
color: #B87D53;
}
.AnyTagClassName
{
color: #B87D53;
}
</style>
background-color css
<style>
a { background-color: #B87D53; }
a { background-color: rgb(184,125,83); }
div.DivClassName
{
background-color: #B87D53;
}
.BgClassName
{
background-color: #B87D53;
}
</style>
border-color css
<style>
span { border-color: #B87D53; }
span { border-color: rgb(184,125,83); }
td.TdClassName
{
border-color: #B87D53;
}
.TagClassName
{
border-color: #B87D53;
}
</style>