Shades of Oriental Pink #B98D88
Tints of Oriental Pink #B98D88
RGB
CMYK
RGB Variations
Color information
#B98D88 (or 0xB98D88) is known color: Oriental Pink. HEX triplet: B9, 8D and 88. RGB value is (185,141,136). Sum of RGB (Red+Green+Blue) = 185+141+136=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98D88 is #467277. Grayscale: #999999. Windows color (decimal): -4616824 or 8949177. OLE color: 8949177.
HSL color Cylindrical-coordinate representation of color #B98D88: hue angle of 6.12º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B98D88 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 136 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.27 |
| HSL | 6.12º | 0.26% | 0.63% | - |
| HSV(B) | 6.12º | 0.26% | 0.73% | - |
| XYZ | 33.98 | 31.14 | 27.51 | - |
| YUV | 153.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 136 | 0 | 0.24 | 0.26 | 0.27 | 6.12 | 0.26 | 0.63 |
| Hex | B9 | 8D | 88 | 0 | 18 | 1A | 1B | 6 | 1A | 3F |
| Octal | 271 | 215 | 210 | 0 | 30 | 32 | 33 | 6 | 32 | 77 |
| Binary | 10111001 | 10001101 | 10001000 | 0 | 11000 | 11010 | 11011 | 110 | 11010 | 111111 |
Color Harmonies of #B98D88
Complementary color
Monochromatic Colors of #B98D88
Black with #B98D88
Text Example
Text Example
White with #B98D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D88; }
p { color: rgb(185,141,136); }
H1.HeaderClassName
{
color: #B98D88;
}
.AnyTagClassName
{
color: #B98D88;
}
</style>
background-color css
<style>
a { background-color: #B98D88; }
a { background-color: rgb(185,141,136); }
div.DivClassName
{
background-color: #B98D88;
}
.BgClassName
{
background-color: #B98D88;
}
</style>
border-color css
<style>
span { border-color: #B98D88; }
span { border-color: rgb(185,141,136); }
td.TdClassName
{
border-color: #B98D88;
}
.TagClassName
{
border-color: #B98D88;
}
</style>