Shades of Brandy Punch #BE7B47
Tints of Brandy Punch #BE7B47
RGB
CMYK
RGB Variations
Color information
#BE7B47 (or 0xBE7B47) is known color: Brandy Punch. HEX triplet: BE, 7B and 47. RGB value is (190,123,71). Sum of RGB (Red+Green+Blue) = 190+123+71=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B47 is #4184B8. Grayscale: #898989. Windows color (decimal): -4293817 or 4684734. OLE color: 4684734.
HSL color Cylindrical-coordinate representation of color #BE7B47: hue angle of 26.22º 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 #BE7B47 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 71 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.25 |
| HSL | 26.22º | 0.48% | 0.51% | - |
| HSV(B) | 26.22º | 0.63% | 0.75% | - |
| XYZ | 29.46 | 25.57 | 9.34 | - |
| YUV | 137.11 | 90.7 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 71 | 0 | 0.35 | 0.63 | 0.25 | 26.22 | 0.48 | 0.51 |
| Hex | BE | 7B | 47 | 0 | 23 | 3F | 19 | 1A | 30 | 33 |
| Octal | 276 | 173 | 107 | 0 | 43 | 77 | 31 | 32 | 60 | 63 |
| Binary | 10111110 | 1111011 | 1000111 | 0 | 100011 | 111111 | 11001 | 11010 | 110000 | 110011 |
Color Harmonies of #BE7B47
Complementary color
Monochromatic Colors of #BE7B47
Black with #BE7B47
Text Example
Text Example
White with #BE7B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B47; }
p { color: rgb(190,123,71); }
H1.HeaderClassName
{
color: #BE7B47;
}
.AnyTagClassName
{
color: #BE7B47;
}
</style>
background-color css
<style>
a { background-color: #BE7B47; }
a { background-color: rgb(190,123,71); }
div.DivClassName
{
background-color: #BE7B47;
}
.BgClassName
{
background-color: #BE7B47;
}
</style>
border-color css
<style>
span { border-color: #BE7B47; }
span { border-color: rgb(190,123,71); }
td.TdClassName
{
border-color: #BE7B47;
}
.TagClassName
{
border-color: #BE7B47;
}
</style>