Shades of Oriental Pink #BA9086
Tints of Oriental Pink #BA9086
RGB
CMYK
RGB Variations
Color information
#BA9086 (or 0xBA9086) is known color: Oriental Pink. HEX triplet: BA, 90 and 86. RGB value is (186,144,134). Sum of RGB (Red+Green+Blue) = 186+144+134=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9086 is #456F79. Grayscale: #9B9B9B. Windows color (decimal): -4550522 or 8818874. OLE color: 8818874.
HSL color Cylindrical-coordinate representation of color #BA9086: hue angle of 11.54º degrees, saturation: 0.27, 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 #BA9086 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 134 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.27 |
| HSL | 11.54º | 0.27% | 0.63% | - |
| HSV(B) | 11.54º | 0.28% | 0.73% | - |
| XYZ | 34.53 | 32.11 | 26.93 | - |
| YUV | 155.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 134 | 0 | 0.23 | 0.28 | 0.27 | 11.54 | 0.27 | 0.63 |
| Hex | BA | 90 | 86 | 0 | 17 | 1C | 1B | C | 1B | 3F |
| Octal | 272 | 220 | 206 | 0 | 27 | 34 | 33 | 14 | 33 | 77 |
| Binary | 10111010 | 10010000 | 10000110 | 0 | 10111 | 11100 | 11011 | 1100 | 11011 | 111111 |
Color Harmonies of #BA9086
Complementary color
Monochromatic Colors of #BA9086
Black with #BA9086
Text Example
Text Example
White with #BA9086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9086; }
p { color: rgb(186,144,134); }
H1.HeaderClassName
{
color: #BA9086;
}
.AnyTagClassName
{
color: #BA9086;
}
</style>
background-color css
<style>
a { background-color: #BA9086; }
a { background-color: rgb(186,144,134); }
div.DivClassName
{
background-color: #BA9086;
}
.BgClassName
{
background-color: #BA9086;
}
</style>
border-color css
<style>
span { border-color: #BA9086; }
span { border-color: rgb(186,144,134); }
td.TdClassName
{
border-color: #BA9086;
}
.TagClassName
{
border-color: #BA9086;
}
</style>