Shades of Brandy Punch #B77947
Tints of Brandy Punch #B77947
RGB
CMYK
RGB Variations
Color information
#B77947 (or 0xB77947) is known color: Brandy Punch. HEX triplet: B7, 79 and 47. RGB value is (183,121,71). Sum of RGB (Red+Green+Blue) = 183+121+71=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B77947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77947 is #4886B8. Grayscale: #868686. Windows color (decimal): -4753081 or 4684215. OLE color: 4684215.
HSL color Cylindrical-coordinate representation of color #B77947: hue angle of 26.79º 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 #B77947 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 71 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.28 |
| HSL | 26.79º | 0.44% | 0.5% | - |
| HSV(B) | 26.79º | 0.61% | 0.72% | - |
| XYZ | 27.5 | 24.2 | 9.18 | - |
| YUV | 133.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 71 | 0 | 0.34 | 0.61 | 0.28 | 26.79 | 0.44 | 0.5 |
| Hex | B7 | 79 | 47 | 0 | 22 | 3D | 1C | 1B | 2C | 32 |
| Octal | 267 | 171 | 107 | 0 | 42 | 75 | 34 | 33 | 54 | 62 |
| Binary | 10110111 | 1111001 | 1000111 | 0 | 100010 | 111101 | 11100 | 11011 | 101100 | 110010 |
Color Harmonies of #B77947
Complementary color
Monochromatic Colors of #B77947
Black with #B77947
Text Example
Text Example
White with #B77947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77947; }
p { color: rgb(183,121,71); }
H1.HeaderClassName
{
color: #B77947;
}
.AnyTagClassName
{
color: #B77947;
}
</style>
background-color css
<style>
a { background-color: #B77947; }
a { background-color: rgb(183,121,71); }
div.DivClassName
{
background-color: #B77947;
}
.BgClassName
{
background-color: #B77947;
}
</style>
border-color css
<style>
span { border-color: #B77947; }
span { border-color: rgb(183,121,71); }
td.TdClassName
{
border-color: #B77947;
}
.TagClassName
{
border-color: #B77947;
}
</style>