Shades of Brandy Punch #B87D46
Tints of Brandy Punch #B87D46
RGB
CMYK
RGB Variations
Color information
#B87D46 (or 0xB87D46) is known color: Brandy Punch. HEX triplet: B8, 7D and 46. RGB value is (184,125,70). Sum of RGB (Red+Green+Blue) = 184+125+70=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D46 is #4782B9. Grayscale: #888888. Windows color (decimal): -4686522 or 4619704. OLE color: 4619704.
HSL color Cylindrical-coordinate representation of color #B87D46: hue angle of 28.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B87D46 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 70 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.28 |
| HSL | 28.95º | 0.45% | 0.5% | - |
| HSV(B) | 28.95º | 0.62% | 0.72% | - |
| XYZ | 28.21 | 25.3 | 9.19 | - |
| YUV | 136.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 70 | 0 | 0.32 | 0.62 | 0.28 | 28.95 | 0.45 | 0.5 |
| Hex | B8 | 7D | 46 | 0 | 20 | 3E | 1C | 1D | 2D | 32 |
| Octal | 270 | 175 | 106 | 0 | 40 | 76 | 34 | 35 | 55 | 62 |
| Binary | 10111000 | 1111101 | 1000110 | 0 | 100000 | 111110 | 11100 | 11101 | 101101 | 110010 |
Color Harmonies of #B87D46
Complementary color
Monochromatic Colors of #B87D46
Black with #B87D46
Text Example
Text Example
White with #B87D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D46; }
p { color: rgb(184,125,70); }
H1.HeaderClassName
{
color: #B87D46;
}
.AnyTagClassName
{
color: #B87D46;
}
</style>
background-color css
<style>
a { background-color: #B87D46; }
a { background-color: rgb(184,125,70); }
div.DivClassName
{
background-color: #B87D46;
}
.BgClassName
{
background-color: #B87D46;
}
</style>
border-color css
<style>
span { border-color: #B87D46; }
span { border-color: rgb(184,125,70); }
td.TdClassName
{
border-color: #B87D46;
}
.TagClassName
{
border-color: #B87D46;
}
</style>