Shades of Brandy Rose #BE8776
Tints of Brandy Rose #BE8776
RGB
CMYK
RGB Variations
Color information
#BE8776 (or 0xBE8776) is known color: Brandy Rose. HEX triplet: BE, 87 and 76. RGB value is (190,135,118). Sum of RGB (Red+Green+Blue) = 190+135+118=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8776 is #417889. Grayscale: #959595. Windows color (decimal): -4290698 or 7767998. OLE color: 7767998.
HSL color Cylindrical-coordinate representation of color #BE8776: hue angle of 14.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8776 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 118 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.25 |
| HSL | 14.17º | 0.36% | 0.6% | - |
| HSV(B) | 14.17º | 0.38% | 0.75% | - |
| XYZ | 33.17 | 29.58 | 21.1 | - |
| YUV | 149.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 118 | 0 | 0.29 | 0.38 | 0.25 | 14.17 | 0.36 | 0.6 |
| Hex | BE | 87 | 76 | 0 | 1D | 26 | 19 | E | 24 | 3C |
| Octal | 276 | 207 | 166 | 0 | 35 | 46 | 31 | 16 | 44 | 74 |
| Binary | 10111110 | 10000111 | 1110110 | 0 | 11101 | 100110 | 11001 | 1110 | 100100 | 111100 |
Color Harmonies of #BE8776
Complementary color
Monochromatic Colors of #BE8776
Black with #BE8776
Text Example
Text Example
White with #BE8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8776; }
p { color: rgb(190,135,118); }
H1.HeaderClassName
{
color: #BE8776;
}
.AnyTagClassName
{
color: #BE8776;
}
</style>
background-color css
<style>
a { background-color: #BE8776; }
a { background-color: rgb(190,135,118); }
div.DivClassName
{
background-color: #BE8776;
}
.BgClassName
{
background-color: #BE8776;
}
</style>
border-color css
<style>
span { border-color: #BE8776; }
span { border-color: rgb(190,135,118); }
td.TdClassName
{
border-color: #BE8776;
}
.TagClassName
{
border-color: #BE8776;
}
</style>