Shades of Brandy Punch #B87448
Tints of Brandy Punch #B87448
RGB
CMYK
RGB Variations
Color information
#B87448 (or 0xB87448) is known color: Brandy Punch. HEX triplet: B8, 74 and 48. RGB value is (184,116,72). Sum of RGB (Red+Green+Blue) = 184+116+72=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B87448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87448 is #478BB7. Grayscale: #838383. Windows color (decimal): -4688824 or 4748472. OLE color: 4748472.
HSL color Cylindrical-coordinate representation of color #B87448: hue angle of 23.57º 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 #B87448 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 72 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.28 |
| HSL | 23.57º | 0.44% | 0.5% | - |
| HSV(B) | 23.57º | 0.61% | 0.72% | - |
| XYZ | 27.18 | 23.15 | 9.17 | - |
| YUV | 131.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 72 | 0 | 0.37 | 0.61 | 0.28 | 23.57 | 0.44 | 0.5 |
| Hex | B8 | 74 | 48 | 0 | 25 | 3D | 1C | 18 | 2C | 32 |
| Octal | 270 | 164 | 110 | 0 | 45 | 75 | 34 | 30 | 54 | 62 |
| Binary | 10111000 | 1110100 | 1001000 | 0 | 100101 | 111101 | 11100 | 11000 | 101100 | 110010 |
Color Harmonies of #B87448
Complementary color
Monochromatic Colors of #B87448
Black with #B87448
Text Example
Text Example
White with #B87448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87448; }
p { color: rgb(184,116,72); }
H1.HeaderClassName
{
color: #B87448;
}
.AnyTagClassName
{
color: #B87448;
}
</style>
background-color css
<style>
a { background-color: #B87448; }
a { background-color: rgb(184,116,72); }
div.DivClassName
{
background-color: #B87448;
}
.BgClassName
{
background-color: #B87448;
}
</style>
border-color css
<style>
span { border-color: #B87448; }
span { border-color: rgb(184,116,72); }
td.TdClassName
{
border-color: #B87448;
}
.TagClassName
{
border-color: #B87448;
}
</style>