Shades of Brandy Rose #BE887B
Tints of Brandy Rose #BE887B
RGB
CMYK
RGB Variations
Color information
#BE887B (or 0xBE887B) is known color: Brandy Rose. HEX triplet: BE, 88 and 7B. RGB value is (190,136,123). Sum of RGB (Red+Green+Blue) = 190+136+123=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE887B is #417784. Grayscale: #969696. Windows color (decimal): -4290437 or 8095934. OLE color: 8095934.
HSL color Cylindrical-coordinate representation of color #BE887B: hue angle of 11.64º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE887B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 123 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.25 |
| HSL | 11.64º | 0.34% | 0.61% | - |
| HSV(B) | 11.64º | 0.35% | 0.75% | - |
| XYZ | 33.61 | 29.99 | 22.76 | - |
| YUV | 150.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 123 | 0 | 0.28 | 0.35 | 0.25 | 11.64 | 0.34 | 0.61 |
| Hex | BE | 88 | 7B | 0 | 1C | 23 | 19 | C | 22 | 3D |
| Octal | 276 | 210 | 173 | 0 | 34 | 43 | 31 | 14 | 42 | 75 |
| Binary | 10111110 | 10001000 | 1111011 | 0 | 11100 | 100011 | 11001 | 1100 | 100010 | 111101 |
Color Harmonies of #BE887B
Complementary color
Monochromatic Colors of #BE887B
Black with #BE887B
Text Example
Text Example
White with #BE887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE887B; }
p { color: rgb(190,136,123); }
H1.HeaderClassName
{
color: #BE887B;
}
.AnyTagClassName
{
color: #BE887B;
}
</style>
background-color css
<style>
a { background-color: #BE887B; }
a { background-color: rgb(190,136,123); }
div.DivClassName
{
background-color: #BE887B;
}
.BgClassName
{
background-color: #BE887B;
}
</style>
border-color css
<style>
span { border-color: #BE887B; }
span { border-color: rgb(190,136,123); }
td.TdClassName
{
border-color: #BE887B;
}
.TagClassName
{
border-color: #BE887B;
}
</style>