Shades of Brandy Punch #B3784D
Tints of Brandy Punch #B3784D
RGB
CMYK
RGB Variations
Color information
#B3784D (or 0xB3784D) is known color: Brandy Punch. HEX triplet: B3, 78 and 4D. RGB value is (179,120,77). Sum of RGB (Red+Green+Blue) = 179+120+77=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3784D is #4C87B2. Grayscale: #848484. Windows color (decimal): -5015475 or 5077171. OLE color: 5077171.
HSL color Cylindrical-coordinate representation of color #B3784D: hue angle of 25.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3784D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 77 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.30 |
| HSL | 25.29º | 0.4% | 0.5% | - |
| HSV(B) | 25.29º | 0.57% | 0.7% | - |
| XYZ | 26.65 | 23.55 | 10.16 | - |
| YUV | 132.74 | 96.55 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 77 | 0 | 0.33 | 0.57 | 0.30 | 25.29 | 0.4 | 0.5 |
| Hex | B3 | 78 | 4D | 0 | 21 | 39 | 1E | 19 | 28 | 32 |
| Octal | 263 | 170 | 115 | 0 | 41 | 71 | 36 | 31 | 50 | 62 |
| Binary | 10110011 | 1111000 | 1001101 | 0 | 100001 | 111001 | 11110 | 11001 | 101000 | 110010 |
Color Harmonies of #B3784D
Complementary color
Monochromatic Colors of #B3784D
Black with #B3784D
Text Example
Text Example
White with #B3784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3784D; }
p { color: rgb(179,120,77); }
H1.HeaderClassName
{
color: #B3784D;
}
.AnyTagClassName
{
color: #B3784D;
}
</style>
background-color css
<style>
a { background-color: #B3784D; }
a { background-color: rgb(179,120,77); }
div.DivClassName
{
background-color: #B3784D;
}
.BgClassName
{
background-color: #B3784D;
}
</style>
border-color css
<style>
span { border-color: #B3784D; }
span { border-color: rgb(179,120,77); }
td.TdClassName
{
border-color: #B3784D;
}
.TagClassName
{
border-color: #B3784D;
}
</style>