Shades of Brandy Punch #BE7441
Tints of Brandy Punch #BE7441
RGB
CMYK
RGB Variations
Color information
#BE7441 (or 0xBE7441) is known color: Brandy Punch. HEX triplet: BE, 74 and 41. RGB value is (190,116,65). Sum of RGB (Red+Green+Blue) = 190+116+65=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7441 is #418BBE. Grayscale: #848484. Windows color (decimal): -4295615 or 4289726. OLE color: 4289726.
HSL color Cylindrical-coordinate representation of color #BE7441: hue angle of 24.48º 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 #BE7441 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 65 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.25 |
| HSL | 24.48º | 0.49% | 0.5% | - |
| HSV(B) | 24.48º | 0.66% | 0.75% | - |
| XYZ | 28.43 | 23.82 | 8.1 | - |
| YUV | 132.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 65 | 0 | 0.39 | 0.66 | 0.25 | 24.48 | 0.49 | 0.5 |
| Hex | BE | 74 | 41 | 0 | 27 | 42 | 19 | 18 | 31 | 32 |
| Octal | 276 | 164 | 101 | 0 | 47 | 102 | 31 | 30 | 61 | 62 |
| Binary | 10111110 | 1110100 | 1000001 | 0 | 100111 | 1000010 | 11001 | 11000 | 110001 | 110010 |
Color Harmonies of #BE7441
Complementary color
Monochromatic Colors of #BE7441
Black with #BE7441
Text Example
Text Example
White with #BE7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7441; }
p { color: rgb(190,116,65); }
H1.HeaderClassName
{
color: #BE7441;
}
.AnyTagClassName
{
color: #BE7441;
}
</style>
background-color css
<style>
a { background-color: #BE7441; }
a { background-color: rgb(190,116,65); }
div.DivClassName
{
background-color: #BE7441;
}
.BgClassName
{
background-color: #BE7441;
}
</style>
border-color css
<style>
span { border-color: #BE7441; }
span { border-color: rgb(190,116,65); }
td.TdClassName
{
border-color: #BE7441;
}
.TagClassName
{
border-color: #BE7441;
}
</style>