Shades of Oriental Pink #B98B84
Tints of Oriental Pink #B98B84
RGB
CMYK
RGB Variations
Color information
#B98B84 (or 0xB98B84) is known color: Oriental Pink. HEX triplet: B9, 8B and 84. RGB value is (185,139,132). Sum of RGB (Red+Green+Blue) = 185+139+132=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98B84 is #46747B. Grayscale: #989898. Windows color (decimal): -4617340 or 8686521. OLE color: 8686521.
HSL color Cylindrical-coordinate representation of color #B98B84: hue angle of 7.92º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B98B84 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 132 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.27 |
| HSL | 7.92º | 0.27% | 0.62% | - |
| HSV(B) | 7.92º | 0.29% | 0.73% | - |
| XYZ | 33.41 | 30.45 | 25.95 | - |
| YUV | 151.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 132 | 0 | 0.25 | 0.29 | 0.27 | 7.92 | 0.27 | 0.62 |
| Hex | B9 | 8B | 84 | 0 | 19 | 1D | 1B | 8 | 1B | 3E |
| Octal | 271 | 213 | 204 | 0 | 31 | 35 | 33 | 10 | 33 | 76 |
| Binary | 10111001 | 10001011 | 10000100 | 0 | 11001 | 11101 | 11011 | 1000 | 11011 | 111110 |
Color Harmonies of #B98B84
Complementary color
Monochromatic Colors of #B98B84
Black with #B98B84
Text Example
Text Example
White with #B98B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B84; }
p { color: rgb(185,139,132); }
H1.HeaderClassName
{
color: #B98B84;
}
.AnyTagClassName
{
color: #B98B84;
}
</style>
background-color css
<style>
a { background-color: #B98B84; }
a { background-color: rgb(185,139,132); }
div.DivClassName
{
background-color: #B98B84;
}
.BgClassName
{
background-color: #B98B84;
}
</style>
border-color css
<style>
span { border-color: #B98B84; }
span { border-color: rgb(185,139,132); }
td.TdClassName
{
border-color: #B98B84;
}
.TagClassName
{
border-color: #B98B84;
}
</style>