Shades of Oriental Pink #B98A84
Tints of Oriental Pink #B98A84
RGB
CMYK
RGB Variations
Color information
#B98A84 (or 0xB98A84) is known color: Oriental Pink. HEX triplet: B9, 8A and 84. RGB value is (185,138,132). Sum of RGB (Red+Green+Blue) = 185+138+132=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A84 is #46757B. Grayscale: #979797. Windows color (decimal): -4617596 or 8686265. OLE color: 8686265.
HSL color Cylindrical-coordinate representation of color #B98A84: hue angle of 6.79º 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 #B98A84 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 138 | 132 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.27 |
| HSL | 6.79º | 0.27% | 0.62% | - |
| HSV(B) | 6.79º | 0.29% | 0.73% | - |
| XYZ | 33.26 | 30.16 | 25.9 | - |
| YUV | 151.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 138 | 132 | 0 | 0.25 | 0.29 | 0.27 | 6.79 | 0.27 | 0.62 |
| Hex | B9 | 8A | 84 | 0 | 19 | 1D | 1B | 7 | 1B | 3E |
| Octal | 271 | 212 | 204 | 0 | 31 | 35 | 33 | 7 | 33 | 76 |
| Binary | 10111001 | 10001010 | 10000100 | 0 | 11001 | 11101 | 11011 | 111 | 11011 | 111110 |
Color Harmonies of #B98A84
Complementary color
Monochromatic Colors of #B98A84
Black with #B98A84
Text Example
Text Example
White with #B98A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98A84; }
p { color: rgb(185,138,132); }
H1.HeaderClassName
{
color: #B98A84;
}
.AnyTagClassName
{
color: #B98A84;
}
</style>
background-color css
<style>
a { background-color: #B98A84; }
a { background-color: rgb(185,138,132); }
div.DivClassName
{
background-color: #B98A84;
}
.BgClassName
{
background-color: #B98A84;
}
</style>
border-color css
<style>
span { border-color: #B98A84; }
span { border-color: rgb(185,138,132); }
td.TdClassName
{
border-color: #B98A84;
}
.TagClassName
{
border-color: #B98A84;
}
</style>