Shades of Brandy Punch #B77E3E
Tints of Brandy Punch #B77E3E
RGB
CMYK
RGB Variations
Color information
#B77E3E (or 0xB77E3E) is known color: Brandy Punch. HEX triplet: B7, 7E and 3E. RGB value is (183,126,62). Sum of RGB (Red+Green+Blue) = 183+126+62=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E3E is #4881C1. Grayscale: #888888. Windows color (decimal): -4751810 or 4095671. OLE color: 4095671.
HSL color Cylindrical-coordinate representation of color #B77E3E: hue angle of 31.74º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B77E3E is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 62 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.28 |
| HSL | 31.74º | 0.49% | 0.48% | - |
| HSV(B) | 31.74º | 0.66% | 0.72% | - |
| XYZ | 27.86 | 25.34 | 7.98 | - |
| YUV | 135.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 62 | 0 | 0.31 | 0.66 | 0.28 | 31.74 | 0.49 | 0.48 |
| Hex | B7 | 7E | 3E | 0 | 1F | 42 | 1C | 20 | 31 | 30 |
| Octal | 267 | 176 | 76 | 0 | 37 | 102 | 34 | 40 | 61 | 60 |
| Binary | 10110111 | 1111110 | 111110 | 0 | 11111 | 1000010 | 11100 | 100000 | 110001 | 110000 |
Color Harmonies of #B77E3E
Complementary color
Monochromatic Colors of #B77E3E
Black with #B77E3E
Text Example
Text Example
White with #B77E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E3E; }
p { color: rgb(183,126,62); }
H1.HeaderClassName
{
color: #B77E3E;
}
.AnyTagClassName
{
color: #B77E3E;
}
</style>
background-color css
<style>
a { background-color: #B77E3E; }
a { background-color: rgb(183,126,62); }
div.DivClassName
{
background-color: #B77E3E;
}
.BgClassName
{
background-color: #B77E3E;
}
</style>
border-color css
<style>
span { border-color: #B77E3E; }
span { border-color: rgb(183,126,62); }
td.TdClassName
{
border-color: #B77E3E;
}
.TagClassName
{
border-color: #B77E3E;
}
</style>