Shades of Brandy Punch #B78049
Tints of Brandy Punch #B78049
RGB
CMYK
RGB Variations
Color information
#B78049 (or 0xB78049) is known color: Brandy Punch. HEX triplet: B7, 80 and 49. RGB value is (183,128,73). Sum of RGB (Red+Green+Blue) = 183+128+73=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B78049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78049 is #487FB6. Grayscale: #8A8A8A. Windows color (decimal): -4751287 or 4817079. OLE color: 4817079.
HSL color Cylindrical-coordinate representation of color #B78049: hue angle of 30º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B78049 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 73 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.28 |
| HSL | 30º | 0.43% | 0.5% | - |
| HSV(B) | 30º | 0.6% | 0.72% | - |
| XYZ | 28.45 | 25.99 | 9.82 | - |
| YUV | 138.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 73 | 0 | 0.30 | 0.60 | 0.28 | 30 | 0.43 | 0.5 |
| Hex | B7 | 80 | 49 | 0 | 1E | 3C | 1C | 1E | 2B | 32 |
| Octal | 267 | 200 | 111 | 0 | 36 | 74 | 34 | 36 | 53 | 62 |
| Binary | 10110111 | 10000000 | 1001001 | 0 | 11110 | 111100 | 11100 | 11110 | 101011 | 110010 |
Color Harmonies of #B78049
Complementary color
Monochromatic Colors of #B78049
Black with #B78049
Text Example
Text Example
White with #B78049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78049; }
p { color: rgb(183,128,73); }
H1.HeaderClassName
{
color: #B78049;
}
.AnyTagClassName
{
color: #B78049;
}
</style>
background-color css
<style>
a { background-color: #B78049; }
a { background-color: rgb(183,128,73); }
div.DivClassName
{
background-color: #B78049;
}
.BgClassName
{
background-color: #B78049;
}
</style>
border-color css
<style>
span { border-color: #B78049; }
span { border-color: rgb(183,128,73); }
td.TdClassName
{
border-color: #B78049;
}
.TagClassName
{
border-color: #B78049;
}
</style>