Shades of Oriental Pink #BA8F89
Tints of Oriental Pink #BA8F89
RGB
CMYK
RGB Variations
Color information
#BA8F89 (or 0xBA8F89) is known color: Oriental Pink. HEX triplet: BA, 8F and 89. RGB value is (186,143,137). Sum of RGB (Red+Green+Blue) = 186+143+137=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F89 is #457076. Grayscale: #9B9B9B. Windows color (decimal): -4550775 or 9015226. OLE color: 9015226.
HSL color Cylindrical-coordinate representation of color #BA8F89: hue angle of 7.35º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8F89 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 143 | 137 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.27 |
| HSL | 7.35º | 0.26% | 0.63% | - |
| HSV(B) | 7.35º | 0.26% | 0.73% | - |
| XYZ | 34.59 | 31.89 | 28 | - |
| YUV | 155.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 137 | 0 | 0.23 | 0.26 | 0.27 | 7.35 | 0.26 | 0.63 |
| Hex | BA | 8F | 89 | 0 | 17 | 1A | 1B | 7 | 1A | 3F |
| Octal | 272 | 217 | 211 | 0 | 27 | 32 | 33 | 7 | 32 | 77 |
| Binary | 10111010 | 10001111 | 10001001 | 0 | 10111 | 11010 | 11011 | 111 | 11010 | 111111 |
Color Harmonies of #BA8F89
Complementary color
Monochromatic Colors of #BA8F89
Black with #BA8F89
Text Example
Text Example
White with #BA8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8F89; }
p { color: rgb(186,143,137); }
H1.HeaderClassName
{
color: #BA8F89;
}
.AnyTagClassName
{
color: #BA8F89;
}
</style>
background-color css
<style>
a { background-color: #BA8F89; }
a { background-color: rgb(186,143,137); }
div.DivClassName
{
background-color: #BA8F89;
}
.BgClassName
{
background-color: #BA8F89;
}
</style>
border-color css
<style>
span { border-color: #BA8F89; }
span { border-color: rgb(186,143,137); }
td.TdClassName
{
border-color: #BA8F89;
}
.TagClassName
{
border-color: #BA8F89;
}
</style>