Shades of Brandy Rose #BE8977
Tints of Brandy Rose #BE8977
RGB
CMYK
RGB Variations
Color information
#BE8977 (or 0xBE8977) is known color: Brandy Rose. HEX triplet: BE, 89 and 77. RGB value is (190,137,119). Sum of RGB (Red+Green+Blue) = 190+137+119=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8977 is #417688. Grayscale: #969696. Windows color (decimal): -4290185 or 7834046. OLE color: 7834046.
HSL color Cylindrical-coordinate representation of color #BE8977: hue angle of 15.21º 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 #BE8977 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 119 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.25 |
| HSL | 15.21º | 0.35% | 0.61% | - |
| HSV(B) | 15.21º | 0.37% | 0.75% | - |
| XYZ | 33.51 | 30.17 | 21.51 | - |
| YUV | 150.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 119 | 0 | 0.28 | 0.37 | 0.25 | 15.21 | 0.35 | 0.61 |
| Hex | BE | 89 | 77 | 0 | 1C | 25 | 19 | F | 23 | 3D |
| Octal | 276 | 211 | 167 | 0 | 34 | 45 | 31 | 17 | 43 | 75 |
| Binary | 10111110 | 10001001 | 1110111 | 0 | 11100 | 100101 | 11001 | 1111 | 100011 | 111101 |
Color Harmonies of #BE8977
Complementary color
Monochromatic Colors of #BE8977
Black with #BE8977
Text Example
Text Example
White with #BE8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8977; }
p { color: rgb(190,137,119); }
H1.HeaderClassName
{
color: #BE8977;
}
.AnyTagClassName
{
color: #BE8977;
}
</style>
background-color css
<style>
a { background-color: #BE8977; }
a { background-color: rgb(190,137,119); }
div.DivClassName
{
background-color: #BE8977;
}
.BgClassName
{
background-color: #BE8977;
}
</style>
border-color css
<style>
span { border-color: #BE8977; }
span { border-color: rgb(190,137,119); }
td.TdClassName
{
border-color: #BE8977;
}
.TagClassName
{
border-color: #BE8977;
}
</style>