Shades of Brandy Punch #B57741
Tints of Brandy Punch #B57741
RGB
CMYK
RGB Variations
Color information
#B57741 (or 0xB57741) is known color: Brandy Punch. HEX triplet: B5, 77 and 41. RGB value is (181,119,65). Sum of RGB (Red+Green+Blue) = 181+119+65=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B57741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57741 is #4A88BE. Grayscale: #838383. Windows color (decimal): -4884671 or 4290485. OLE color: 4290485.
HSL color Cylindrical-coordinate representation of color #B57741: hue angle of 27.93º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B57741 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 65 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.29 |
| HSL | 27.93º | 0.47% | 0.48% | - |
| HSV(B) | 27.93º | 0.64% | 0.71% | - |
| XYZ | 26.61 | 23.4 | 8.12 | - |
| YUV | 131.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 65 | 0 | 0.34 | 0.64 | 0.29 | 27.93 | 0.47 | 0.48 |
| Hex | B5 | 77 | 41 | 0 | 22 | 40 | 1D | 1C | 2F | 30 |
| Octal | 265 | 167 | 101 | 0 | 42 | 100 | 35 | 34 | 57 | 60 |
| Binary | 10110101 | 1110111 | 1000001 | 0 | 100010 | 1000000 | 11101 | 11100 | 101111 | 110000 |
Color Harmonies of #B57741
Complementary color
Monochromatic Colors of #B57741
Black with #B57741
Text Example
Text Example
White with #B57741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57741; }
p { color: rgb(181,119,65); }
H1.HeaderClassName
{
color: #B57741;
}
.AnyTagClassName
{
color: #B57741;
}
</style>
background-color css
<style>
a { background-color: #B57741; }
a { background-color: rgb(181,119,65); }
div.DivClassName
{
background-color: #B57741;
}
.BgClassName
{
background-color: #B57741;
}
</style>
border-color css
<style>
span { border-color: #B57741; }
span { border-color: rgb(181,119,65); }
td.TdClassName
{
border-color: #B57741;
}
.TagClassName
{
border-color: #B57741;
}
</style>