Shades of Brandy Rose #B9857F
Tints of Brandy Rose #B9857F
RGB
CMYK
RGB Variations
Color information
#B9857F (or 0xB9857F) is known color: Brandy Rose. HEX triplet: B9, 85 and 7F. RGB value is (185,133,127). Sum of RGB (Red+Green+Blue) = 185+133+127=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B9857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9857F is #467A80. Grayscale: #939393. Windows color (decimal): -4618881 or 8357305. OLE color: 8357305.
HSL color Cylindrical-coordinate representation of color #B9857F: hue angle of 6.21º 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 #B9857F is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 127 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.27 |
| HSL | 6.21º | 0.29% | 0.61% | - |
| HSV(B) | 6.21º | 0.31% | 0.73% | - |
| XYZ | 32.23 | 28.62 | 23.9 | - |
| YUV | 147.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 127 | 0 | 0.28 | 0.31 | 0.27 | 6.21 | 0.29 | 0.61 |
| Hex | B9 | 85 | 7F | 0 | 1C | 1F | 1B | 6 | 1D | 3D |
| Octal | 271 | 205 | 177 | 0 | 34 | 37 | 33 | 6 | 35 | 75 |
| Binary | 10111001 | 10000101 | 1111111 | 0 | 11100 | 11111 | 11011 | 110 | 11101 | 111101 |
Color Harmonies of #B9857F
Complementary color
Monochromatic Colors of #B9857F
Black with #B9857F
Text Example
Text Example
White with #B9857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9857F; }
p { color: rgb(185,133,127); }
H1.HeaderClassName
{
color: #B9857F;
}
.AnyTagClassName
{
color: #B9857F;
}
</style>
background-color css
<style>
a { background-color: #B9857F; }
a { background-color: rgb(185,133,127); }
div.DivClassName
{
background-color: #B9857F;
}
.BgClassName
{
background-color: #B9857F;
}
</style>
border-color css
<style>
span { border-color: #B9857F; }
span { border-color: rgb(185,133,127); }
td.TdClassName
{
border-color: #B9857F;
}
.TagClassName
{
border-color: #B9857F;
}
</style>