Shades of Brandy Punch #B48044
Tints of Brandy Punch #B48044
RGB
CMYK
RGB Variations
Color information
#B48044 (or 0xB48044) is known color: Brandy Punch. HEX triplet: B4, 80 and 44. RGB value is (180,128,68). Sum of RGB (Red+Green+Blue) = 180+128+68=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B48044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48044 is #4B7FBB. Grayscale: #888888. Windows color (decimal): -4947900 or 4489396. OLE color: 4489396.
HSL color Cylindrical-coordinate representation of color #B48044: hue angle of 32.14º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B48044 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 68 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.29 |
| HSL | 32.14º | 0.45% | 0.49% | - |
| HSV(B) | 32.14º | 0.62% | 0.71% | - |
| XYZ | 27.58 | 25.56 | 8.95 | - |
| YUV | 136.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 68 | 0 | 0.29 | 0.62 | 0.29 | 32.14 | 0.45 | 0.49 |
| Hex | B4 | 80 | 44 | 0 | 1D | 3E | 1D | 20 | 2D | 31 |
| Octal | 264 | 200 | 104 | 0 | 35 | 76 | 35 | 40 | 55 | 61 |
| Binary | 10110100 | 10000000 | 1000100 | 0 | 11101 | 111110 | 11101 | 100000 | 101101 | 110001 |
Color Harmonies of #B48044
Complementary color
Monochromatic Colors of #B48044
Black with #B48044
Text Example
Text Example
White with #B48044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48044; }
p { color: rgb(180,128,68); }
H1.HeaderClassName
{
color: #B48044;
}
.AnyTagClassName
{
color: #B48044;
}
</style>
background-color css
<style>
a { background-color: #B48044; }
a { background-color: rgb(180,128,68); }
div.DivClassName
{
background-color: #B48044;
}
.BgClassName
{
background-color: #B48044;
}
</style>
border-color css
<style>
span { border-color: #B48044; }
span { border-color: rgb(180,128,68); }
td.TdClassName
{
border-color: #B48044;
}
.TagClassName
{
border-color: #B48044;
}
</style>