Shades of Brandy Punch #BE7B45
Tints of Brandy Punch #BE7B45
RGB
CMYK
RGB Variations
Color information
#BE7B45 (or 0xBE7B45) is known color: Brandy Punch. HEX triplet: BE, 7B and 45. RGB value is (190,123,69). Sum of RGB (Red+Green+Blue) = 190+123+69=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B45 is #4184BA. Grayscale: #898989. Windows color (decimal): -4293819 or 4553662. OLE color: 4553662.
HSL color Cylindrical-coordinate representation of color #BE7B45: hue angle of 26.78º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE7B45 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 69 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.25 |
| HSL | 26.78º | 0.48% | 0.51% | - |
| HSV(B) | 26.78º | 0.64% | 0.75% | - |
| XYZ | 29.39 | 25.54 | 9.01 | - |
| YUV | 136.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 69 | 0 | 0.35 | 0.64 | 0.25 | 26.78 | 0.48 | 0.51 |
| Hex | BE | 7B | 45 | 0 | 23 | 40 | 19 | 1B | 30 | 33 |
| Octal | 276 | 173 | 105 | 0 | 43 | 100 | 31 | 33 | 60 | 63 |
| Binary | 10111110 | 1111011 | 1000101 | 0 | 100011 | 1000000 | 11001 | 11011 | 110000 | 110011 |
Color Harmonies of #BE7B45
Complementary color
Monochromatic Colors of #BE7B45
Black with #BE7B45
Text Example
Text Example
White with #BE7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B45; }
p { color: rgb(190,123,69); }
H1.HeaderClassName
{
color: #BE7B45;
}
.AnyTagClassName
{
color: #BE7B45;
}
</style>
background-color css
<style>
a { background-color: #BE7B45; }
a { background-color: rgb(190,123,69); }
div.DivClassName
{
background-color: #BE7B45;
}
.BgClassName
{
background-color: #BE7B45;
}
</style>
border-color css
<style>
span { border-color: #BE7B45; }
span { border-color: rgb(190,123,69); }
td.TdClassName
{
border-color: #BE7B45;
}
.TagClassName
{
border-color: #BE7B45;
}
</style>