Shades of Brandy Rose #BE8878
Tints of Brandy Rose #BE8878
RGB
CMYK
RGB Variations
Color information
#BE8878 (or 0xBE8878) is known color: Brandy Rose. HEX triplet: BE, 88 and 78. RGB value is (190,136,120). Sum of RGB (Red+Green+Blue) = 190+136+120=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8878 is #417787. Grayscale: #969696. Windows color (decimal): -4290440 or 7899326. OLE color: 7899326.
HSL color Cylindrical-coordinate representation of color #BE8878: hue angle of 13.71º 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 #BE8878 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 120 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.25 |
| HSL | 13.71º | 0.35% | 0.61% | - |
| HSV(B) | 13.71º | 0.37% | 0.75% | - |
| XYZ | 33.43 | 29.91 | 21.78 | - |
| YUV | 150.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 120 | 0 | 0.28 | 0.37 | 0.25 | 13.71 | 0.35 | 0.61 |
| Hex | BE | 88 | 78 | 0 | 1C | 25 | 19 | E | 23 | 3D |
| Octal | 276 | 210 | 170 | 0 | 34 | 45 | 31 | 16 | 43 | 75 |
| Binary | 10111110 | 10001000 | 1111000 | 0 | 11100 | 100101 | 11001 | 1110 | 100011 | 111101 |
Color Harmonies of #BE8878
Complementary color
Monochromatic Colors of #BE8878
Black with #BE8878
Text Example
Text Example
White with #BE8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8878; }
p { color: rgb(190,136,120); }
H1.HeaderClassName
{
color: #BE8878;
}
.AnyTagClassName
{
color: #BE8878;
}
</style>
background-color css
<style>
a { background-color: #BE8878; }
a { background-color: rgb(190,136,120); }
div.DivClassName
{
background-color: #BE8878;
}
.BgClassName
{
background-color: #BE8878;
}
</style>
border-color css
<style>
span { border-color: #BE8878; }
span { border-color: rgb(190,136,120); }
td.TdClassName
{
border-color: #BE8878;
}
.TagClassName
{
border-color: #BE8878;
}
</style>