Shades of Brandy Punch #BE764C
Tints of Brandy Punch #BE764C
RGB
CMYK
RGB Variations
Color information
#BE764C (or 0xBE764C) is known color: Brandy Punch. HEX triplet: BE, 76 and 4C. RGB value is (190,118,76). Sum of RGB (Red+Green+Blue) = 190+118+76=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE764C is #4189B3. Grayscale: #868686. Windows color (decimal): -4295092 or 5011134. OLE color: 5011134.
HSL color Cylindrical-coordinate representation of color #BE764C: hue angle of 22.11º 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 #BE764C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 118 | 76 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.25 |
| HSL | 22.11º | 0.47% | 0.52% | - |
| HSV(B) | 22.11º | 0.6% | 0.75% | - |
| XYZ | 29.02 | 24.43 | 10.02 | - |
| YUV | 134.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 76 | 0 | 0.38 | 0.60 | 0.25 | 22.11 | 0.47 | 0.52 |
| Hex | BE | 76 | 4C | 0 | 26 | 3C | 19 | 16 | 2F | 34 |
| Octal | 276 | 166 | 114 | 0 | 46 | 74 | 31 | 26 | 57 | 64 |
| Binary | 10111110 | 1110110 | 1001100 | 0 | 100110 | 111100 | 11001 | 10110 | 101111 | 110100 |
Color Harmonies of #BE764C
Complementary color
Monochromatic Colors of #BE764C
Black with #BE764C
Text Example
Text Example
White with #BE764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE764C; }
p { color: rgb(190,118,76); }
H1.HeaderClassName
{
color: #BE764C;
}
.AnyTagClassName
{
color: #BE764C;
}
</style>
background-color css
<style>
a { background-color: #BE764C; }
a { background-color: rgb(190,118,76); }
div.DivClassName
{
background-color: #BE764C;
}
.BgClassName
{
background-color: #BE764C;
}
</style>
border-color css
<style>
span { border-color: #BE764C; }
span { border-color: rgb(190,118,76); }
td.TdClassName
{
border-color: #BE764C;
}
.TagClassName
{
border-color: #BE764C;
}
</style>