Shades of Brandy Punch #B77C48
Tints of Brandy Punch #B77C48
RGB
CMYK
RGB Variations
Color information
#B77C48 (or 0xB77C48) is known color: Brandy Punch. HEX triplet: B7, 7C and 48. RGB value is (183,124,72). Sum of RGB (Red+Green+Blue) = 183+124+72=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C48 is #4883B7. Grayscale: #878787. Windows color (decimal): -4752312 or 4750519. OLE color: 4750519.
HSL color Cylindrical-coordinate representation of color #B77C48: hue angle of 28.11º 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 #B77C48 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 72 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.28 |
| HSL | 28.11º | 0.44% | 0.5% | - |
| HSV(B) | 28.11º | 0.61% | 0.72% | - |
| XYZ | 27.91 | 24.95 | 9.48 | - |
| YUV | 135.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 72 | 0 | 0.32 | 0.61 | 0.28 | 28.11 | 0.44 | 0.5 |
| Hex | B7 | 7C | 48 | 0 | 20 | 3D | 1C | 1C | 2C | 32 |
| Octal | 267 | 174 | 110 | 0 | 40 | 75 | 34 | 34 | 54 | 62 |
| Binary | 10110111 | 1111100 | 1001000 | 0 | 100000 | 111101 | 11100 | 11100 | 101100 | 110010 |
Color Harmonies of #B77C48
Complementary color
Monochromatic Colors of #B77C48
Black with #B77C48
Text Example
Text Example
White with #B77C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C48; }
p { color: rgb(183,124,72); }
H1.HeaderClassName
{
color: #B77C48;
}
.AnyTagClassName
{
color: #B77C48;
}
</style>
background-color css
<style>
a { background-color: #B77C48; }
a { background-color: rgb(183,124,72); }
div.DivClassName
{
background-color: #B77C48;
}
.BgClassName
{
background-color: #B77C48;
}
</style>
border-color css
<style>
span { border-color: #B77C48; }
span { border-color: rgb(183,124,72); }
td.TdClassName
{
border-color: #B77C48;
}
.TagClassName
{
border-color: #B77C48;
}
</style>