Shades of Brandy Punch #BE7B3C
Tints of Brandy Punch #BE7B3C
RGB
CMYK
RGB Variations
Color information
#BE7B3C (or 0xBE7B3C) is known color: Brandy Punch. HEX triplet: BE, 7B and 3C. RGB value is (190,123,60). Sum of RGB (Red+Green+Blue) = 190+123+60=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B3C is #4184C3. Grayscale: #888888. Windows color (decimal): -4293828 or 3963838. OLE color: 3963838.
HSL color Cylindrical-coordinate representation of color #BE7B3C: hue angle of 29.08º 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 #BE7B3C is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 60 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.25 |
| HSL | 29.08º | 0.52% | 0.49% | - |
| HSV(B) | 29.08º | 0.68% | 0.75% | - |
| XYZ | 29.13 | 25.44 | 7.65 | - |
| YUV | 135.85 | 85.2 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 60 | 0 | 0.35 | 0.68 | 0.25 | 29.08 | 0.52 | 0.49 |
| Hex | BE | 7B | 3C | 0 | 23 | 44 | 19 | 1D | 34 | 31 |
| Octal | 276 | 173 | 74 | 0 | 43 | 104 | 31 | 35 | 64 | 61 |
| Binary | 10111110 | 1111011 | 111100 | 0 | 100011 | 1000100 | 11001 | 11101 | 110100 | 110001 |
Color Harmonies of #BE7B3C
Complementary color
Monochromatic Colors of #BE7B3C
Black with #BE7B3C
Text Example
Text Example
White with #BE7B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B3C; }
p { color: rgb(190,123,60); }
H1.HeaderClassName
{
color: #BE7B3C;
}
.AnyTagClassName
{
color: #BE7B3C;
}
</style>
background-color css
<style>
a { background-color: #BE7B3C; }
a { background-color: rgb(190,123,60); }
div.DivClassName
{
background-color: #BE7B3C;
}
.BgClassName
{
background-color: #BE7B3C;
}
</style>
border-color css
<style>
span { border-color: #BE7B3C; }
span { border-color: rgb(190,123,60); }
td.TdClassName
{
border-color: #BE7B3C;
}
.TagClassName
{
border-color: #BE7B3C;
}
</style>