Shades of Oriental Pink #BA9087
Tints of Oriental Pink #BA9087
RGB
CMYK
RGB Variations
Color information
#BA9087 (or 0xBA9087) is known color: Oriental Pink. HEX triplet: BA, 90 and 87. RGB value is (186,144,135). Sum of RGB (Red+Green+Blue) = 186+144+135=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9087 is #456F78. Grayscale: #9B9B9B. Windows color (decimal): -4550521 or 8884410. OLE color: 8884410.
HSL color Cylindrical-coordinate representation of color #BA9087: hue angle of 10.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA9087 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 135 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.27 |
| HSL | 10.59º | 0.27% | 0.63% | - |
| HSV(B) | 10.59º | 0.27% | 0.73% | - |
| XYZ | 34.6 | 32.13 | 27.3 | - |
| YUV | 155.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 135 | 0 | 0.23 | 0.27 | 0.27 | 10.59 | 0.27 | 0.63 |
| Hex | BA | 90 | 87 | 0 | 17 | 1B | 1B | B | 1B | 3F |
| Octal | 272 | 220 | 207 | 0 | 27 | 33 | 33 | 13 | 33 | 77 |
| Binary | 10111010 | 10010000 | 10000111 | 0 | 10111 | 11011 | 11011 | 1011 | 11011 | 111111 |
Color Harmonies of #BA9087
Complementary color
Monochromatic Colors of #BA9087
Black with #BA9087
Text Example
Text Example
White with #BA9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9087; }
p { color: rgb(186,144,135); }
H1.HeaderClassName
{
color: #BA9087;
}
.AnyTagClassName
{
color: #BA9087;
}
</style>
background-color css
<style>
a { background-color: #BA9087; }
a { background-color: rgb(186,144,135); }
div.DivClassName
{
background-color: #BA9087;
}
.BgClassName
{
background-color: #BA9087;
}
</style>
border-color css
<style>
span { border-color: #BA9087; }
span { border-color: rgb(186,144,135); }
td.TdClassName
{
border-color: #BA9087;
}
.TagClassName
{
border-color: #BA9087;
}
</style>