Shades of Brandy Punch #BE7D4A
Tints of Brandy Punch #BE7D4A
RGB
CMYK
RGB Variations
Color information
#BE7D4A (or 0xBE7D4A) is known color: Brandy Punch. HEX triplet: BE, 7D and 4A. RGB value is (190,125,74). Sum of RGB (Red+Green+Blue) = 190+125+74=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D4A is #4182B5. Grayscale: #8A8A8A. Windows color (decimal): -4293302 or 4881854. OLE color: 4881854.
HSL color Cylindrical-coordinate representation of color #BE7D4A: hue angle of 26.38º 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 #BE7D4A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 74 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.25 |
| HSL | 26.38º | 0.47% | 0.52% | - |
| HSV(B) | 26.38º | 0.61% | 0.75% | - |
| XYZ | 29.8 | 26.11 | 9.95 | - |
| YUV | 138.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 74 | 0 | 0.34 | 0.61 | 0.25 | 26.38 | 0.47 | 0.52 |
| Hex | BE | 7D | 4A | 0 | 22 | 3D | 19 | 1A | 2F | 34 |
| Octal | 276 | 175 | 112 | 0 | 42 | 75 | 31 | 32 | 57 | 64 |
| Binary | 10111110 | 1111101 | 1001010 | 0 | 100010 | 111101 | 11001 | 11010 | 101111 | 110100 |
Color Harmonies of #BE7D4A
Complementary color
Monochromatic Colors of #BE7D4A
Black with #BE7D4A
Text Example
Text Example
White with #BE7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D4A; }
p { color: rgb(190,125,74); }
H1.HeaderClassName
{
color: #BE7D4A;
}
.AnyTagClassName
{
color: #BE7D4A;
}
</style>
background-color css
<style>
a { background-color: #BE7D4A; }
a { background-color: rgb(190,125,74); }
div.DivClassName
{
background-color: #BE7D4A;
}
.BgClassName
{
background-color: #BE7D4A;
}
</style>
border-color css
<style>
span { border-color: #BE7D4A; }
span { border-color: rgb(190,125,74); }
td.TdClassName
{
border-color: #BE7D4A;
}
.TagClassName
{
border-color: #BE7D4A;
}
</style>