Shades of Brandy Rose #B98982
Tints of Brandy Rose #B98982
RGB
CMYK
RGB Variations
Color information
#B98982 (or 0xB98982) is known color: Brandy Rose. HEX triplet: B9, 89 and 82. RGB value is (185,137,130). Sum of RGB (Red+Green+Blue) = 185+137+130=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98982 is #46767D. Grayscale: #969696. Windows color (decimal): -4617854 or 8554937. OLE color: 8554937.
HSL color Cylindrical-coordinate representation of color #B98982: hue angle of 7.64º 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 #B98982 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 137 | 130 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.27 |
| HSL | 7.64º | 0.28% | 0.62% | - |
| HSV(B) | 7.64º | 0.3% | 0.73% | - |
| XYZ | 32.98 | 29.82 | 25.14 | - |
| YUV | 150.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 137 | 130 | 0 | 0.26 | 0.30 | 0.27 | 7.64 | 0.28 | 0.62 |
| Hex | B9 | 89 | 82 | 0 | 1A | 1E | 1B | 8 | 1C | 3E |
| Octal | 271 | 211 | 202 | 0 | 32 | 36 | 33 | 10 | 34 | 76 |
| Binary | 10111001 | 10001001 | 10000010 | 0 | 11010 | 11110 | 11011 | 1000 | 11100 | 111110 |
Color Harmonies of #B98982
Complementary color
Monochromatic Colors of #B98982
Black with #B98982
Text Example
Text Example
White with #B98982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98982; }
p { color: rgb(185,137,130); }
H1.HeaderClassName
{
color: #B98982;
}
.AnyTagClassName
{
color: #B98982;
}
</style>
background-color css
<style>
a { background-color: #B98982; }
a { background-color: rgb(185,137,130); }
div.DivClassName
{
background-color: #B98982;
}
.BgClassName
{
background-color: #B98982;
}
</style>
border-color css
<style>
span { border-color: #B98982; }
span { border-color: rgb(185,137,130); }
td.TdClassName
{
border-color: #B98982;
}
.TagClassName
{
border-color: #B98982;
}
</style>