Shades of Brandy Punch #BE7B4D
Tints of Brandy Punch #BE7B4D
RGB
CMYK
RGB Variations
Color information
#BE7B4D (or 0xBE7B4D) is known color: Brandy Punch. HEX triplet: BE, 7B and 4D. RGB value is (190,123,77). Sum of RGB (Red+Green+Blue) = 190+123+77=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B4D is #4184B2. Grayscale: #8A8A8A. Windows color (decimal): -4293811 or 5077950. OLE color: 5077950.
HSL color Cylindrical-coordinate representation of color #BE7B4D: hue angle of 24.42º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE7B4D is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 77 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.25 |
| HSL | 24.42º | 0.47% | 0.52% | - |
| HSV(B) | 24.42º | 0.59% | 0.75% | - |
| XYZ | 29.66 | 25.65 | 10.41 | - |
| YUV | 137.79 | 93.7 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 77 | 0 | 0.35 | 0.59 | 0.25 | 24.42 | 0.47 | 0.52 |
| Hex | BE | 7B | 4D | 0 | 23 | 3B | 19 | 18 | 2F | 34 |
| Octal | 276 | 173 | 115 | 0 | 43 | 73 | 31 | 30 | 57 | 64 |
| Binary | 10111110 | 1111011 | 1001101 | 0 | 100011 | 111011 | 11001 | 11000 | 101111 | 110100 |
Color Harmonies of #BE7B4D
Complementary color
Monochromatic Colors of #BE7B4D
Black with #BE7B4D
Text Example
Text Example
White with #BE7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B4D; }
p { color: rgb(190,123,77); }
H1.HeaderClassName
{
color: #BE7B4D;
}
.AnyTagClassName
{
color: #BE7B4D;
}
</style>
background-color css
<style>
a { background-color: #BE7B4D; }
a { background-color: rgb(190,123,77); }
div.DivClassName
{
background-color: #BE7B4D;
}
.BgClassName
{
background-color: #BE7B4D;
}
</style>
border-color css
<style>
span { border-color: #BE7B4D; }
span { border-color: rgb(190,123,77); }
td.TdClassName
{
border-color: #BE7B4D;
}
.TagClassName
{
border-color: #BE7B4D;
}
</style>