Shades of Brandy Rose #BE8976
Tints of Brandy Rose #BE8976
RGB
CMYK
RGB Variations
Color information
#BE8976 (or 0xBE8976) is known color: Brandy Rose. HEX triplet: BE, 89 and 76. RGB value is (190,137,118). Sum of RGB (Red+Green+Blue) = 190+137+118=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8976 is #417689. Grayscale: #969696. Windows color (decimal): -4290186 or 7768510. OLE color: 7768510.
HSL color Cylindrical-coordinate representation of color #BE8976: hue angle of 15.83º 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 #BE8976 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 118 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.25 |
| HSL | 15.83º | 0.36% | 0.6% | - |
| HSV(B) | 15.83º | 0.38% | 0.75% | - |
| XYZ | 33.45 | 30.15 | 21.2 | - |
| YUV | 150.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 118 | 0 | 0.28 | 0.38 | 0.25 | 15.83 | 0.36 | 0.6 |
| Hex | BE | 89 | 76 | 0 | 1C | 26 | 19 | 10 | 24 | 3C |
| Octal | 276 | 211 | 166 | 0 | 34 | 46 | 31 | 20 | 44 | 74 |
| Binary | 10111110 | 10001001 | 1110110 | 0 | 11100 | 100110 | 11001 | 10000 | 100100 | 111100 |
Color Harmonies of #BE8976
Complementary color
Monochromatic Colors of #BE8976
Black with #BE8976
Text Example
Text Example
White with #BE8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8976; }
p { color: rgb(190,137,118); }
H1.HeaderClassName
{
color: #BE8976;
}
.AnyTagClassName
{
color: #BE8976;
}
</style>
background-color css
<style>
a { background-color: #BE8976; }
a { background-color: rgb(190,137,118); }
div.DivClassName
{
background-color: #BE8976;
}
.BgClassName
{
background-color: #BE8976;
}
</style>
border-color css
<style>
span { border-color: #BE8976; }
span { border-color: rgb(190,137,118); }
td.TdClassName
{
border-color: #BE8976;
}
.TagClassName
{
border-color: #BE8976;
}
</style>