Shades of Brandy Punch #BE774A
Tints of Brandy Punch #BE774A
RGB
CMYK
RGB Variations
Color information
#BE774A (or 0xBE774A) is known color: Brandy Punch. HEX triplet: BE, 77 and 4A. RGB value is (190,119,74). Sum of RGB (Red+Green+Blue) = 190+119+74=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE774A is #4188B5. Grayscale: #878787. Windows color (decimal): -4294838 or 4880318. OLE color: 4880318.
HSL color Cylindrical-coordinate representation of color #BE774A: hue angle of 23.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE774A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 119 | 74 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.25 |
| HSL | 23.28º | 0.47% | 0.52% | - |
| HSV(B) | 23.28º | 0.61% | 0.75% | - |
| XYZ | 29.07 | 24.64 | 9.7 | - |
| YUV | 135.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 119 | 74 | 0 | 0.37 | 0.61 | 0.25 | 23.28 | 0.47 | 0.52 |
| Hex | BE | 77 | 4A | 0 | 25 | 3D | 19 | 17 | 2F | 34 |
| Octal | 276 | 167 | 112 | 0 | 45 | 75 | 31 | 27 | 57 | 64 |
| Binary | 10111110 | 1110111 | 1001010 | 0 | 100101 | 111101 | 11001 | 10111 | 101111 | 110100 |
Color Harmonies of #BE774A
Complementary color
Monochromatic Colors of #BE774A
Black with #BE774A
Text Example
Text Example
White with #BE774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE774A; }
p { color: rgb(190,119,74); }
H1.HeaderClassName
{
color: #BE774A;
}
.AnyTagClassName
{
color: #BE774A;
}
</style>
background-color css
<style>
a { background-color: #BE774A; }
a { background-color: rgb(190,119,74); }
div.DivClassName
{
background-color: #BE774A;
}
.BgClassName
{
background-color: #BE774A;
}
</style>
border-color css
<style>
span { border-color: #BE774A; }
span { border-color: rgb(190,119,74); }
td.TdClassName
{
border-color: #BE774A;
}
.TagClassName
{
border-color: #BE774A;
}
</style>