Shades of Oriental Pink #BA9085
Tints of Oriental Pink #BA9085
RGB
CMYK
RGB Variations
Color information
#BA9085 (or 0xBA9085) is known color: Oriental Pink. HEX triplet: BA, 90 and 85. RGB value is (186,144,133). Sum of RGB (Red+Green+Blue) = 186+144+133=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9085 is #456F7A. Grayscale: #9B9B9B. Windows color (decimal): -4550523 or 8753338. OLE color: 8753338.
HSL color Cylindrical-coordinate representation of color #BA9085: hue angle of 12.45º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9085 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 133 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.27 |
| HSL | 12.45º | 0.28% | 0.63% | - |
| HSV(B) | 12.45º | 0.28% | 0.73% | - |
| XYZ | 34.46 | 32.08 | 26.57 | - |
| YUV | 155.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 133 | 0 | 0.23 | 0.28 | 0.27 | 12.45 | 0.28 | 0.63 |
| Hex | BA | 90 | 85 | 0 | 17 | 1C | 1B | C | 1C | 3F |
| Octal | 272 | 220 | 205 | 0 | 27 | 34 | 33 | 14 | 34 | 77 |
| Binary | 10111010 | 10010000 | 10000101 | 0 | 10111 | 11100 | 11011 | 1100 | 11100 | 111111 |
Color Harmonies of #BA9085
Complementary color
Monochromatic Colors of #BA9085
Black with #BA9085
Text Example
Text Example
White with #BA9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9085; }
p { color: rgb(186,144,133); }
H1.HeaderClassName
{
color: #BA9085;
}
.AnyTagClassName
{
color: #BA9085;
}
</style>
background-color css
<style>
a { background-color: #BA9085; }
a { background-color: rgb(186,144,133); }
div.DivClassName
{
background-color: #BA9085;
}
.BgClassName
{
background-color: #BA9085;
}
</style>
border-color css
<style>
span { border-color: #BA9085; }
span { border-color: rgb(186,144,133); }
td.TdClassName
{
border-color: #BA9085;
}
.TagClassName
{
border-color: #BA9085;
}
</style>