Shades of Brandy Punch #BE7D3C
Tints of Brandy Punch #BE7D3C
RGB
CMYK
RGB Variations
Color information
#BE7D3C (or 0xBE7D3C) is known color: Brandy Punch. HEX triplet: BE, 7D and 3C. RGB value is (190,125,60). Sum of RGB (Red+Green+Blue) = 190+125+60=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7D3C is #4182C3. Grayscale: #898989. Windows color (decimal): -4293316 or 3964350. OLE color: 3964350.
HSL color Cylindrical-coordinate representation of color #BE7D3C: hue angle of 30º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE7D3C is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 60 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.25 |
| HSL | 30º | 0.52% | 0.49% | - |
| HSV(B) | 30º | 0.68% | 0.75% | - |
| XYZ | 29.38 | 25.94 | 7.73 | - |
| YUV | 137.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 60 | 0 | 0.34 | 0.68 | 0.25 | 30 | 0.52 | 0.49 |
| Hex | BE | 7D | 3C | 0 | 22 | 44 | 19 | 1E | 34 | 31 |
| Octal | 276 | 175 | 74 | 0 | 42 | 104 | 31 | 36 | 64 | 61 |
| Binary | 10111110 | 1111101 | 111100 | 0 | 100010 | 1000100 | 11001 | 11110 | 110100 | 110001 |
Color Harmonies of #BE7D3C
Complementary color
Monochromatic Colors of #BE7D3C
Black with #BE7D3C
Text Example
Text Example
White with #BE7D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D3C; }
p { color: rgb(190,125,60); }
H1.HeaderClassName
{
color: #BE7D3C;
}
.AnyTagClassName
{
color: #BE7D3C;
}
</style>
background-color css
<style>
a { background-color: #BE7D3C; }
a { background-color: rgb(190,125,60); }
div.DivClassName
{
background-color: #BE7D3C;
}
.BgClassName
{
background-color: #BE7D3C;
}
</style>
border-color css
<style>
span { border-color: #BE7D3C; }
span { border-color: rgb(190,125,60); }
td.TdClassName
{
border-color: #BE7D3C;
}
.TagClassName
{
border-color: #BE7D3C;
}
</style>