Shades of Brandy Punch #B87846
Tints of Brandy Punch #B87846
RGB
CMYK
RGB Variations
Color information
#B87846 (or 0xB87846) is known color: Brandy Punch. HEX triplet: B8, 78 and 46. RGB value is (184,120,70). Sum of RGB (Red+Green+Blue) = 184+120+70=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B87846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87846 is #4787B9. Grayscale: #858585. Windows color (decimal): -4687802 or 4618424. OLE color: 4618424.
HSL color Cylindrical-coordinate representation of color #B87846: hue angle of 26.32º 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 #B87846 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 70 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.28 |
| HSL | 26.32º | 0.45% | 0.5% | - |
| HSV(B) | 26.32º | 0.62% | 0.72% | - |
| XYZ | 27.59 | 24.07 | 8.99 | - |
| YUV | 133.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 70 | 0 | 0.35 | 0.62 | 0.28 | 26.32 | 0.45 | 0.5 |
| Hex | B8 | 78 | 46 | 0 | 23 | 3E | 1C | 1A | 2D | 32 |
| Octal | 270 | 170 | 106 | 0 | 43 | 76 | 34 | 32 | 55 | 62 |
| Binary | 10111000 | 1111000 | 1000110 | 0 | 100011 | 111110 | 11100 | 11010 | 101101 | 110010 |
Color Harmonies of #B87846
Complementary color
Monochromatic Colors of #B87846
Black with #B87846
Text Example
Text Example
White with #B87846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87846; }
p { color: rgb(184,120,70); }
H1.HeaderClassName
{
color: #B87846;
}
.AnyTagClassName
{
color: #B87846;
}
</style>
background-color css
<style>
a { background-color: #B87846; }
a { background-color: rgb(184,120,70); }
div.DivClassName
{
background-color: #B87846;
}
.BgClassName
{
background-color: #B87846;
}
</style>
border-color css
<style>
span { border-color: #B87846; }
span { border-color: rgb(184,120,70); }
td.TdClassName
{
border-color: #B87846;
}
.TagClassName
{
border-color: #B87846;
}
</style>