Shades of Oriental Pink #BA918B
Tints of Oriental Pink #BA918B
RGB
CMYK
RGB Variations
Color information
#BA918B (or 0xBA918B) is known color: Oriental Pink. HEX triplet: BA, 91 and 8B. RGB value is (186,145,139). Sum of RGB (Red+Green+Blue) = 186+145+139=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA918B is #456E74. Grayscale: #9C9C9C. Windows color (decimal): -4550261 or 9146810. OLE color: 9146810.
HSL color Cylindrical-coordinate representation of color #BA918B: hue angle of 7.66º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA918B is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 145 | 139 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.27 |
| HSL | 7.66º | 0.25% | 0.64% | - |
| HSV(B) | 7.66º | 0.25% | 0.73% | - |
| XYZ | 35.04 | 32.55 | 28.86 | - |
| YUV | 156.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 139 | 0 | 0.22 | 0.25 | 0.27 | 7.66 | 0.25 | 0.64 |
| Hex | BA | 91 | 8B | 0 | 16 | 19 | 1B | 8 | 19 | 40 |
| Octal | 272 | 221 | 213 | 0 | 26 | 31 | 33 | 10 | 31 | 100 |
| Binary | 10111010 | 10010001 | 10001011 | 0 | 10110 | 11001 | 11011 | 1000 | 11001 | 1000000 |
Color Harmonies of #BA918B
Complementary color
Monochromatic Colors of #BA918B
Black with #BA918B
Text Example
Text Example
White with #BA918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA918B; }
p { color: rgb(186,145,139); }
H1.HeaderClassName
{
color: #BA918B;
}
.AnyTagClassName
{
color: #BA918B;
}
</style>
background-color css
<style>
a { background-color: #BA918B; }
a { background-color: rgb(186,145,139); }
div.DivClassName
{
background-color: #BA918B;
}
.BgClassName
{
background-color: #BA918B;
}
</style>
border-color css
<style>
span { border-color: #BA918B; }
span { border-color: rgb(186,145,139); }
td.TdClassName
{
border-color: #BA918B;
}
.TagClassName
{
border-color: #BA918B;
}
</style>