Shades of Brandy Punch #BE7B41
Tints of Brandy Punch #BE7B41
RGB
CMYK
RGB Variations
Color information
#BE7B41 (or 0xBE7B41) is known color: Brandy Punch. HEX triplet: BE, 7B and 41. RGB value is (190,123,65). Sum of RGB (Red+Green+Blue) = 190+123+65=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B41 is #4184BE. Grayscale: #888888. Windows color (decimal): -4293823 or 4291518. OLE color: 4291518.
HSL color Cylindrical-coordinate representation of color #BE7B41: hue angle of 27.84º 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 #BE7B41 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 65 | - |
| CMYK | 0 | 0.35 | 0.66 | 0.25 |
| HSL | 27.84º | 0.49% | 0.5% | - |
| HSV(B) | 27.84º | 0.66% | 0.75% | - |
| XYZ | 29.27 | 25.49 | 8.38 | - |
| YUV | 136.42 | 87.7 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 65 | 0 | 0.35 | 0.66 | 0.25 | 27.84 | 0.49 | 0.5 |
| Hex | BE | 7B | 41 | 0 | 23 | 42 | 19 | 1C | 31 | 32 |
| Octal | 276 | 173 | 101 | 0 | 43 | 102 | 31 | 34 | 61 | 62 |
| Binary | 10111110 | 1111011 | 1000001 | 0 | 100011 | 1000010 | 11001 | 11100 | 110001 | 110010 |
Color Harmonies of #BE7B41
Complementary color
Monochromatic Colors of #BE7B41
Black with #BE7B41
Text Example
Text Example
White with #BE7B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B41; }
p { color: rgb(190,123,65); }
H1.HeaderClassName
{
color: #BE7B41;
}
.AnyTagClassName
{
color: #BE7B41;
}
</style>
background-color css
<style>
a { background-color: #BE7B41; }
a { background-color: rgb(190,123,65); }
div.DivClassName
{
background-color: #BE7B41;
}
.BgClassName
{
background-color: #BE7B41;
}
</style>
border-color css
<style>
span { border-color: #BE7B41; }
span { border-color: rgb(190,123,65); }
td.TdClassName
{
border-color: #BE7B41;
}
.TagClassName
{
border-color: #BE7B41;
}
</style>