Shades of Brandy Rose #B4887F
Tints of Brandy Rose #B4887F
RGB
CMYK
RGB Variations
Color information
#B4887F (or 0xB4887F) is known color: Brandy Rose. HEX triplet: B4, 88 and 7F. RGB value is (180,136,127). Sum of RGB (Red+Green+Blue) = 180+136+127=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4887F is #4B7780. Grayscale: #949494. Windows color (decimal): -4945793 or 8358068. OLE color: 8358068.
HSL color Cylindrical-coordinate representation of color #B4887F: hue angle of 10.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4887F is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 127 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.29 |
| HSL | 10.19º | 0.26% | 0.6% | - |
| HSV(B) | 10.19º | 0.29% | 0.71% | - |
| XYZ | 31.46 | 28.84 | 23.99 | - |
| YUV | 148.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 127 | 0 | 0.24 | 0.29 | 0.29 | 10.19 | 0.26 | 0.6 |
| Hex | B4 | 88 | 7F | 0 | 18 | 1D | 1D | A | 1A | 3C |
| Octal | 264 | 210 | 177 | 0 | 30 | 35 | 35 | 12 | 32 | 74 |
| Binary | 10110100 | 10001000 | 1111111 | 0 | 11000 | 11101 | 11101 | 1010 | 11010 | 111100 |
Color Harmonies of #B4887F
Complementary color
Monochromatic Colors of #B4887F
Black with #B4887F
Text Example
Text Example
White with #B4887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4887F; }
p { color: rgb(180,136,127); }
H1.HeaderClassName
{
color: #B4887F;
}
.AnyTagClassName
{
color: #B4887F;
}
</style>
background-color css
<style>
a { background-color: #B4887F; }
a { background-color: rgb(180,136,127); }
div.DivClassName
{
background-color: #B4887F;
}
.BgClassName
{
background-color: #B4887F;
}
</style>
border-color css
<style>
span { border-color: #B4887F; }
span { border-color: rgb(180,136,127); }
td.TdClassName
{
border-color: #B4887F;
}
.TagClassName
{
border-color: #B4887F;
}
</style>