Shades of Brandy Punch #B78249
Tints of Brandy Punch #B78249
RGB
CMYK
RGB Variations
Color information
#B78249 (or 0xB78249) is known color: Brandy Punch. HEX triplet: B7, 82 and 49. RGB value is (183,130,73). Sum of RGB (Red+Green+Blue) = 183+130+73=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B78249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78249 is #487DB6. Grayscale: #8B8B8B. Windows color (decimal): -4750775 or 4817591. OLE color: 4817591.
HSL color Cylindrical-coordinate representation of color #B78249: hue angle of 31.09º 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 #B78249 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 73 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.28 |
| HSL | 31.09º | 0.43% | 0.5% | - |
| HSV(B) | 31.09º | 0.6% | 0.72% | - |
| XYZ | 28.71 | 26.51 | 9.91 | - |
| YUV | 139.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 73 | 0 | 0.29 | 0.60 | 0.28 | 31.09 | 0.43 | 0.5 |
| Hex | B7 | 82 | 49 | 0 | 1D | 3C | 1C | 1F | 2B | 32 |
| Octal | 267 | 202 | 111 | 0 | 35 | 74 | 34 | 37 | 53 | 62 |
| Binary | 10110111 | 10000010 | 1001001 | 0 | 11101 | 111100 | 11100 | 11111 | 101011 | 110010 |
Color Harmonies of #B78249
Complementary color
Monochromatic Colors of #B78249
Black with #B78249
Text Example
Text Example
White with #B78249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78249; }
p { color: rgb(183,130,73); }
H1.HeaderClassName
{
color: #B78249;
}
.AnyTagClassName
{
color: #B78249;
}
</style>
background-color css
<style>
a { background-color: #B78249; }
a { background-color: rgb(183,130,73); }
div.DivClassName
{
background-color: #B78249;
}
.BgClassName
{
background-color: #B78249;
}
</style>
border-color css
<style>
span { border-color: #B78249; }
span { border-color: rgb(183,130,73); }
td.TdClassName
{
border-color: #B78249;
}
.TagClassName
{
border-color: #B78249;
}
</style>