Shades of Oriental Pink #B99084
Tints of Oriental Pink #B99084
RGB
CMYK
RGB Variations
Color information
#B99084 (or 0xB99084) is known color: Oriental Pink. HEX triplet: B9, 90 and 84. RGB value is (185,144,132). Sum of RGB (Red+Green+Blue) = 185+144+132=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 185 - color contains mainly: red. Hex color #B99084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99084 is #466F7B. Grayscale: #9A9A9A. Windows color (decimal): -4616060 or 8687801. OLE color: 8687801.
HSL color Cylindrical-coordinate representation of color #B99084: hue angle of 13.58º 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 #B99084 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 132 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.27 |
| HSL | 13.58º | 0.27% | 0.62% | - |
| HSV(B) | 13.58º | 0.29% | 0.73% | - |
| XYZ | 34.15 | 31.93 | 26.19 | - |
| YUV | 154.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 132 | 0 | 0.22 | 0.29 | 0.27 | 13.58 | 0.27 | 0.62 |
| Hex | B9 | 90 | 84 | 0 | 16 | 1D | 1B | E | 1B | 3E |
| Octal | 271 | 220 | 204 | 0 | 26 | 35 | 33 | 16 | 33 | 76 |
| Binary | 10111001 | 10010000 | 10000100 | 0 | 10110 | 11101 | 11011 | 1110 | 11011 | 111110 |
Color Harmonies of #B99084
Complementary color
Monochromatic Colors of #B99084
Black with #B99084
Text Example
Text Example
White with #B99084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99084; }
p { color: rgb(185,144,132); }
H1.HeaderClassName
{
color: #B99084;
}
.AnyTagClassName
{
color: #B99084;
}
</style>
background-color css
<style>
a { background-color: #B99084; }
a { background-color: rgb(185,144,132); }
div.DivClassName
{
background-color: #B99084;
}
.BgClassName
{
background-color: #B99084;
}
</style>
border-color css
<style>
span { border-color: #B99084; }
span { border-color: rgb(185,144,132); }
td.TdClassName
{
border-color: #B99084;
}
.TagClassName
{
border-color: #B99084;
}
</style>