Shades of Brandy Rose #B9857B
Tints of Brandy Rose #B9857B
RGB
CMYK
RGB Variations
Color information
#B9857B (or 0xB9857B) is known color: Brandy Rose. HEX triplet: B9, 85 and 7B. RGB value is (185,133,123). Sum of RGB (Red+Green+Blue) = 185+133+123=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9857B is #467A84. Grayscale: #939393. Windows color (decimal): -4618885 or 8095161. OLE color: 8095161.
HSL color Cylindrical-coordinate representation of color #B9857B: hue angle of 9.68º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9857B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 123 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.27 |
| HSL | 9.68º | 0.31% | 0.6% | - |
| HSV(B) | 9.68º | 0.34% | 0.73% | - |
| XYZ | 31.97 | 28.52 | 22.56 | - |
| YUV | 147.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 123 | 0 | 0.28 | 0.34 | 0.27 | 9.68 | 0.31 | 0.6 |
| Hex | B9 | 85 | 7B | 0 | 1C | 22 | 1B | A | 1F | 3C |
| Octal | 271 | 205 | 173 | 0 | 34 | 42 | 33 | 12 | 37 | 74 |
| Binary | 10111001 | 10000101 | 1111011 | 0 | 11100 | 100010 | 11011 | 1010 | 11111 | 111100 |
Color Harmonies of #B9857B
Complementary color
Monochromatic Colors of #B9857B
Black with #B9857B
Text Example
Text Example
White with #B9857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9857B; }
p { color: rgb(185,133,123); }
H1.HeaderClassName
{
color: #B9857B;
}
.AnyTagClassName
{
color: #B9857B;
}
</style>
background-color css
<style>
a { background-color: #B9857B; }
a { background-color: rgb(185,133,123); }
div.DivClassName
{
background-color: #B9857B;
}
.BgClassName
{
background-color: #B9857B;
}
</style>
border-color css
<style>
span { border-color: #B9857B; }
span { border-color: rgb(185,133,123); }
td.TdClassName
{
border-color: #B9857B;
}
.TagClassName
{
border-color: #B9857B;
}
</style>