Shades of Brandy Punch #B58044
Tints of Brandy Punch #B58044
RGB
CMYK
RGB Variations
Color information
#B58044 (or 0xB58044) is known color: Brandy Punch. HEX triplet: B5, 80 and 44. RGB value is (181,128,68). Sum of RGB (Red+Green+Blue) = 181+128+68=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B58044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58044 is #4A7FBB. Grayscale: #898989. Windows color (decimal): -4882364 or 4489397. OLE color: 4489397.
HSL color Cylindrical-coordinate representation of color #B58044: hue angle of 31.86º 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 #B58044 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 68 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.29 |
| HSL | 31.86º | 0.45% | 0.49% | - |
| HSV(B) | 31.86º | 0.62% | 0.71% | - |
| XYZ | 27.82 | 25.68 | 8.96 | - |
| YUV | 137.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 68 | 0 | 0.29 | 0.62 | 0.29 | 31.86 | 0.45 | 0.49 |
| Hex | B5 | 80 | 44 | 0 | 1D | 3E | 1D | 20 | 2D | 31 |
| Octal | 265 | 200 | 104 | 0 | 35 | 76 | 35 | 40 | 55 | 61 |
| Binary | 10110101 | 10000000 | 1000100 | 0 | 11101 | 111110 | 11101 | 100000 | 101101 | 110001 |
Color Harmonies of #B58044
Complementary color
Monochromatic Colors of #B58044
Black with #B58044
Text Example
Text Example
White with #B58044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58044; }
p { color: rgb(181,128,68); }
H1.HeaderClassName
{
color: #B58044;
}
.AnyTagClassName
{
color: #B58044;
}
</style>
background-color css
<style>
a { background-color: #B58044; }
a { background-color: rgb(181,128,68); }
div.DivClassName
{
background-color: #B58044;
}
.BgClassName
{
background-color: #B58044;
}
</style>
border-color css
<style>
span { border-color: #B58044; }
span { border-color: rgb(181,128,68); }
td.TdClassName
{
border-color: #B58044;
}
.TagClassName
{
border-color: #B58044;
}
</style>