Shades of Brandy Punch #B78248
Tints of Brandy Punch #B78248
RGB
CMYK
RGB Variations
Color information
#B78248 (or 0xB78248) is known color: Brandy Punch. HEX triplet: B7, 82 and 48. RGB value is (183,130,72). Sum of RGB (Red+Green+Blue) = 183+130+72=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B78248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78248 is #487DB7. Grayscale: #8B8B8B. Windows color (decimal): -4750776 or 4752055. OLE color: 4752055.
HSL color Cylindrical-coordinate representation of color #B78248: hue angle of 31.35º 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 #B78248 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 72 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.28 |
| HSL | 31.35º | 0.44% | 0.5% | - |
| HSV(B) | 31.35º | 0.61% | 0.72% | - |
| XYZ | 28.68 | 26.5 | 9.73 | - |
| YUV | 139.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 72 | 0 | 0.29 | 0.61 | 0.28 | 31.35 | 0.44 | 0.5 |
| Hex | B7 | 82 | 48 | 0 | 1D | 3D | 1C | 1F | 2C | 32 |
| Octal | 267 | 202 | 110 | 0 | 35 | 75 | 34 | 37 | 54 | 62 |
| Binary | 10110111 | 10000010 | 1001000 | 0 | 11101 | 111101 | 11100 | 11111 | 101100 | 110010 |
Color Harmonies of #B78248
Complementary color
Monochromatic Colors of #B78248
Black with #B78248
Text Example
Text Example
White with #B78248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78248; }
p { color: rgb(183,130,72); }
H1.HeaderClassName
{
color: #B78248;
}
.AnyTagClassName
{
color: #B78248;
}
</style>
background-color css
<style>
a { background-color: #B78248; }
a { background-color: rgb(183,130,72); }
div.DivClassName
{
background-color: #B78248;
}
.BgClassName
{
background-color: #B78248;
}
</style>
border-color css
<style>
span { border-color: #B78248; }
span { border-color: rgb(183,130,72); }
td.TdClassName
{
border-color: #B78248;
}
.TagClassName
{
border-color: #B78248;
}
</style>