Shades of Brandy Rose #B9847F
Tints of Brandy Rose #B9847F
RGB
CMYK
RGB Variations
Color information
#B9847F (or 0xB9847F) is known color: Brandy Rose. HEX triplet: B9, 84 and 7F. RGB value is (185,132,127). Sum of RGB (Red+Green+Blue) = 185+132+127=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9847F is #467B80. Grayscale: #939393. Windows color (decimal): -4619137 or 8357049. OLE color: 8357049.
HSL color Cylindrical-coordinate representation of color #B9847F: hue angle of 5.17º 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 #B9847F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 127 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.27 |
| HSL | 5.17º | 0.29% | 0.61% | - |
| HSV(B) | 5.17º | 0.31% | 0.73% | - |
| XYZ | 32.09 | 28.35 | 23.86 | - |
| YUV | 147.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 127 | 0 | 0.29 | 0.31 | 0.27 | 5.17 | 0.29 | 0.61 |
| Hex | B9 | 84 | 7F | 0 | 1D | 1F | 1B | 5 | 1D | 3D |
| Octal | 271 | 204 | 177 | 0 | 35 | 37 | 33 | 5 | 35 | 75 |
| Binary | 10111001 | 10000100 | 1111111 | 0 | 11101 | 11111 | 11011 | 101 | 11101 | 111101 |
Color Harmonies of #B9847F
Complementary color
Monochromatic Colors of #B9847F
Black with #B9847F
Text Example
Text Example
White with #B9847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9847F; }
p { color: rgb(185,132,127); }
H1.HeaderClassName
{
color: #B9847F;
}
.AnyTagClassName
{
color: #B9847F;
}
</style>
background-color css
<style>
a { background-color: #B9847F; }
a { background-color: rgb(185,132,127); }
div.DivClassName
{
background-color: #B9847F;
}
.BgClassName
{
background-color: #B9847F;
}
</style>
border-color css
<style>
span { border-color: #B9847F; }
span { border-color: rgb(185,132,127); }
td.TdClassName
{
border-color: #B9847F;
}
.TagClassName
{
border-color: #B9847F;
}
</style>