Shades of Brandy Punch #B78044
Tints of Brandy Punch #B78044
RGB
CMYK
RGB Variations
Color information
#B78044 (or 0xB78044) is known color: Brandy Punch. HEX triplet: B7, 80 and 44. RGB value is (183,128,68). Sum of RGB (Red+Green+Blue) = 183+128+68=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B78044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78044 is #487FBB. Grayscale: #898989. Windows color (decimal): -4751292 or 4489399. OLE color: 4489399.
HSL color Cylindrical-coordinate representation of color #B78044: hue angle of 31.3º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B78044 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 68 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.28 |
| HSL | 31.3º | 0.46% | 0.49% | - |
| HSV(B) | 31.3º | 0.63% | 0.72% | - |
| XYZ | 28.29 | 25.92 | 8.98 | - |
| YUV | 137.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 68 | 0 | 0.30 | 0.63 | 0.28 | 31.3 | 0.46 | 0.49 |
| Hex | B7 | 80 | 44 | 0 | 1E | 3F | 1C | 1F | 2E | 31 |
| Octal | 267 | 200 | 104 | 0 | 36 | 77 | 34 | 37 | 56 | 61 |
| Binary | 10110111 | 10000000 | 1000100 | 0 | 11110 | 111111 | 11100 | 11111 | 101110 | 110001 |
Color Harmonies of #B78044
Complementary color
Monochromatic Colors of #B78044
Black with #B78044
Text Example
Text Example
White with #B78044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78044; }
p { color: rgb(183,128,68); }
H1.HeaderClassName
{
color: #B78044;
}
.AnyTagClassName
{
color: #B78044;
}
</style>
background-color css
<style>
a { background-color: #B78044; }
a { background-color: rgb(183,128,68); }
div.DivClassName
{
background-color: #B78044;
}
.BgClassName
{
background-color: #B78044;
}
</style>
border-color css
<style>
span { border-color: #B78044; }
span { border-color: rgb(183,128,68); }
td.TdClassName
{
border-color: #B78044;
}
.TagClassName
{
border-color: #B78044;
}
</style>