Shades of Oriental Pink #BA8B84
Tints of Oriental Pink #BA8B84
RGB
CMYK
RGB Variations
Color information
#BA8B84 (or 0xBA8B84) is known color: Oriental Pink. HEX triplet: BA, 8B and 84. RGB value is (186,139,132). Sum of RGB (Red+Green+Blue) = 186+139+132=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8B84 is #45747B. Grayscale: #989898. Windows color (decimal): -4551804 or 8686522. OLE color: 8686522.
HSL color Cylindrical-coordinate representation of color #BA8B84: hue angle of 7.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA8B84 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 139 | 132 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.27 |
| HSL | 7.78º | 0.28% | 0.62% | - |
| HSV(B) | 7.78º | 0.29% | 0.73% | - |
| XYZ | 33.65 | 30.57 | 25.96 | - |
| YUV | 152.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 132 | 0 | 0.25 | 0.29 | 0.27 | 7.78 | 0.28 | 0.62 |
| Hex | BA | 8B | 84 | 0 | 19 | 1D | 1B | 8 | 1C | 3E |
| Octal | 272 | 213 | 204 | 0 | 31 | 35 | 33 | 10 | 34 | 76 |
| Binary | 10111010 | 10001011 | 10000100 | 0 | 11001 | 11101 | 11011 | 1000 | 11100 | 111110 |
Color Harmonies of #BA8B84
Complementary color
Monochromatic Colors of #BA8B84
Black with #BA8B84
Text Example
Text Example
White with #BA8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8B84; }
p { color: rgb(186,139,132); }
H1.HeaderClassName
{
color: #BA8B84;
}
.AnyTagClassName
{
color: #BA8B84;
}
</style>
background-color css
<style>
a { background-color: #BA8B84; }
a { background-color: rgb(186,139,132); }
div.DivClassName
{
background-color: #BA8B84;
}
.BgClassName
{
background-color: #BA8B84;
}
</style>
border-color css
<style>
span { border-color: #BA8B84; }
span { border-color: rgb(186,139,132); }
td.TdClassName
{
border-color: #BA8B84;
}
.TagClassName
{
border-color: #BA8B84;
}
</style>