Shades of Brandy Rose #B5846E
Tints of Brandy Rose #B5846E
RGB
CMYK
RGB Variations
Color information
#B5846E (or 0xB5846E) is known color: Brandy Rose. HEX triplet: B5, 84 and 6E. RGB value is (181,132,110). Sum of RGB (Red+Green+Blue) = 181+132+110=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5846E is #4A7B91. Grayscale: #909090. Windows color (decimal): -4881298 or 7242933. OLE color: 7242933.
HSL color Cylindrical-coordinate representation of color #B5846E: hue angle of 18.59º 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 #B5846E is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 110 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.29 |
| HSL | 18.59º | 0.32% | 0.57% | - |
| HSV(B) | 18.59º | 0.39% | 0.71% | - |
| XYZ | 30.12 | 27.45 | 18.46 | - |
| YUV | 144.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 110 | 0 | 0.27 | 0.39 | 0.29 | 18.59 | 0.32 | 0.57 |
| Hex | B5 | 84 | 6E | 0 | 1B | 27 | 1D | 13 | 20 | 39 |
| Octal | 265 | 204 | 156 | 0 | 33 | 47 | 35 | 23 | 40 | 71 |
| Binary | 10110101 | 10000100 | 1101110 | 0 | 11011 | 100111 | 11101 | 10011 | 100000 | 111001 |
Color Harmonies of #B5846E
Complementary color
Monochromatic Colors of #B5846E
Black with #B5846E
Text Example
Text Example
White with #B5846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5846E; }
p { color: rgb(181,132,110); }
H1.HeaderClassName
{
color: #B5846E;
}
.AnyTagClassName
{
color: #B5846E;
}
</style>
background-color css
<style>
a { background-color: #B5846E; }
a { background-color: rgb(181,132,110); }
div.DivClassName
{
background-color: #B5846E;
}
.BgClassName
{
background-color: #B5846E;
}
</style>
border-color css
<style>
span { border-color: #B5846E; }
span { border-color: rgb(181,132,110); }
td.TdClassName
{
border-color: #B5846E;
}
.TagClassName
{
border-color: #B5846E;
}
</style>