Shades of Brandy Rose #B9856F
Tints of Brandy Rose #B9856F
RGB
CMYK
RGB Variations
Color information
#B9856F (or 0xB9856F) is known color: Brandy Rose. HEX triplet: B9, 85 and 6F. RGB value is (185,133,111). Sum of RGB (Red+Green+Blue) = 185+133+111=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9856F is #467A90. Grayscale: #929292. Windows color (decimal): -4618897 or 7308729. OLE color: 7308729.
HSL color Cylindrical-coordinate representation of color #B9856F: hue angle of 17.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9856F is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 111 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.27 |
| HSL | 17.84º | 0.35% | 0.58% | - |
| HSV(B) | 17.84º | 0.4% | 0.73% | - |
| XYZ | 31.26 | 28.24 | 18.84 | - |
| YUV | 146.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 111 | 0 | 0.28 | 0.4 | 0.27 | 17.84 | 0.35 | 0.58 |
| Hex | B9 | 85 | 6F | 0 | 1C | 28 | 1B | 12 | 23 | 3A |
| Octal | 271 | 205 | 157 | 0 | 34 | 50 | 33 | 22 | 43 | 72 |
| Binary | 10111001 | 10000101 | 1101111 | 0 | 11100 | 101000 | 11011 | 10010 | 100011 | 111010 |
Color Harmonies of #B9856F
Complementary color
Monochromatic Colors of #B9856F
Black with #B9856F
Text Example
Text Example
White with #B9856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9856F; }
p { color: rgb(185,133,111); }
H1.HeaderClassName
{
color: #B9856F;
}
.AnyTagClassName
{
color: #B9856F;
}
</style>
background-color css
<style>
a { background-color: #B9856F; }
a { background-color: rgb(185,133,111); }
div.DivClassName
{
background-color: #B9856F;
}
.BgClassName
{
background-color: #B9856F;
}
</style>
border-color css
<style>
span { border-color: #B9856F; }
span { border-color: rgb(185,133,111); }
td.TdClassName
{
border-color: #B9856F;
}
.TagClassName
{
border-color: #B9856F;
}
</style>