Shades of Brandy Rose #B4887C
Tints of Brandy Rose #B4887C
RGB
CMYK
RGB Variations
Color information
#B4887C (or 0xB4887C) is known color: Brandy Rose. HEX triplet: B4, 88 and 7C. RGB value is (180,136,124). Sum of RGB (Red+Green+Blue) = 180+136+124=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4887C is #4B7783. Grayscale: #939393. Windows color (decimal): -4945796 or 8161460. OLE color: 8161460.
HSL color Cylindrical-coordinate representation of color #B4887C: hue angle of 12.86º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4887C is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 124 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.29 |
| HSL | 12.86º | 0.27% | 0.6% | - |
| HSV(B) | 12.86º | 0.31% | 0.71% | - |
| XYZ | 31.26 | 28.77 | 22.97 | - |
| YUV | 147.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 124 | 0 | 0.24 | 0.31 | 0.29 | 12.86 | 0.27 | 0.6 |
| Hex | B4 | 88 | 7C | 0 | 18 | 1F | 1D | D | 1B | 3C |
| Octal | 264 | 210 | 174 | 0 | 30 | 37 | 35 | 15 | 33 | 74 |
| Binary | 10110100 | 10001000 | 1111100 | 0 | 11000 | 11111 | 11101 | 1101 | 11011 | 111100 |
Color Harmonies of #B4887C
Complementary color
Monochromatic Colors of #B4887C
Black with #B4887C
Text Example
Text Example
White with #B4887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4887C; }
p { color: rgb(180,136,124); }
H1.HeaderClassName
{
color: #B4887C;
}
.AnyTagClassName
{
color: #B4887C;
}
</style>
background-color css
<style>
a { background-color: #B4887C; }
a { background-color: rgb(180,136,124); }
div.DivClassName
{
background-color: #B4887C;
}
.BgClassName
{
background-color: #B4887C;
}
</style>
border-color css
<style>
span { border-color: #B4887C; }
span { border-color: rgb(180,136,124); }
td.TdClassName
{
border-color: #B4887C;
}
.TagClassName
{
border-color: #B4887C;
}
</style>