Shades of Brandy Punch #B7763E
Tints of Brandy Punch #B7763E
RGB
CMYK
RGB Variations
Color information
#B7763E (or 0xB7763E) is known color: Brandy Punch. HEX triplet: B7, 76 and 3E. RGB value is (183,118,62). Sum of RGB (Red+Green+Blue) = 183+118+62=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7763E is #4889C1. Grayscale: #838383. Windows color (decimal): -4753858 or 4093623. OLE color: 4093623.
HSL color Cylindrical-coordinate representation of color #B7763E: hue angle of 27.77º 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 #B7763E is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 62 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.28 |
| HSL | 27.77º | 0.49% | 0.48% | - |
| HSV(B) | 27.77º | 0.66% | 0.72% | - |
| XYZ | 26.88 | 23.37 | 7.65 | - |
| YUV | 131.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 62 | 0 | 0.36 | 0.66 | 0.28 | 27.77 | 0.49 | 0.48 |
| Hex | B7 | 76 | 3E | 0 | 24 | 42 | 1C | 1C | 31 | 30 |
| Octal | 267 | 166 | 76 | 0 | 44 | 102 | 34 | 34 | 61 | 60 |
| Binary | 10110111 | 1110110 | 111110 | 0 | 100100 | 1000010 | 11100 | 11100 | 110001 | 110000 |
Color Harmonies of #B7763E
Complementary color
Monochromatic Colors of #B7763E
Black with #B7763E
Text Example
Text Example
White with #B7763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7763E; }
p { color: rgb(183,118,62); }
H1.HeaderClassName
{
color: #B7763E;
}
.AnyTagClassName
{
color: #B7763E;
}
</style>
background-color css
<style>
a { background-color: #B7763E; }
a { background-color: rgb(183,118,62); }
div.DivClassName
{
background-color: #B7763E;
}
.BgClassName
{
background-color: #B7763E;
}
</style>
border-color css
<style>
span { border-color: #B7763E; }
span { border-color: rgb(183,118,62); }
td.TdClassName
{
border-color: #B7763E;
}
.TagClassName
{
border-color: #B7763E;
}
</style>