Shades of Brandy Rose #B5846F
Tints of Brandy Rose #B5846F
RGB
CMYK
RGB Variations
Color information
#B5846F (or 0xB5846F) is known color: Brandy Rose. HEX triplet: B5, 84 and 6F. RGB value is (181,132,111). Sum of RGB (Red+Green+Blue) = 181+132+111=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5846F is #4A7B90. Grayscale: #909090. Windows color (decimal): -4881297 or 7308469. OLE color: 7308469.
HSL color Cylindrical-coordinate representation of color #B5846F: hue angle of 18º 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 #B5846F is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 111 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.29 |
| HSL | 18º | 0.32% | 0.57% | - |
| HSV(B) | 18º | 0.39% | 0.71% | - |
| XYZ | 30.18 | 27.47 | 18.75 | - |
| YUV | 144.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 111 | 0 | 0.27 | 0.39 | 0.29 | 18 | 0.32 | 0.57 |
| Hex | B5 | 84 | 6F | 0 | 1B | 27 | 1D | 12 | 20 | 39 |
| Octal | 265 | 204 | 157 | 0 | 33 | 47 | 35 | 22 | 40 | 71 |
| Binary | 10110101 | 10000100 | 1101111 | 0 | 11011 | 100111 | 11101 | 10010 | 100000 | 111001 |
Color Harmonies of #B5846F
Complementary color
Monochromatic Colors of #B5846F
Black with #B5846F
Text Example
Text Example
White with #B5846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5846F; }
p { color: rgb(181,132,111); }
H1.HeaderClassName
{
color: #B5846F;
}
.AnyTagClassName
{
color: #B5846F;
}
</style>
background-color css
<style>
a { background-color: #B5846F; }
a { background-color: rgb(181,132,111); }
div.DivClassName
{
background-color: #B5846F;
}
.BgClassName
{
background-color: #B5846F;
}
</style>
border-color css
<style>
span { border-color: #B5846F; }
span { border-color: rgb(181,132,111); }
td.TdClassName
{
border-color: #B5846F;
}
.TagClassName
{
border-color: #B5846F;
}
</style>