Shades of Brandy Punch #B87C40
Tints of Brandy Punch #B87C40
RGB
CMYK
RGB Variations
Color information
#B87C40 (or 0xB87C40) is known color: Brandy Punch. HEX triplet: B8, 7C and 40. RGB value is (184,124,64). Sum of RGB (Red+Green+Blue) = 184+124+64=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C40 is #4783BF. Grayscale: #878787. Windows color (decimal): -4686784 or 4226232. OLE color: 4226232.
HSL color Cylindrical-coordinate representation of color #B87C40: hue angle of 30º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B87C40 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 64 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.28 |
| HSL | 30º | 0.48% | 0.49% | - |
| HSV(B) | 30º | 0.65% | 0.72% | - |
| XYZ | 27.9 | 24.98 | 8.2 | - |
| YUV | 135.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 64 | 0 | 0.33 | 0.65 | 0.28 | 30 | 0.48 | 0.49 |
| Hex | B8 | 7C | 40 | 0 | 21 | 41 | 1C | 1E | 30 | 31 |
| Octal | 270 | 174 | 100 | 0 | 41 | 101 | 34 | 36 | 60 | 61 |
| Binary | 10111000 | 1111100 | 1000000 | 0 | 100001 | 1000001 | 11100 | 11110 | 110000 | 110001 |
Color Harmonies of #B87C40
Complementary color
Monochromatic Colors of #B87C40
Black with #B87C40
Text Example
Text Example
White with #B87C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C40; }
p { color: rgb(184,124,64); }
H1.HeaderClassName
{
color: #B87C40;
}
.AnyTagClassName
{
color: #B87C40;
}
</style>
background-color css
<style>
a { background-color: #B87C40; }
a { background-color: rgb(184,124,64); }
div.DivClassName
{
background-color: #B87C40;
}
.BgClassName
{
background-color: #B87C40;
}
</style>
border-color css
<style>
span { border-color: #B87C40; }
span { border-color: rgb(184,124,64); }
td.TdClassName
{
border-color: #B87C40;
}
.TagClassName
{
border-color: #B87C40;
}
</style>