Shades of Brandy Punch #B5784D
Tints of Brandy Punch #B5784D
RGB
CMYK
RGB Variations
Color information
#B5784D (or 0xB5784D) is known color: Brandy Punch. HEX triplet: B5, 78 and 4D. RGB value is (181,120,77). Sum of RGB (Red+Green+Blue) = 181+120+77=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5784D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5784D is #4A87B2. Grayscale: #858585. Windows color (decimal): -4884403 or 5077173. OLE color: 5077173.
HSL color Cylindrical-coordinate representation of color #B5784D: hue angle of 24.81º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5784D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 77 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.29 |
| HSL | 24.81º | 0.41% | 0.51% | - |
| HSV(B) | 24.81º | 0.57% | 0.71% | - |
| XYZ | 27.11 | 23.79 | 10.18 | - |
| YUV | 133.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 77 | 0 | 0.34 | 0.57 | 0.29 | 24.81 | 0.41 | 0.51 |
| Hex | B5 | 78 | 4D | 0 | 22 | 39 | 1D | 19 | 29 | 33 |
| Octal | 265 | 170 | 115 | 0 | 42 | 71 | 35 | 31 | 51 | 63 |
| Binary | 10110101 | 1111000 | 1001101 | 0 | 100010 | 111001 | 11101 | 11001 | 101001 | 110011 |
Color Harmonies of #B5784D
Complementary color
Monochromatic Colors of #B5784D
Black with #B5784D
Text Example
Text Example
White with #B5784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5784D; }
p { color: rgb(181,120,77); }
H1.HeaderClassName
{
color: #B5784D;
}
.AnyTagClassName
{
color: #B5784D;
}
</style>
background-color css
<style>
a { background-color: #B5784D; }
a { background-color: rgb(181,120,77); }
div.DivClassName
{
background-color: #B5784D;
}
.BgClassName
{
background-color: #B5784D;
}
</style>
border-color css
<style>
span { border-color: #B5784D; }
span { border-color: rgb(181,120,77); }
td.TdClassName
{
border-color: #B5784D;
}
.TagClassName
{
border-color: #B5784D;
}
</style>