Shades of Brandy Punch #B87D4F
Tints of Brandy Punch #B87D4F
RGB
CMYK
RGB Variations
Color information
#B87D4F (or 0xB87D4F) is known color: Brandy Punch. HEX triplet: B8, 7D and 4F. RGB value is (184,125,79). Sum of RGB (Red+Green+Blue) = 184+125+79=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D4F is #4782B0. Grayscale: #898989. Windows color (decimal): -4686513 or 5209528. OLE color: 5209528.
HSL color Cylindrical-coordinate representation of color #B87D4F: hue angle of 26.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B87D4F is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 79 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.28 |
| HSL | 26.29º | 0.43% | 0.52% | - |
| HSV(B) | 26.29º | 0.57% | 0.72% | - |
| XYZ | 28.51 | 25.42 | 10.8 | - |
| YUV | 137.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 79 | 0 | 0.32 | 0.57 | 0.28 | 26.29 | 0.43 | 0.52 |
| Hex | B8 | 7D | 4F | 0 | 20 | 39 | 1C | 1A | 2B | 34 |
| Octal | 270 | 175 | 117 | 0 | 40 | 71 | 34 | 32 | 53 | 64 |
| Binary | 10111000 | 1111101 | 1001111 | 0 | 100000 | 111001 | 11100 | 11010 | 101011 | 110100 |
Color Harmonies of #B87D4F
Complementary color
Monochromatic Colors of #B87D4F
Black with #B87D4F
Text Example
Text Example
White with #B87D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D4F; }
p { color: rgb(184,125,79); }
H1.HeaderClassName
{
color: #B87D4F;
}
.AnyTagClassName
{
color: #B87D4F;
}
</style>
background-color css
<style>
a { background-color: #B87D4F; }
a { background-color: rgb(184,125,79); }
div.DivClassName
{
background-color: #B87D4F;
}
.BgClassName
{
background-color: #B87D4F;
}
</style>
border-color css
<style>
span { border-color: #B87D4F; }
span { border-color: rgb(184,125,79); }
td.TdClassName
{
border-color: #B87D4F;
}
.TagClassName
{
border-color: #B87D4F;
}
</style>