Shades of Brandy Punch #B57745
Tints of Brandy Punch #B57745
RGB
CMYK
RGB Variations
Color information
#B57745 (or 0xB57745) is known color: Brandy Punch. HEX triplet: B5, 77 and 45. RGB value is (181,119,69). Sum of RGB (Red+Green+Blue) = 181+119+69=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B57745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57745 is #4A88BA. Grayscale: #848484. Windows color (decimal): -4884667 or 4552629. OLE color: 4552629.
HSL color Cylindrical-coordinate representation of color #B57745: hue angle of 26.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B57745 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 69 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.29 |
| HSL | 26.79º | 0.45% | 0.49% | - |
| HSV(B) | 26.79º | 0.62% | 0.71% | - |
| XYZ | 26.73 | 23.45 | 8.75 | - |
| YUV | 131.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 69 | 0 | 0.34 | 0.62 | 0.29 | 26.79 | 0.45 | 0.49 |
| Hex | B5 | 77 | 45 | 0 | 22 | 3E | 1D | 1B | 2D | 31 |
| Octal | 265 | 167 | 105 | 0 | 42 | 76 | 35 | 33 | 55 | 61 |
| Binary | 10110101 | 1110111 | 1000101 | 0 | 100010 | 111110 | 11101 | 11011 | 101101 | 110001 |
Color Harmonies of #B57745
Complementary color
Monochromatic Colors of #B57745
Black with #B57745
Text Example
Text Example
White with #B57745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57745; }
p { color: rgb(181,119,69); }
H1.HeaderClassName
{
color: #B57745;
}
.AnyTagClassName
{
color: #B57745;
}
</style>
background-color css
<style>
a { background-color: #B57745; }
a { background-color: rgb(181,119,69); }
div.DivClassName
{
background-color: #B57745;
}
.BgClassName
{
background-color: #B57745;
}
</style>
border-color css
<style>
span { border-color: #B57745; }
span { border-color: rgb(181,119,69); }
td.TdClassName
{
border-color: #B57745;
}
.TagClassName
{
border-color: #B57745;
}
</style>