Shades of Oriental Pink #BC8C89
Tints of Oriental Pink #BC8C89
RGB
CMYK
RGB Variations
Color information
#BC8C89 (or 0xBC8C89) is known color: Oriental Pink. HEX triplet: BC, 8C and 89. RGB value is (188,140,137). Sum of RGB (Red+Green+Blue) = 188+140+137=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C89 is #437376. Grayscale: #9A9A9A. Windows color (decimal): -4420471 or 9014460. OLE color: 9014460.
HSL color Cylindrical-coordinate representation of color #BC8C89: hue angle of 3.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8C89 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 137 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.26 |
| HSL | 3.53º | 0.28% | 0.64% | - |
| HSV(B) | 3.53º | 0.27% | 0.74% | - |
| XYZ | 34.63 | 31.25 | 27.87 | - |
| YUV | 154.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 137 | 0 | 0.26 | 0.27 | 0.26 | 3.53 | 0.28 | 0.64 |
| Hex | BC | 8C | 89 | 0 | 1A | 1B | 1A | 4 | 1C | 40 |
| Octal | 274 | 214 | 211 | 0 | 32 | 33 | 32 | 4 | 34 | 100 |
| Binary | 10111100 | 10001100 | 10001001 | 0 | 11010 | 11011 | 11010 | 100 | 11100 | 1000000 |
Color Harmonies of #BC8C89
Complementary color
Monochromatic Colors of #BC8C89
Black with #BC8C89
Text Example
Text Example
White with #BC8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C89; }
p { color: rgb(188,140,137); }
H1.HeaderClassName
{
color: #BC8C89;
}
.AnyTagClassName
{
color: #BC8C89;
}
</style>
background-color css
<style>
a { background-color: #BC8C89; }
a { background-color: rgb(188,140,137); }
div.DivClassName
{
background-color: #BC8C89;
}
.BgClassName
{
background-color: #BC8C89;
}
</style>
border-color css
<style>
span { border-color: #BC8C89; }
span { border-color: rgb(188,140,137); }
td.TdClassName
{
border-color: #BC8C89;
}
.TagClassName
{
border-color: #BC8C89;
}
</style>