Shades of Brandy Punch #B77C49
Tints of Brandy Punch #B77C49
RGB
CMYK
RGB Variations
Color information
#B77C49 (or 0xB77C49) is known color: Brandy Punch. HEX triplet: B7, 7C and 49. RGB value is (183,124,73). Sum of RGB (Red+Green+Blue) = 183+124+73=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C49 is #4883B6. Grayscale: #888888. Windows color (decimal): -4752311 or 4816055. OLE color: 4816055.
HSL color Cylindrical-coordinate representation of color #B77C49: hue angle of 27.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B77C49 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 73 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.28 |
| HSL | 27.82º | 0.43% | 0.5% | - |
| HSV(B) | 27.82º | 0.6% | 0.72% | - |
| XYZ | 27.94 | 24.96 | 9.65 | - |
| YUV | 135.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 73 | 0 | 0.32 | 0.60 | 0.28 | 27.82 | 0.43 | 0.5 |
| Hex | B7 | 7C | 49 | 0 | 20 | 3C | 1C | 1C | 2B | 32 |
| Octal | 267 | 174 | 111 | 0 | 40 | 74 | 34 | 34 | 53 | 62 |
| Binary | 10110111 | 1111100 | 1001001 | 0 | 100000 | 111100 | 11100 | 11100 | 101011 | 110010 |
Color Harmonies of #B77C49
Complementary color
Monochromatic Colors of #B77C49
Black with #B77C49
Text Example
Text Example
White with #B77C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C49; }
p { color: rgb(183,124,73); }
H1.HeaderClassName
{
color: #B77C49;
}
.AnyTagClassName
{
color: #B77C49;
}
</style>
background-color css
<style>
a { background-color: #B77C49; }
a { background-color: rgb(183,124,73); }
div.DivClassName
{
background-color: #B77C49;
}
.BgClassName
{
background-color: #B77C49;
}
</style>
border-color css
<style>
span { border-color: #B77C49; }
span { border-color: rgb(183,124,73); }
td.TdClassName
{
border-color: #B77C49;
}
.TagClassName
{
border-color: #B77C49;
}
</style>