Shades of Brandy Rose #B5886E
Tints of Brandy Rose #B5886E
RGB
CMYK
RGB Variations
Color information
#B5886E (or 0xB5886E) is known color: Brandy Rose. HEX triplet: B5, 88 and 6E. RGB value is (181,136,110). Sum of RGB (Red+Green+Blue) = 181+136+110=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5886E is #4A7791. Grayscale: #929292. Windows color (decimal): -4880274 or 7243957. OLE color: 7243957.
HSL color Cylindrical-coordinate representation of color #B5886E: hue angle of 21.97º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5886E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 136 | 110 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.29 |
| HSL | 21.97º | 0.32% | 0.57% | - |
| HSV(B) | 21.97º | 0.39% | 0.71% | - |
| XYZ | 30.67 | 28.56 | 18.65 | - |
| YUV | 146.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 110 | 0 | 0.25 | 0.39 | 0.29 | 21.97 | 0.32 | 0.57 |
| Hex | B5 | 88 | 6E | 0 | 19 | 27 | 1D | 16 | 20 | 39 |
| Octal | 265 | 210 | 156 | 0 | 31 | 47 | 35 | 26 | 40 | 71 |
| Binary | 10110101 | 10001000 | 1101110 | 0 | 11001 | 100111 | 11101 | 10110 | 100000 | 111001 |
Color Harmonies of #B5886E
Complementary color
Monochromatic Colors of #B5886E
Black with #B5886E
Text Example
Text Example
White with #B5886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5886E; }
p { color: rgb(181,136,110); }
H1.HeaderClassName
{
color: #B5886E;
}
.AnyTagClassName
{
color: #B5886E;
}
</style>
background-color css
<style>
a { background-color: #B5886E; }
a { background-color: rgb(181,136,110); }
div.DivClassName
{
background-color: #B5886E;
}
.BgClassName
{
background-color: #B5886E;
}
</style>
border-color css
<style>
span { border-color: #B5886E; }
span { border-color: rgb(181,136,110); }
td.TdClassName
{
border-color: #B5886E;
}
.TagClassName
{
border-color: #B5886E;
}
</style>