Shades of Brandy Rose #B9887F
Tints of Brandy Rose #B9887F
RGB
CMYK
RGB Variations
Color information
#B9887F (or 0xB9887F) is known color: Brandy Rose. HEX triplet: B9, 88 and 7F. RGB value is (185,136,127). Sum of RGB (Red+Green+Blue) = 185+136+127=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9887F is #467780. Grayscale: #959595. Windows color (decimal): -4618113 or 8358073. OLE color: 8358073.
HSL color Cylindrical-coordinate representation of color #B9887F: hue angle of 9.31º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9887F is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 127 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.27 |
| HSL | 9.31º | 0.29% | 0.61% | - |
| HSV(B) | 9.31º | 0.31% | 0.73% | - |
| XYZ | 32.64 | 29.45 | 24.04 | - |
| YUV | 149.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 127 | 0 | 0.26 | 0.31 | 0.27 | 9.31 | 0.29 | 0.61 |
| Hex | B9 | 88 | 7F | 0 | 1A | 1F | 1B | 9 | 1D | 3D |
| Octal | 271 | 210 | 177 | 0 | 32 | 37 | 33 | 11 | 35 | 75 |
| Binary | 10111001 | 10001000 | 1111111 | 0 | 11010 | 11111 | 11011 | 1001 | 11101 | 111101 |
Color Harmonies of #B9887F
Complementary color
Monochromatic Colors of #B9887F
Black with #B9887F
Text Example
Text Example
White with #B9887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9887F; }
p { color: rgb(185,136,127); }
H1.HeaderClassName
{
color: #B9887F;
}
.AnyTagClassName
{
color: #B9887F;
}
</style>
background-color css
<style>
a { background-color: #B9887F; }
a { background-color: rgb(185,136,127); }
div.DivClassName
{
background-color: #B9887F;
}
.BgClassName
{
background-color: #B9887F;
}
</style>
border-color css
<style>
span { border-color: #B9887F; }
span { border-color: rgb(185,136,127); }
td.TdClassName
{
border-color: #B9887F;
}
.TagClassName
{
border-color: #B9887F;
}
</style>