Shades of Brandy Punch #BE7D55
Tints of Brandy Punch #BE7D55
RGB
CMYK
RGB Variations
Color information
#BE7D55 (or 0xBE7D55) is known color: Brandy Punch. HEX triplet: BE, 7D and 55. RGB value is (190,125,85). Sum of RGB (Red+Green+Blue) = 190+125+85=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D55 is #4182AA. Grayscale: #8C8C8C. Windows color (decimal): -4293291 or 5602750. OLE color: 5602750.
HSL color Cylindrical-coordinate representation of color #BE7D55: hue angle of 22.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE7D55 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 85 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.25 |
| HSL | 22.86º | 0.45% | 0.54% | - |
| HSV(B) | 22.86º | 0.55% | 0.75% | - |
| XYZ | 30.21 | 26.27 | 12.07 | - |
| YUV | 139.88 | 97.03 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 85 | 0 | 0.34 | 0.55 | 0.25 | 22.86 | 0.45 | 0.54 |
| Hex | BE | 7D | 55 | 0 | 22 | 37 | 19 | 17 | 2D | 36 |
| Octal | 276 | 175 | 125 | 0 | 42 | 67 | 31 | 27 | 55 | 66 |
| Binary | 10111110 | 1111101 | 1010101 | 0 | 100010 | 110111 | 11001 | 10111 | 101101 | 110110 |
Color Harmonies of #BE7D55
Complementary color
Monochromatic Colors of #BE7D55
Black with #BE7D55
Text Example
Text Example
White with #BE7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D55; }
p { color: rgb(190,125,85); }
H1.HeaderClassName
{
color: #BE7D55;
}
.AnyTagClassName
{
color: #BE7D55;
}
</style>
background-color css
<style>
a { background-color: #BE7D55; }
a { background-color: rgb(190,125,85); }
div.DivClassName
{
background-color: #BE7D55;
}
.BgClassName
{
background-color: #BE7D55;
}
</style>
border-color css
<style>
span { border-color: #BE7D55; }
span { border-color: rgb(190,125,85); }
td.TdClassName
{
border-color: #BE7D55;
}
.TagClassName
{
border-color: #BE7D55;
}
</style>