Shades of Brandy Punch #BE8041
Tints of Brandy Punch #BE8041
RGB
CMYK
RGB Variations
Color information
#BE8041 (or 0xBE8041) is known color: Brandy Punch. HEX triplet: BE, 80 and 41. RGB value is (190,128,65). Sum of RGB (Red+Green+Blue) = 190+128+65=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8041 is #417FBE. Grayscale: #8B8B8B. Windows color (decimal): -4292543 or 4292798. OLE color: 4292798.
HSL color Cylindrical-coordinate representation of color #BE8041: hue angle of 30.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE8041 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 65 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.25 |
| HSL | 30.24º | 0.49% | 0.5% | - |
| HSV(B) | 30.24º | 0.66% | 0.75% | - |
| XYZ | 29.91 | 26.77 | 8.59 | - |
| YUV | 139.36 | 86.04 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 65 | 0 | 0.33 | 0.66 | 0.25 | 30.24 | 0.49 | 0.5 |
| Hex | BE | 80 | 41 | 0 | 21 | 42 | 19 | 1E | 31 | 32 |
| Octal | 276 | 200 | 101 | 0 | 41 | 102 | 31 | 36 | 61 | 62 |
| Binary | 10111110 | 10000000 | 1000001 | 0 | 100001 | 1000010 | 11001 | 11110 | 110001 | 110010 |
Color Harmonies of #BE8041
Complementary color
Monochromatic Colors of #BE8041
Black with #BE8041
Text Example
Text Example
White with #BE8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8041; }
p { color: rgb(190,128,65); }
H1.HeaderClassName
{
color: #BE8041;
}
.AnyTagClassName
{
color: #BE8041;
}
</style>
background-color css
<style>
a { background-color: #BE8041; }
a { background-color: rgb(190,128,65); }
div.DivClassName
{
background-color: #BE8041;
}
.BgClassName
{
background-color: #BE8041;
}
</style>
border-color css
<style>
span { border-color: #BE8041; }
span { border-color: rgb(190,128,65); }
td.TdClassName
{
border-color: #BE8041;
}
.TagClassName
{
border-color: #BE8041;
}
</style>