Shades of Brandy Rose #BE7E77
Tints of Brandy Rose #BE7E77
RGB
CMYK
RGB Variations
Color information
#BE7E77 (or 0xBE7E77) is known color: Brandy Rose. HEX triplet: BE, 7E and 77. RGB value is (190,126,119). Sum of RGB (Red+Green+Blue) = 190+126+119=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E77 is #418188. Grayscale: #909090. Windows color (decimal): -4293001 or 7831230. OLE color: 7831230.
HSL color Cylindrical-coordinate representation of color #BE7E77: hue angle of 5.92º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE7E77 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 119 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.25 |
| HSL | 5.92º | 0.35% | 0.61% | - |
| HSV(B) | 5.92º | 0.37% | 0.75% | - |
| XYZ | 32.03 | 27.2 | 21.02 | - |
| YUV | 144.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 119 | 0 | 0.34 | 0.37 | 0.25 | 5.92 | 0.35 | 0.61 |
| Hex | BE | 7E | 77 | 0 | 22 | 25 | 19 | 6 | 23 | 3D |
| Octal | 276 | 176 | 167 | 0 | 42 | 45 | 31 | 6 | 43 | 75 |
| Binary | 10111110 | 1111110 | 1110111 | 0 | 100010 | 100101 | 11001 | 110 | 100011 | 111101 |
Color Harmonies of #BE7E77
Complementary color
Monochromatic Colors of #BE7E77
Black with #BE7E77
Text Example
Text Example
White with #BE7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E77; }
p { color: rgb(190,126,119); }
H1.HeaderClassName
{
color: #BE7E77;
}
.AnyTagClassName
{
color: #BE7E77;
}
</style>
background-color css
<style>
a { background-color: #BE7E77; }
a { background-color: rgb(190,126,119); }
div.DivClassName
{
background-color: #BE7E77;
}
.BgClassName
{
background-color: #BE7E77;
}
</style>
border-color css
<style>
span { border-color: #BE7E77; }
span { border-color: rgb(190,126,119); }
td.TdClassName
{
border-color: #BE7E77;
}
.TagClassName
{
border-color: #BE7E77;
}
</style>