Shades of Brandy Punch #BE7C40
Tints of Brandy Punch #BE7C40
RGB
CMYK
RGB Variations
Color information
#BE7C40 (or 0xBE7C40) is known color: Brandy Punch. HEX triplet: BE, 7C and 40. RGB value is (190,124,64). Sum of RGB (Red+Green+Blue) = 190+124+64=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7C40 is #4183BF. Grayscale: #898989. Windows color (decimal): -4293568 or 4226238. OLE color: 4226238.
HSL color Cylindrical-coordinate representation of color #BE7C40: hue angle of 28.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE7C40 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 64 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.25 |
| HSL | 28.57º | 0.5% | 0.5% | - |
| HSV(B) | 28.57º | 0.66% | 0.75% | - |
| XYZ | 29.37 | 25.73 | 8.27 | - |
| YUV | 136.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 64 | 0 | 0.35 | 0.66 | 0.25 | 28.57 | 0.5 | 0.5 |
| Hex | BE | 7C | 40 | 0 | 23 | 42 | 19 | 1D | 32 | 32 |
| Octal | 276 | 174 | 100 | 0 | 43 | 102 | 31 | 35 | 62 | 62 |
| Binary | 10111110 | 1111100 | 1000000 | 0 | 100011 | 1000010 | 11001 | 11101 | 110010 | 110010 |
Color Harmonies of #BE7C40
Complementary color
Monochromatic Colors of #BE7C40
Black with #BE7C40
Text Example
Text Example
White with #BE7C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C40; }
p { color: rgb(190,124,64); }
H1.HeaderClassName
{
color: #BE7C40;
}
.AnyTagClassName
{
color: #BE7C40;
}
</style>
background-color css
<style>
a { background-color: #BE7C40; }
a { background-color: rgb(190,124,64); }
div.DivClassName
{
background-color: #BE7C40;
}
.BgClassName
{
background-color: #BE7C40;
}
</style>
border-color css
<style>
span { border-color: #BE7C40; }
span { border-color: rgb(190,124,64); }
td.TdClassName
{
border-color: #BE7C40;
}
.TagClassName
{
border-color: #BE7C40;
}
</style>