Shades of Brandy Punch #B77847
Tints of Brandy Punch #B77847
RGB
CMYK
RGB Variations
Color information
#B77847 (or 0xB77847) is known color: Brandy Punch. HEX triplet: B7, 78 and 47. RGB value is (183,120,71). Sum of RGB (Red+Green+Blue) = 183+120+71=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77847 is #4887B8. Grayscale: #858585. Windows color (decimal): -4753337 or 4683959. OLE color: 4683959.
HSL color Cylindrical-coordinate representation of color #B77847: hue angle of 26.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B77847 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 71 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.28 |
| HSL | 26.25º | 0.44% | 0.5% | - |
| HSV(B) | 26.25º | 0.61% | 0.72% | - |
| XYZ | 27.38 | 23.96 | 9.14 | - |
| YUV | 133.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 71 | 0 | 0.34 | 0.61 | 0.28 | 26.25 | 0.44 | 0.5 |
| Hex | B7 | 78 | 47 | 0 | 22 | 3D | 1C | 1A | 2C | 32 |
| Octal | 267 | 170 | 107 | 0 | 42 | 75 | 34 | 32 | 54 | 62 |
| Binary | 10110111 | 1111000 | 1000111 | 0 | 100010 | 111101 | 11100 | 11010 | 101100 | 110010 |
Color Harmonies of #B77847
Complementary color
Monochromatic Colors of #B77847
Black with #B77847
Text Example
Text Example
White with #B77847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77847; }
p { color: rgb(183,120,71); }
H1.HeaderClassName
{
color: #B77847;
}
.AnyTagClassName
{
color: #B77847;
}
</style>
background-color css
<style>
a { background-color: #B77847; }
a { background-color: rgb(183,120,71); }
div.DivClassName
{
background-color: #B77847;
}
.BgClassName
{
background-color: #B77847;
}
</style>
border-color css
<style>
span { border-color: #B77847; }
span { border-color: rgb(183,120,71); }
td.TdClassName
{
border-color: #B77847;
}
.TagClassName
{
border-color: #B77847;
}
</style>