Shades of Brandy Punch #B77C53
Tints of Brandy Punch #B77C53
RGB
CMYK
RGB Variations
Color information
#B77C53 (or 0xB77C53) is known color: Brandy Punch. HEX triplet: B7, 7C and 53. RGB value is (183,124,83). Sum of RGB (Red+Green+Blue) = 183+124+83=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C53 is #4883AC. Grayscale: #898989. Windows color (decimal): -4752301 or 5471415. OLE color: 5471415.
HSL color Cylindrical-coordinate representation of color #B77C53: hue angle of 24.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B77C53 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 83 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.28 |
| HSL | 24.6º | 0.41% | 0.52% | - |
| HSV(B) | 24.6º | 0.55% | 0.72% | - |
| XYZ | 28.3 | 25.11 | 11.54 | - |
| YUV | 136.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 83 | 0 | 0.32 | 0.55 | 0.28 | 24.6 | 0.41 | 0.52 |
| Hex | B7 | 7C | 53 | 0 | 20 | 37 | 1C | 19 | 29 | 34 |
| Octal | 267 | 174 | 123 | 0 | 40 | 67 | 34 | 31 | 51 | 64 |
| Binary | 10110111 | 1111100 | 1010011 | 0 | 100000 | 110111 | 11100 | 11001 | 101001 | 110100 |
Color Harmonies of #B77C53
Complementary color
Monochromatic Colors of #B77C53
Black with #B77C53
Text Example
Text Example
White with #B77C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C53; }
p { color: rgb(183,124,83); }
H1.HeaderClassName
{
color: #B77C53;
}
.AnyTagClassName
{
color: #B77C53;
}
</style>
background-color css
<style>
a { background-color: #B77C53; }
a { background-color: rgb(183,124,83); }
div.DivClassName
{
background-color: #B77C53;
}
.BgClassName
{
background-color: #B77C53;
}
</style>
border-color css
<style>
span { border-color: #B77C53; }
span { border-color: rgb(183,124,83); }
td.TdClassName
{
border-color: #B77C53;
}
.TagClassName
{
border-color: #B77C53;
}
</style>