Shades of Oriental Pink #BA8683
Tints of Oriental Pink #BA8683
RGB
CMYK
RGB Variations
Color information
#BA8683 (or 0xBA8683) is known color: Oriental Pink. HEX triplet: BA, 86 and 83. RGB value is (186,134,131). Sum of RGB (Red+Green+Blue) = 186+134+131=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8683 is #45797C. Grayscale: #959595. Windows color (decimal): -4553085 or 8619706. OLE color: 8619706.
HSL color Cylindrical-coordinate representation of color #BA8683: hue angle of 3.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA8683 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 134 | 131 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.27 |
| HSL | 3.27º | 0.28% | 0.62% | - |
| HSV(B) | 3.27º | 0.3% | 0.73% | - |
| XYZ | 32.87 | 29.13 | 25.36 | - |
| YUV | 149.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 131 | 0 | 0.28 | 0.30 | 0.27 | 3.27 | 0.28 | 0.62 |
| Hex | BA | 86 | 83 | 0 | 1C | 1E | 1B | 3 | 1C | 3E |
| Octal | 272 | 206 | 203 | 0 | 34 | 36 | 33 | 3 | 34 | 76 |
| Binary | 10111010 | 10000110 | 10000011 | 0 | 11100 | 11110 | 11011 | 11 | 11100 | 111110 |
Color Harmonies of #BA8683
Complementary color
Monochromatic Colors of #BA8683
Black with #BA8683
Text Example
Text Example
White with #BA8683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8683; }
p { color: rgb(186,134,131); }
H1.HeaderClassName
{
color: #BA8683;
}
.AnyTagClassName
{
color: #BA8683;
}
</style>
background-color css
<style>
a { background-color: #BA8683; }
a { background-color: rgb(186,134,131); }
div.DivClassName
{
background-color: #BA8683;
}
.BgClassName
{
background-color: #BA8683;
}
</style>
border-color css
<style>
span { border-color: #BA8683; }
span { border-color: rgb(186,134,131); }
td.TdClassName
{
border-color: #BA8683;
}
.TagClassName
{
border-color: #BA8683;
}
</style>