Shades of Brandy Punch #B4784A
Tints of Brandy Punch #B4784A
RGB
CMYK
RGB Variations
Color information
#B4784A (or 0xB4784A) is known color: Brandy Punch. HEX triplet: B4, 78 and 4A. RGB value is (180,120,74). Sum of RGB (Red+Green+Blue) = 180+120+74=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4784A is #4B87B5. Grayscale: #848484. Windows color (decimal): -4949942 or 4880564. OLE color: 4880564.
HSL color Cylindrical-coordinate representation of color #B4784A: hue angle of 26.04º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4784A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 120 | 74 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.29 |
| HSL | 26.04º | 0.42% | 0.5% | - |
| HSV(B) | 26.04º | 0.59% | 0.71% | - |
| XYZ | 26.77 | 23.63 | 9.63 | - |
| YUV | 132.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 74 | 0 | 0.33 | 0.59 | 0.29 | 26.04 | 0.42 | 0.5 |
| Hex | B4 | 78 | 4A | 0 | 21 | 3B | 1D | 1A | 2A | 32 |
| Octal | 264 | 170 | 112 | 0 | 41 | 73 | 35 | 32 | 52 | 62 |
| Binary | 10110100 | 1111000 | 1001010 | 0 | 100001 | 111011 | 11101 | 11010 | 101010 | 110010 |
Color Harmonies of #B4784A
Complementary color
Monochromatic Colors of #B4784A
Black with #B4784A
Text Example
Text Example
White with #B4784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4784A; }
p { color: rgb(180,120,74); }
H1.HeaderClassName
{
color: #B4784A;
}
.AnyTagClassName
{
color: #B4784A;
}
</style>
background-color css
<style>
a { background-color: #B4784A; }
a { background-color: rgb(180,120,74); }
div.DivClassName
{
background-color: #B4784A;
}
.BgClassName
{
background-color: #B4784A;
}
</style>
border-color css
<style>
span { border-color: #B4784A; }
span { border-color: rgb(180,120,74); }
td.TdClassName
{
border-color: #B4784A;
}
.TagClassName
{
border-color: #B4784A;
}
</style>