Shades of Brandy Rose #B5887E
Tints of Brandy Rose #B5887E
RGB
CMYK
RGB Variations
Color information
#B5887E (or 0xB5887E) is known color: Brandy Rose. HEX triplet: B5, 88 and 7E. RGB value is (181,136,126). Sum of RGB (Red+Green+Blue) = 181+136+126=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5887E is #4A7781. Grayscale: #949494. Windows color (decimal): -4880258 or 8292533. OLE color: 8292533.
HSL color Cylindrical-coordinate representation of color #B5887E: hue angle of 10.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5887E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 126 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.29 |
| HSL | 10.91º | 0.27% | 0.6% | - |
| HSV(B) | 10.91º | 0.3% | 0.71% | - |
| XYZ | 31.63 | 28.94 | 23.66 | - |
| YUV | 148.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 126 | 0 | 0.25 | 0.30 | 0.29 | 10.91 | 0.27 | 0.6 |
| Hex | B5 | 88 | 7E | 0 | 19 | 1E | 1D | B | 1B | 3C |
| Octal | 265 | 210 | 176 | 0 | 31 | 36 | 35 | 13 | 33 | 74 |
| Binary | 10110101 | 10001000 | 1111110 | 0 | 11001 | 11110 | 11101 | 1011 | 11011 | 111100 |
Color Harmonies of #B5887E
Complementary color
Monochromatic Colors of #B5887E
Black with #B5887E
Text Example
Text Example
White with #B5887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5887E; }
p { color: rgb(181,136,126); }
H1.HeaderClassName
{
color: #B5887E;
}
.AnyTagClassName
{
color: #B5887E;
}
</style>
background-color css
<style>
a { background-color: #B5887E; }
a { background-color: rgb(181,136,126); }
div.DivClassName
{
background-color: #B5887E;
}
.BgClassName
{
background-color: #B5887E;
}
</style>
border-color css
<style>
span { border-color: #B5887E; }
span { border-color: rgb(181,136,126); }
td.TdClassName
{
border-color: #B5887E;
}
.TagClassName
{
border-color: #B5887E;
}
</style>