Shades of Rosy Brown #B98D8C
Tints of Rosy Brown #B98D8C
RGB
CMYK
RGB Variations
Color information
#B98D8C (or 0xB98D8C) is known color: Rosy Brown. HEX triplet: B9, 8D and 8C. RGB value is (185,141,140). Sum of RGB (Red+Green+Blue) = 185+141+140=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D8C is #467273. Grayscale: #9A9A9A. Windows color (decimal): -4616820 or 9211321. OLE color: 9211321.
HSL color Cylindrical-coordinate representation of color #B98D8C: hue angle of 1.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98D8C is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 140 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.27 |
| HSL | 1.33º | 0.24% | 0.64% | - |
| HSV(B) | 1.33º | 0.24% | 0.73% | - |
| XYZ | 34.27 | 31.26 | 29.04 | - |
| YUV | 154.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 140 | 0 | 0.24 | 0.24 | 0.27 | 1.33 | 0.24 | 0.64 |
| Hex | B9 | 8D | 8C | 0 | 18 | 18 | 1B | 1 | 18 | 40 |
| Octal | 271 | 215 | 214 | 0 | 30 | 30 | 33 | 1 | 30 | 100 |
| Binary | 10111001 | 10001101 | 10001100 | 0 | 11000 | 11000 | 11011 | 1 | 11000 | 1000000 |
Color Harmonies of #B98D8C
Complementary color
Monochromatic Colors of #B98D8C
Black with #B98D8C
Text Example
Text Example
White with #B98D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D8C; }
p { color: rgb(185,141,140); }
H1.HeaderClassName
{
color: #B98D8C;
}
.AnyTagClassName
{
color: #B98D8C;
}
</style>
background-color css
<style>
a { background-color: #B98D8C; }
a { background-color: rgb(185,141,140); }
div.DivClassName
{
background-color: #B98D8C;
}
.BgClassName
{
background-color: #B98D8C;
}
</style>
border-color css
<style>
span { border-color: #B98D8C; }
span { border-color: rgb(185,141,140); }
td.TdClassName
{
border-color: #B98D8C;
}
.TagClassName
{
border-color: #B98D8C;
}
</style>