Shades of Brandy Punch #BE7B4C
Tints of Brandy Punch #BE7B4C
RGB
CMYK
RGB Variations
Color information
#BE7B4C (or 0xBE7B4C) is known color: Brandy Punch. HEX triplet: BE, 7B and 4C. RGB value is (190,123,76). Sum of RGB (Red+Green+Blue) = 190+123+76=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B4C is #4184B3. Grayscale: #898989. Windows color (decimal): -4293812 or 5012414. OLE color: 5012414.
HSL color Cylindrical-coordinate representation of color #BE7B4C: hue angle of 24.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE7B4C is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 76 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.25 |
| HSL | 24.74º | 0.47% | 0.52% | - |
| HSV(B) | 24.74º | 0.6% | 0.75% | - |
| XYZ | 29.62 | 25.63 | 10.22 | - |
| YUV | 137.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 76 | 0 | 0.35 | 0.60 | 0.25 | 24.74 | 0.47 | 0.52 |
| Hex | BE | 7B | 4C | 0 | 23 | 3C | 19 | 19 | 2F | 34 |
| Octal | 276 | 173 | 114 | 0 | 43 | 74 | 31 | 31 | 57 | 64 |
| Binary | 10111110 | 1111011 | 1001100 | 0 | 100011 | 111100 | 11001 | 11001 | 101111 | 110100 |
Color Harmonies of #BE7B4C
Complementary color
Monochromatic Colors of #BE7B4C
Black with #BE7B4C
Text Example
Text Example
White with #BE7B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B4C; }
p { color: rgb(190,123,76); }
H1.HeaderClassName
{
color: #BE7B4C;
}
.AnyTagClassName
{
color: #BE7B4C;
}
</style>
background-color css
<style>
a { background-color: #BE7B4C; }
a { background-color: rgb(190,123,76); }
div.DivClassName
{
background-color: #BE7B4C;
}
.BgClassName
{
background-color: #BE7B4C;
}
</style>
border-color css
<style>
span { border-color: #BE7B4C; }
span { border-color: rgb(190,123,76); }
td.TdClassName
{
border-color: #BE7B4C;
}
.TagClassName
{
border-color: #BE7B4C;
}
</style>