Shades of Oriental Pink #BA908B
Tints of Oriental Pink #BA908B
RGB
CMYK
RGB Variations
Color information
#BA908B (or 0xBA908B) is known color: Oriental Pink. HEX triplet: BA, 90 and 8B. RGB value is (186,144,139). Sum of RGB (Red+Green+Blue) = 186+144+139=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908B is #456F74. Grayscale: #9C9C9C. Windows color (decimal): -4550517 or 9146554. OLE color: 9146554.
HSL color Cylindrical-coordinate representation of color #BA908B: hue angle of 6.38º 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 #BA908B is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 144 | 139 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.27 |
| HSL | 6.38º | 0.25% | 0.64% | - |
| HSV(B) | 6.38º | 0.25% | 0.73% | - |
| XYZ | 34.88 | 32.25 | 28.81 | - |
| YUV | 155.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 144 | 139 | 0 | 0.23 | 0.25 | 0.27 | 6.38 | 0.25 | 0.64 |
| Hex | BA | 90 | 8B | 0 | 17 | 19 | 1B | 6 | 19 | 40 |
| Octal | 272 | 220 | 213 | 0 | 27 | 31 | 33 | 6 | 31 | 100 |
| Binary | 10111010 | 10010000 | 10001011 | 0 | 10111 | 11001 | 11011 | 110 | 11001 | 1000000 |
Color Harmonies of #BA908B
Complementary color
Monochromatic Colors of #BA908B
Black with #BA908B
Text Example
Text Example
White with #BA908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA908B; }
p { color: rgb(186,144,139); }
H1.HeaderClassName
{
color: #BA908B;
}
.AnyTagClassName
{
color: #BA908B;
}
</style>
background-color css
<style>
a { background-color: #BA908B; }
a { background-color: rgb(186,144,139); }
div.DivClassName
{
background-color: #BA908B;
}
.BgClassName
{
background-color: #BA908B;
}
</style>
border-color css
<style>
span { border-color: #BA908B; }
span { border-color: rgb(186,144,139); }
td.TdClassName
{
border-color: #BA908B;
}
.TagClassName
{
border-color: #BA908B;
}
</style>