Shades of Brandy Punch #BE7E4D
Tints of Brandy Punch #BE7E4D
RGB
CMYK
RGB Variations
Color information
#BE7E4D (or 0xBE7E4D) is known color: Brandy Punch. HEX triplet: BE, 7E and 4D. RGB value is (190,126,77). Sum of RGB (Red+Green+Blue) = 190+126+77=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E4D is #4181B2. Grayscale: #8B8B8B. Windows color (decimal): -4293043 or 5078718. OLE color: 5078718.
HSL color Cylindrical-coordinate representation of color #BE7E4D: hue angle of 26.02º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE7E4D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 77 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.25 |
| HSL | 26.02º | 0.47% | 0.52% | - |
| HSV(B) | 26.02º | 0.59% | 0.75% | - |
| XYZ | 30.04 | 26.4 | 10.53 | - |
| YUV | 139.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 77 | 0 | 0.34 | 0.59 | 0.25 | 26.02 | 0.47 | 0.52 |
| Hex | BE | 7E | 4D | 0 | 22 | 3B | 19 | 1A | 2F | 34 |
| Octal | 276 | 176 | 115 | 0 | 42 | 73 | 31 | 32 | 57 | 64 |
| Binary | 10111110 | 1111110 | 1001101 | 0 | 100010 | 111011 | 11001 | 11010 | 101111 | 110100 |
Color Harmonies of #BE7E4D
Complementary color
Monochromatic Colors of #BE7E4D
Black with #BE7E4D
Text Example
Text Example
White with #BE7E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E4D; }
p { color: rgb(190,126,77); }
H1.HeaderClassName
{
color: #BE7E4D;
}
.AnyTagClassName
{
color: #BE7E4D;
}
</style>
background-color css
<style>
a { background-color: #BE7E4D; }
a { background-color: rgb(190,126,77); }
div.DivClassName
{
background-color: #BE7E4D;
}
.BgClassName
{
background-color: #BE7E4D;
}
</style>
border-color css
<style>
span { border-color: #BE7E4D; }
span { border-color: rgb(190,126,77); }
td.TdClassName
{
border-color: #BE7E4D;
}
.TagClassName
{
border-color: #BE7E4D;
}
</style>