Shades of Oriental Pink #B98C83
Tints of Oriental Pink #B98C83
RGB
CMYK
RGB Variations
Color information
#B98C83 (or 0xB98C83) is known color: Oriental Pink. HEX triplet: B9, 8C and 83. RGB value is (185,140,131). Sum of RGB (Red+Green+Blue) = 185+140+131=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98C83 is #46737C. Grayscale: #989898. Windows color (decimal): -4617085 or 8621241. OLE color: 8621241.
HSL color Cylindrical-coordinate representation of color #B98C83: hue angle of 10º 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 #B98C83 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 131 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.27 |
| HSL | 10º | 0.28% | 0.62% | - |
| HSV(B) | 10º | 0.29% | 0.73% | - |
| XYZ | 33.48 | 30.71 | 25.64 | - |
| YUV | 152.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 131 | 0 | 0.24 | 0.29 | 0.27 | 10 | 0.28 | 0.62 |
| Hex | B9 | 8C | 83 | 0 | 18 | 1D | 1B | A | 1C | 3E |
| Octal | 271 | 214 | 203 | 0 | 30 | 35 | 33 | 12 | 34 | 76 |
| Binary | 10111001 | 10001100 | 10000011 | 0 | 11000 | 11101 | 11011 | 1010 | 11100 | 111110 |
Color Harmonies of #B98C83
Complementary color
Monochromatic Colors of #B98C83
Black with #B98C83
Text Example
Text Example
White with #B98C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C83; }
p { color: rgb(185,140,131); }
H1.HeaderClassName
{
color: #B98C83;
}
.AnyTagClassName
{
color: #B98C83;
}
</style>
background-color css
<style>
a { background-color: #B98C83; }
a { background-color: rgb(185,140,131); }
div.DivClassName
{
background-color: #B98C83;
}
.BgClassName
{
background-color: #B98C83;
}
</style>
border-color css
<style>
span { border-color: #B98C83; }
span { border-color: rgb(185,140,131); }
td.TdClassName
{
border-color: #B98C83;
}
.TagClassName
{
border-color: #B98C83;
}
</style>