Shades of Brandy Punch #BE773C
Tints of Brandy Punch #BE773C
RGB
CMYK
RGB Variations
Color information
#BE773C (or 0xBE773C) is known color: Brandy Punch. HEX triplet: BE, 77 and 3C. RGB value is (190,119,60). Sum of RGB (Red+Green+Blue) = 190+119+60=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE773C is #4188C3. Grayscale: #858585. Windows color (decimal): -4294852 or 3962814. OLE color: 3962814.
HSL color Cylindrical-coordinate representation of color #BE773C: hue angle of 27.23º 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 #BE773C is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 60 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.25 |
| HSL | 27.23º | 0.52% | 0.49% | - |
| HSV(B) | 27.23º | 0.68% | 0.75% | - |
| XYZ | 28.65 | 24.47 | 7.49 | - |
| YUV | 133.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 60 | 0 | 0.37 | 0.68 | 0.25 | 27.23 | 0.52 | 0.49 |
| Hex | BE | 77 | 3C | 0 | 25 | 44 | 19 | 1B | 34 | 31 |
| Octal | 276 | 167 | 74 | 0 | 45 | 104 | 31 | 33 | 64 | 61 |
| Binary | 10111110 | 1110111 | 111100 | 0 | 100101 | 1000100 | 11001 | 11011 | 110100 | 110001 |
Color Harmonies of #BE773C
Complementary color
Monochromatic Colors of #BE773C
Black with #BE773C
Text Example
Text Example
White with #BE773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE773C; }
p { color: rgb(190,119,60); }
H1.HeaderClassName
{
color: #BE773C;
}
.AnyTagClassName
{
color: #BE773C;
}
</style>
background-color css
<style>
a { background-color: #BE773C; }
a { background-color: rgb(190,119,60); }
div.DivClassName
{
background-color: #BE773C;
}
.BgClassName
{
background-color: #BE773C;
}
</style>
border-color css
<style>
span { border-color: #BE773C; }
span { border-color: rgb(190,119,60); }
td.TdClassName
{
border-color: #BE773C;
}
.TagClassName
{
border-color: #BE773C;
}
</style>