Shades of Brandy Punch #BE7E4A
Tints of Brandy Punch #BE7E4A
RGB
CMYK
RGB Variations
Color information
#BE7E4A (or 0xBE7E4A) is known color: Brandy Punch. HEX triplet: BE, 7E and 4A. RGB value is (190,126,74). Sum of RGB (Red+Green+Blue) = 190+126+74=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E4A is #4181B5. Grayscale: #8B8B8B. Windows color (decimal): -4293046 or 4882110. OLE color: 4882110.
HSL color Cylindrical-coordinate representation of color #BE7E4A: hue angle of 26.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE7E4A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 74 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.25 |
| HSL | 26.9º | 0.47% | 0.52% | - |
| HSV(B) | 26.9º | 0.61% | 0.75% | - |
| XYZ | 29.93 | 26.36 | 9.99 | - |
| YUV | 139.21 | 91.2 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 74 | 0 | 0.34 | 0.61 | 0.25 | 26.9 | 0.47 | 0.52 |
| Hex | BE | 7E | 4A | 0 | 22 | 3D | 19 | 1B | 2F | 34 |
| Octal | 276 | 176 | 112 | 0 | 42 | 75 | 31 | 33 | 57 | 64 |
| Binary | 10111110 | 1111110 | 1001010 | 0 | 100010 | 111101 | 11001 | 11011 | 101111 | 110100 |
Color Harmonies of #BE7E4A
Complementary color
Monochromatic Colors of #BE7E4A
Black with #BE7E4A
Text Example
Text Example
White with #BE7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E4A; }
p { color: rgb(190,126,74); }
H1.HeaderClassName
{
color: #BE7E4A;
}
.AnyTagClassName
{
color: #BE7E4A;
}
</style>
background-color css
<style>
a { background-color: #BE7E4A; }
a { background-color: rgb(190,126,74); }
div.DivClassName
{
background-color: #BE7E4A;
}
.BgClassName
{
background-color: #BE7E4A;
}
</style>
border-color css
<style>
span { border-color: #BE7E4A; }
span { border-color: rgb(190,126,74); }
td.TdClassName
{
border-color: #BE7E4A;
}
.TagClassName
{
border-color: #BE7E4A;
}
</style>