Shades of Oriental Pink #BA8282
Tints of Oriental Pink #BA8282
RGB
CMYK
RGB Variations
Color information
#BA8282 (or 0xBA8282) is known color: Oriental Pink. HEX triplet: BA, 82 and 82. RGB value is (186,130,130). Sum of RGB (Red+Green+Blue) = 186+130+130=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8282 is #457D7D. Grayscale: #929292. Windows color (decimal): -4554110 or 8553146. OLE color: 8553146.
HSL color Cylindrical-coordinate representation of color #BA8282: hue angle of 0º degrees, saturation: 0.29, 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 #BA8282 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 130 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.27 |
| HSL | 0º | 0.29% | 0.62% | - |
| HSV(B) | 0º | 0.3% | 0.73% | - |
| XYZ | 32.26 | 28.02 | 24.83 | - |
| YUV | 146.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 130 | 0 | 0.30 | 0.30 | 0.27 | 0 | 0.29 | 0.62 |
| Hex | BA | 82 | 82 | 0 | 1E | 1E | 1B | 0 | 1D | 3E |
| Octal | 272 | 202 | 202 | 0 | 36 | 36 | 33 | 0 | 35 | 76 |
| Binary | 10111010 | 10000010 | 10000010 | 0 | 11110 | 11110 | 11011 | 0 | 11101 | 111110 |
Color Harmonies of #BA8282
Complementary color
Monochromatic Colors of #BA8282
Black with #BA8282
Text Example
Text Example
White with #BA8282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8282; }
p { color: rgb(186,130,130); }
H1.HeaderClassName
{
color: #BA8282;
}
.AnyTagClassName
{
color: #BA8282;
}
</style>
background-color css
<style>
a { background-color: #BA8282; }
a { background-color: rgb(186,130,130); }
div.DivClassName
{
background-color: #BA8282;
}
.BgClassName
{
background-color: #BA8282;
}
</style>
border-color css
<style>
span { border-color: #BA8282; }
span { border-color: rgb(186,130,130); }
td.TdClassName
{
border-color: #BA8282;
}
.TagClassName
{
border-color: #BA8282;
}
</style>