Shades of Rosy Brown #B98E8E
Tints of Rosy Brown #B98E8E
RGB
CMYK
RGB Variations
Color information
#B98E8E (or 0xB98E8E) is known color: Rosy Brown. HEX triplet: B9, 8E and 8E. RGB value is (185,142,142). Sum of RGB (Red+Green+Blue) = 185+142+142=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E8E is #467171. Grayscale: #9A9A9A. Windows color (decimal): -4616562 or 9342649. OLE color: 9342649.
HSL color Cylindrical-coordinate representation of color #B98E8E: hue angle of 0º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98E8E is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 142 | 142 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.27 |
| HSL | 0º | 0.23% | 0.64% | - |
| HSV(B) | 0º | 0.23% | 0.73% | - |
| XYZ | 34.56 | 31.61 | 29.87 | - |
| YUV | 154.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 142 | 0 | 0.23 | 0.23 | 0.27 | 0 | 0.23 | 0.64 |
| Hex | B9 | 8E | 8E | 0 | 17 | 17 | 1B | 0 | 17 | 40 |
| Octal | 271 | 216 | 216 | 0 | 27 | 27 | 33 | 0 | 27 | 100 |
| Binary | 10111001 | 10001110 | 10001110 | 0 | 10111 | 10111 | 11011 | 0 | 10111 | 1000000 |
Color Harmonies of #B98E8E
Complementary color
Monochromatic Colors of #B98E8E
Black with #B98E8E
Text Example
Text Example
White with #B98E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98E8E; }
p { color: rgb(185,142,142); }
H1.HeaderClassName
{
color: #B98E8E;
}
.AnyTagClassName
{
color: #B98E8E;
}
</style>
background-color css
<style>
a { background-color: #B98E8E; }
a { background-color: rgb(185,142,142); }
div.DivClassName
{
background-color: #B98E8E;
}
.BgClassName
{
background-color: #B98E8E;
}
</style>
border-color css
<style>
span { border-color: #B98E8E; }
span { border-color: rgb(185,142,142); }
td.TdClassName
{
border-color: #B98E8E;
}
.TagClassName
{
border-color: #B98E8E;
}
</style>