Shades of Brandy Punch #BE8246
Tints of Brandy Punch #BE8246
RGB
CMYK
RGB Variations
Color information
#BE8246 (or 0xBE8246) is known color: Brandy Punch. HEX triplet: BE, 82 and 46. RGB value is (190,130,70). Sum of RGB (Red+Green+Blue) = 190+130+70=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8246 is #417DB9. Grayscale: #8D8D8D. Windows color (decimal): -4292026 or 4620990. OLE color: 4620990.
HSL color Cylindrical-coordinate representation of color #BE8246: hue angle of 30º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE8246 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 70 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.25 |
| HSL | 30º | 0.48% | 0.51% | - |
| HSV(B) | 30º | 0.63% | 0.75% | - |
| XYZ | 30.32 | 27.35 | 9.48 | - |
| YUV | 141.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 70 | 0 | 0.32 | 0.63 | 0.25 | 30 | 0.48 | 0.51 |
| Hex | BE | 82 | 46 | 0 | 20 | 3F | 19 | 1E | 30 | 33 |
| Octal | 276 | 202 | 106 | 0 | 40 | 77 | 31 | 36 | 60 | 63 |
| Binary | 10111110 | 10000010 | 1000110 | 0 | 100000 | 111111 | 11001 | 11110 | 110000 | 110011 |
Color Harmonies of #BE8246
Complementary color
Monochromatic Colors of #BE8246
Black with #BE8246
Text Example
Text Example
White with #BE8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8246; }
p { color: rgb(190,130,70); }
H1.HeaderClassName
{
color: #BE8246;
}
.AnyTagClassName
{
color: #BE8246;
}
</style>
background-color css
<style>
a { background-color: #BE8246; }
a { background-color: rgb(190,130,70); }
div.DivClassName
{
background-color: #BE8246;
}
.BgClassName
{
background-color: #BE8246;
}
</style>
border-color css
<style>
span { border-color: #BE8246; }
span { border-color: rgb(190,130,70); }
td.TdClassName
{
border-color: #BE8246;
}
.TagClassName
{
border-color: #BE8246;
}
</style>