Shades of Brandy Punch #BE7A3A
Tints of Brandy Punch #BE7A3A
RGB
CMYK
RGB Variations
Color information
#BE7A3A (or 0xBE7A3A) is known color: Brandy Punch. HEX triplet: BE, 7A and 3A. RGB value is (190,122,58). Sum of RGB (Red+Green+Blue) = 190+122+58=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7A3A is #4185C5. Grayscale: #878787. Windows color (decimal): -4294086 or 3832510. OLE color: 3832510.
HSL color Cylindrical-coordinate representation of color #BE7A3A: hue angle of 29.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE7A3A is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 122 | 58 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.25 |
| HSL | 29.09º | 0.53% | 0.49% | - |
| HSV(B) | 29.09º | 0.69% | 0.75% | - |
| XYZ | 28.96 | 25.17 | 7.34 | - |
| YUV | 135.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 58 | 0 | 0.36 | 0.69 | 0.25 | 29.09 | 0.53 | 0.49 |
| Hex | BE | 7A | 3A | 0 | 24 | 45 | 19 | 1D | 35 | 31 |
| Octal | 276 | 172 | 72 | 0 | 44 | 105 | 31 | 35 | 65 | 61 |
| Binary | 10111110 | 1111010 | 111010 | 0 | 100100 | 1000101 | 11001 | 11101 | 110101 | 110001 |
Color Harmonies of #BE7A3A
Complementary color
Monochromatic Colors of #BE7A3A
Black with #BE7A3A
Text Example
Text Example
White with #BE7A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7A3A; }
p { color: rgb(190,122,58); }
H1.HeaderClassName
{
color: #BE7A3A;
}
.AnyTagClassName
{
color: #BE7A3A;
}
</style>
background-color css
<style>
a { background-color: #BE7A3A; }
a { background-color: rgb(190,122,58); }
div.DivClassName
{
background-color: #BE7A3A;
}
.BgClassName
{
background-color: #BE7A3A;
}
</style>
border-color css
<style>
span { border-color: #BE7A3A; }
span { border-color: rgb(190,122,58); }
td.TdClassName
{
border-color: #BE7A3A;
}
.TagClassName
{
border-color: #BE7A3A;
}
</style>