Shades of Brandy Rose #B98882
Tints of Brandy Rose #B98882
RGB
CMYK
RGB Variations
Color information
#B98882 (or 0xB98882) is known color: Brandy Rose. HEX triplet: B9, 88 and 82. RGB value is (185,136,130). Sum of RGB (Red+Green+Blue) = 185+136+130=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 130 (51.17% from 255 or 28.82% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B98882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98882 is #46777D. Grayscale: #969696. Windows color (decimal): -4618110 or 8554681. OLE color: 8554681.
HSL color Cylindrical-coordinate representation of color #B98882: hue angle of 6.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98882 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 136 | 130 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.27 |
| HSL | 6.55º | 0.28% | 0.62% | - |
| HSV(B) | 6.55º | 0.3% | 0.73% | - |
| XYZ | 32.84 | 29.53 | 25.09 | - |
| YUV | 149.97 | 116.73 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 136 | 130 | 0 | 0.26 | 0.30 | 0.27 | 6.55 | 0.28 | 0.62 |
| Hex | B9 | 88 | 82 | 0 | 1A | 1E | 1B | 7 | 1C | 3E |
| Octal | 271 | 210 | 202 | 0 | 32 | 36 | 33 | 7 | 34 | 76 |
| Binary | 10111001 | 10001000 | 10000010 | 0 | 11010 | 11110 | 11011 | 111 | 11100 | 111110 |
Color Harmonies of #B98882
Complementary color
Monochromatic Colors of #B98882
Black with #B98882
Text Example
Text Example
White with #B98882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98882; }
p { color: rgb(185,136,130); }
H1.HeaderClassName
{
color: #B98882;
}
.AnyTagClassName
{
color: #B98882;
}
</style>
background-color css
<style>
a { background-color: #B98882; }
a { background-color: rgb(185,136,130); }
div.DivClassName
{
background-color: #B98882;
}
.BgClassName
{
background-color: #B98882;
}
</style>
border-color css
<style>
span { border-color: #B98882; }
span { border-color: rgb(185,136,130); }
td.TdClassName
{
border-color: #B98882;
}
.TagClassName
{
border-color: #B98882;
}
</style>