Shades of Brandy Punch #B77F47
Tints of Brandy Punch #B77F47
RGB
CMYK
RGB Variations
Color information
#B77F47 (or 0xB77F47) is known color: Brandy Punch. HEX triplet: B7, 7F and 47. RGB value is (183,127,71). Sum of RGB (Red+Green+Blue) = 183+127+71=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F47 is #4880B8. Grayscale: #898989. Windows color (decimal): -4751545 or 4685751. OLE color: 4685751.
HSL color Cylindrical-coordinate representation of color #B77F47: hue angle of 30º 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 #B77F47 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 71 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.28 |
| HSL | 30º | 0.44% | 0.5% | - |
| HSV(B) | 30º | 0.61% | 0.72% | - |
| XYZ | 28.26 | 25.7 | 9.43 | - |
| YUV | 137.36 | 90.55 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 71 | 0 | 0.31 | 0.61 | 0.28 | 30 | 0.44 | 0.5 |
| Hex | B7 | 7F | 47 | 0 | 1F | 3D | 1C | 1E | 2C | 32 |
| Octal | 267 | 177 | 107 | 0 | 37 | 75 | 34 | 36 | 54 | 62 |
| Binary | 10110111 | 1111111 | 1000111 | 0 | 11111 | 111101 | 11100 | 11110 | 101100 | 110010 |
Color Harmonies of #B77F47
Complementary color
Monochromatic Colors of #B77F47
Black with #B77F47
Text Example
Text Example
White with #B77F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F47; }
p { color: rgb(183,127,71); }
H1.HeaderClassName
{
color: #B77F47;
}
.AnyTagClassName
{
color: #B77F47;
}
</style>
background-color css
<style>
a { background-color: #B77F47; }
a { background-color: rgb(183,127,71); }
div.DivClassName
{
background-color: #B77F47;
}
.BgClassName
{
background-color: #B77F47;
}
</style>
border-color css
<style>
span { border-color: #B77F47; }
span { border-color: rgb(183,127,71); }
td.TdClassName
{
border-color: #B77F47;
}
.TagClassName
{
border-color: #B77F47;
}
</style>