Shades of Oriental Pink #B98F87
Tints of Oriental Pink #B98F87
RGB
CMYK
RGB Variations
Color information
#B98F87 (or 0xB98F87) is known color: Oriental Pink. HEX triplet: B9, 8F and 87. RGB value is (185,143,135). Sum of RGB (Red+Green+Blue) = 185+143+135=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98F87 is #467078. Grayscale: #9A9A9A. Windows color (decimal): -4616313 or 8884153. OLE color: 8884153.
HSL color Cylindrical-coordinate representation of color #B98F87: hue angle of 9.6º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B98F87 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 135 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.27 |
| HSL | 9.6º | 0.26% | 0.63% | - |
| HSV(B) | 9.6º | 0.27% | 0.73% | - |
| XYZ | 34.2 | 31.71 | 27.24 | - |
| YUV | 154.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 135 | 0 | 0.23 | 0.27 | 0.27 | 9.6 | 0.26 | 0.63 |
| Hex | B9 | 8F | 87 | 0 | 17 | 1B | 1B | A | 1A | 3F |
| Octal | 271 | 217 | 207 | 0 | 27 | 33 | 33 | 12 | 32 | 77 |
| Binary | 10111001 | 10001111 | 10000111 | 0 | 10111 | 11011 | 11011 | 1010 | 11010 | 111111 |
Color Harmonies of #B98F87
Complementary color
Monochromatic Colors of #B98F87
Black with #B98F87
Text Example
Text Example
White with #B98F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F87; }
p { color: rgb(185,143,135); }
H1.HeaderClassName
{
color: #B98F87;
}
.AnyTagClassName
{
color: #B98F87;
}
</style>
background-color css
<style>
a { background-color: #B98F87; }
a { background-color: rgb(185,143,135); }
div.DivClassName
{
background-color: #B98F87;
}
.BgClassName
{
background-color: #B98F87;
}
</style>
border-color css
<style>
span { border-color: #B98F87; }
span { border-color: rgb(185,143,135); }
td.TdClassName
{
border-color: #B98F87;
}
.TagClassName
{
border-color: #B98F87;
}
</style>