Shades of Brandy Punch #B87748
Tints of Brandy Punch #B87748
RGB
CMYK
RGB Variations
Color information
#B87748 (or 0xB87748) is known color: Brandy Punch. HEX triplet: B8, 77 and 48. RGB value is (184,119,72). Sum of RGB (Red+Green+Blue) = 184+119+72=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B87748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87748 is #4788B7. Grayscale: #858585. Windows color (decimal): -4688056 or 4749240. OLE color: 4749240.
HSL color Cylindrical-coordinate representation of color #B87748: hue angle of 25.18º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B87748 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 72 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.28 |
| HSL | 25.18º | 0.44% | 0.5% | - |
| HSV(B) | 25.18º | 0.61% | 0.72% | - |
| XYZ | 27.53 | 23.85 | 9.28 | - |
| YUV | 133.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 72 | 0 | 0.35 | 0.61 | 0.28 | 25.18 | 0.44 | 0.5 |
| Hex | B8 | 77 | 48 | 0 | 23 | 3D | 1C | 19 | 2C | 32 |
| Octal | 270 | 167 | 110 | 0 | 43 | 75 | 34 | 31 | 54 | 62 |
| Binary | 10111000 | 1110111 | 1001000 | 0 | 100011 | 111101 | 11100 | 11001 | 101100 | 110010 |
Color Harmonies of #B87748
Complementary color
Monochromatic Colors of #B87748
Black with #B87748
Text Example
Text Example
White with #B87748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87748; }
p { color: rgb(184,119,72); }
H1.HeaderClassName
{
color: #B87748;
}
.AnyTagClassName
{
color: #B87748;
}
</style>
background-color css
<style>
a { background-color: #B87748; }
a { background-color: rgb(184,119,72); }
div.DivClassName
{
background-color: #B87748;
}
.BgClassName
{
background-color: #B87748;
}
</style>
border-color css
<style>
span { border-color: #B87748; }
span { border-color: rgb(184,119,72); }
td.TdClassName
{
border-color: #B87748;
}
.TagClassName
{
border-color: #B87748;
}
</style>