Shades of Brandy Punch #BE834D
Tints of Brandy Punch #BE834D
RGB
CMYK
RGB Variations
Color information
#BE834D (or 0xBE834D) is known color: Brandy Punch. HEX triplet: BE, 83 and 4D. RGB value is (190,131,77). Sum of RGB (Red+Green+Blue) = 190+131+77=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE834D is #417CB2. Grayscale: #8E8E8E. Windows color (decimal): -4291763 or 5079998. OLE color: 5079998.
HSL color Cylindrical-coordinate representation of color #BE834D: hue angle of 28.67º 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 #BE834D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 77 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.25 |
| HSL | 28.67º | 0.47% | 0.52% | - |
| HSV(B) | 28.67º | 0.59% | 0.75% | - |
| XYZ | 30.69 | 27.72 | 10.75 | - |
| YUV | 142.49 | 91.05 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 77 | 0 | 0.31 | 0.59 | 0.25 | 28.67 | 0.47 | 0.52 |
| Hex | BE | 83 | 4D | 0 | 1F | 3B | 19 | 1D | 2F | 34 |
| Octal | 276 | 203 | 115 | 0 | 37 | 73 | 31 | 35 | 57 | 64 |
| Binary | 10111110 | 10000011 | 1001101 | 0 | 11111 | 111011 | 11001 | 11101 | 101111 | 110100 |
Color Harmonies of #BE834D
Complementary color
Monochromatic Colors of #BE834D
Black with #BE834D
Text Example
Text Example
White with #BE834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE834D; }
p { color: rgb(190,131,77); }
H1.HeaderClassName
{
color: #BE834D;
}
.AnyTagClassName
{
color: #BE834D;
}
</style>
background-color css
<style>
a { background-color: #BE834D; }
a { background-color: rgb(190,131,77); }
div.DivClassName
{
background-color: #BE834D;
}
.BgClassName
{
background-color: #BE834D;
}
</style>
border-color css
<style>
span { border-color: #BE834D; }
span { border-color: rgb(190,131,77); }
td.TdClassName
{
border-color: #BE834D;
}
.TagClassName
{
border-color: #BE834D;
}
</style>