Shades of Oriental Pink #B98B83
Tints of Oriental Pink #B98B83
RGB
CMYK
RGB Variations
Color information
#B98B83 (or 0xB98B83) is known color: Oriental Pink. HEX triplet: B9, 8B and 83. RGB value is (185,139,131). Sum of RGB (Red+Green+Blue) = 185+139+131=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98B83 is #46747C. Grayscale: #979797. Windows color (decimal): -4617341 or 8620985. OLE color: 8620985.
HSL color Cylindrical-coordinate representation of color #B98B83: hue angle of 8.89º degrees, saturation: 0.28, 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 #B98B83 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 131 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.27 |
| HSL | 8.89º | 0.28% | 0.62% | - |
| HSV(B) | 8.89º | 0.29% | 0.73% | - |
| XYZ | 33.34 | 30.42 | 25.59 | - |
| YUV | 151.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 131 | 0 | 0.25 | 0.29 | 0.27 | 8.89 | 0.28 | 0.62 |
| Hex | B9 | 8B | 83 | 0 | 19 | 1D | 1B | 9 | 1C | 3E |
| Octal | 271 | 213 | 203 | 0 | 31 | 35 | 33 | 11 | 34 | 76 |
| Binary | 10111001 | 10001011 | 10000011 | 0 | 11001 | 11101 | 11011 | 1001 | 11100 | 111110 |
Color Harmonies of #B98B83
Complementary color
Monochromatic Colors of #B98B83
Black with #B98B83
Text Example
Text Example
White with #B98B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B83; }
p { color: rgb(185,139,131); }
H1.HeaderClassName
{
color: #B98B83;
}
.AnyTagClassName
{
color: #B98B83;
}
</style>
background-color css
<style>
a { background-color: #B98B83; }
a { background-color: rgb(185,139,131); }
div.DivClassName
{
background-color: #B98B83;
}
.BgClassName
{
background-color: #B98B83;
}
</style>
border-color css
<style>
span { border-color: #B98B83; }
span { border-color: rgb(185,139,131); }
td.TdClassName
{
border-color: #B98B83;
}
.TagClassName
{
border-color: #B98B83;
}
</style>