Shades of Brandy Rose #BE897D
Tints of Brandy Rose #BE897D
RGB
CMYK
RGB Variations
Color information
#BE897D (or 0xBE897D) is known color: Brandy Rose. HEX triplet: BE, 89 and 7D. RGB value is (190,137,125). Sum of RGB (Red+Green+Blue) = 190+137+125=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE897D is #417682. Grayscale: #979797. Windows color (decimal): -4290179 or 8227262. OLE color: 8227262.
HSL color Cylindrical-coordinate representation of color #BE897D: hue angle of 11.08º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE897D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 125 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.25 |
| HSL | 11.08º | 0.33% | 0.62% | - |
| HSV(B) | 11.08º | 0.34% | 0.75% | - |
| XYZ | 33.88 | 30.32 | 23.47 | - |
| YUV | 151.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 125 | 0 | 0.28 | 0.34 | 0.25 | 11.08 | 0.33 | 0.62 |
| Hex | BE | 89 | 7D | 0 | 1C | 22 | 19 | B | 21 | 3E |
| Octal | 276 | 211 | 175 | 0 | 34 | 42 | 31 | 13 | 41 | 76 |
| Binary | 10111110 | 10001001 | 1111101 | 0 | 11100 | 100010 | 11001 | 1011 | 100001 | 111110 |
Color Harmonies of #BE897D
Complementary color
Monochromatic Colors of #BE897D
Black with #BE897D
Text Example
Text Example
White with #BE897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE897D; }
p { color: rgb(190,137,125); }
H1.HeaderClassName
{
color: #BE897D;
}
.AnyTagClassName
{
color: #BE897D;
}
</style>
background-color css
<style>
a { background-color: #BE897D; }
a { background-color: rgb(190,137,125); }
div.DivClassName
{
background-color: #BE897D;
}
.BgClassName
{
background-color: #BE897D;
}
</style>
border-color css
<style>
span { border-color: #BE897D; }
span { border-color: rgb(190,137,125); }
td.TdClassName
{
border-color: #BE897D;
}
.TagClassName
{
border-color: #BE897D;
}
</style>