Shades of Brandy Punch #BE7D52
Tints of Brandy Punch #BE7D52
RGB
CMYK
RGB Variations
Color information
#BE7D52 (or 0xBE7D52) is known color: Brandy Punch. HEX triplet: BE, 7D and 52. RGB value is (190,125,82). Sum of RGB (Red+Green+Blue) = 190+125+82=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 82 (32.42% from 255 or 20.65% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D52 is #4182AD. Grayscale: #8B8B8B. Windows color (decimal): -4293294 or 5406142. OLE color: 5406142.
HSL color Cylindrical-coordinate representation of color #BE7D52: hue angle of 23.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE7D52 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 82 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.25 |
| HSL | 23.89º | 0.45% | 0.53% | - |
| HSV(B) | 23.89º | 0.57% | 0.75% | - |
| XYZ | 30.09 | 26.22 | 11.46 | - |
| YUV | 139.53 | 95.53 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 82 | 0 | 0.34 | 0.57 | 0.25 | 23.89 | 0.45 | 0.53 |
| Hex | BE | 7D | 52 | 0 | 22 | 39 | 19 | 18 | 2D | 35 |
| Octal | 276 | 175 | 122 | 0 | 42 | 71 | 31 | 30 | 55 | 65 |
| Binary | 10111110 | 1111101 | 1010010 | 0 | 100010 | 111001 | 11001 | 11000 | 101101 | 110101 |
Color Harmonies of #BE7D52
Complementary color
Monochromatic Colors of #BE7D52
Black with #BE7D52
Text Example
Text Example
White with #BE7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D52; }
p { color: rgb(190,125,82); }
H1.HeaderClassName
{
color: #BE7D52;
}
.AnyTagClassName
{
color: #BE7D52;
}
</style>
background-color css
<style>
a { background-color: #BE7D52; }
a { background-color: rgb(190,125,82); }
div.DivClassName
{
background-color: #BE7D52;
}
.BgClassName
{
background-color: #BE7D52;
}
</style>
border-color css
<style>
span { border-color: #BE7D52; }
span { border-color: rgb(190,125,82); }
td.TdClassName
{
border-color: #BE7D52;
}
.TagClassName
{
border-color: #BE7D52;
}
</style>