Shades of Brandy Rose #B98873
Tints of Brandy Rose #B98873
RGB
CMYK
RGB Variations
Color information
#B98873 (or 0xB98873) is known color: Brandy Rose. HEX triplet: B9, 88 and 73. RGB value is (185,136,115). Sum of RGB (Red+Green+Blue) = 185+136+115=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98873 is #46778C. Grayscale: #949494. Windows color (decimal): -4618125 or 7571641. OLE color: 7571641.
HSL color Cylindrical-coordinate representation of color #B98873: hue angle of 18º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98873 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 115 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.27 |
| HSL | 18º | 0.33% | 0.59% | - |
| HSV(B) | 18º | 0.38% | 0.73% | - |
| XYZ | 31.91 | 29.16 | 20.17 | - |
| YUV | 148.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 115 | 0 | 0.26 | 0.38 | 0.27 | 18 | 0.33 | 0.59 |
| Hex | B9 | 88 | 73 | 0 | 1A | 26 | 1B | 12 | 21 | 3B |
| Octal | 271 | 210 | 163 | 0 | 32 | 46 | 33 | 22 | 41 | 73 |
| Binary | 10111001 | 10001000 | 1110011 | 0 | 11010 | 100110 | 11011 | 10010 | 100001 | 111011 |
Color Harmonies of #B98873
Complementary color
Monochromatic Colors of #B98873
Black with #B98873
Text Example
Text Example
White with #B98873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98873; }
p { color: rgb(185,136,115); }
H1.HeaderClassName
{
color: #B98873;
}
.AnyTagClassName
{
color: #B98873;
}
</style>
background-color css
<style>
a { background-color: #B98873; }
a { background-color: rgb(185,136,115); }
div.DivClassName
{
background-color: #B98873;
}
.BgClassName
{
background-color: #B98873;
}
</style>
border-color css
<style>
span { border-color: #B98873; }
span { border-color: rgb(185,136,115); }
td.TdClassName
{
border-color: #B98873;
}
.TagClassName
{
border-color: #B98873;
}
</style>