Shades of Brandy Punch #B57648
Tints of Brandy Punch #B57648
RGB
CMYK
RGB Variations
Color information
#B57648 (or 0xB57648) is known color: Brandy Punch. HEX triplet: B5, 76 and 48. RGB value is (181,118,72). Sum of RGB (Red+Green+Blue) = 181+118+72=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B57648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57648 is #4A89B7. Grayscale: #838383. Windows color (decimal): -4884920 or 4748981. OLE color: 4748981.
HSL color Cylindrical-coordinate representation of color #B57648: hue angle of 25.32º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B57648 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 72 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.29 |
| HSL | 25.32º | 0.43% | 0.5% | - |
| HSV(B) | 25.32º | 0.6% | 0.71% | - |
| XYZ | 26.7 | 23.25 | 9.21 | - |
| YUV | 131.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 72 | 0 | 0.35 | 0.60 | 0.29 | 25.32 | 0.43 | 0.5 |
| Hex | B5 | 76 | 48 | 0 | 23 | 3C | 1D | 19 | 2B | 32 |
| Octal | 265 | 166 | 110 | 0 | 43 | 74 | 35 | 31 | 53 | 62 |
| Binary | 10110101 | 1110110 | 1001000 | 0 | 100011 | 111100 | 11101 | 11001 | 101011 | 110010 |
Color Harmonies of #B57648
Complementary color
Monochromatic Colors of #B57648
Black with #B57648
Text Example
Text Example
White with #B57648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57648; }
p { color: rgb(181,118,72); }
H1.HeaderClassName
{
color: #B57648;
}
.AnyTagClassName
{
color: #B57648;
}
</style>
background-color css
<style>
a { background-color: #B57648; }
a { background-color: rgb(181,118,72); }
div.DivClassName
{
background-color: #B57648;
}
.BgClassName
{
background-color: #B57648;
}
</style>
border-color css
<style>
span { border-color: #B57648; }
span { border-color: rgb(181,118,72); }
td.TdClassName
{
border-color: #B57648;
}
.TagClassName
{
border-color: #B57648;
}
</style>