Shades of Brandy Punch #BE7B50
Tints of Brandy Punch #BE7B50
RGB
CMYK
RGB Variations
Color information
#BE7B50 (or 0xBE7B50) is known color: Brandy Punch. HEX triplet: BE, 7B and 50. RGB value is (190,123,80). Sum of RGB (Red+Green+Blue) = 190+123+80=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B50 is #4184AF. Grayscale: #8A8A8A. Windows color (decimal): -4293808 or 5274558. OLE color: 5274558.
HSL color Cylindrical-coordinate representation of color #BE7B50: hue angle of 23.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE7B50 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 80 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.25 |
| HSL | 23.45º | 0.46% | 0.53% | - |
| HSV(B) | 23.45º | 0.58% | 0.75% | - |
| XYZ | 29.77 | 25.69 | 10.98 | - |
| YUV | 138.13 | 95.2 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 80 | 0 | 0.35 | 0.58 | 0.25 | 23.45 | 0.46 | 0.53 |
| Hex | BE | 7B | 50 | 0 | 23 | 3A | 19 | 17 | 2E | 35 |
| Octal | 276 | 173 | 120 | 0 | 43 | 72 | 31 | 27 | 56 | 65 |
| Binary | 10111110 | 1111011 | 1010000 | 0 | 100011 | 111010 | 11001 | 10111 | 101110 | 110101 |
Color Harmonies of #BE7B50
Complementary color
Monochromatic Colors of #BE7B50
Black with #BE7B50
Text Example
Text Example
White with #BE7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B50; }
p { color: rgb(190,123,80); }
H1.HeaderClassName
{
color: #BE7B50;
}
.AnyTagClassName
{
color: #BE7B50;
}
</style>
background-color css
<style>
a { background-color: #BE7B50; }
a { background-color: rgb(190,123,80); }
div.DivClassName
{
background-color: #BE7B50;
}
.BgClassName
{
background-color: #BE7B50;
}
</style>
border-color css
<style>
span { border-color: #BE7B50; }
span { border-color: rgb(190,123,80); }
td.TdClassName
{
border-color: #BE7B50;
}
.TagClassName
{
border-color: #BE7B50;
}
</style>