Shades of Oriental Pink #BC8C87
Tints of Oriental Pink #BC8C87
RGB
CMYK
RGB Variations
Color information
#BC8C87 (or 0xBC8C87) is known color: Oriental Pink. HEX triplet: BC, 8C and 87. RGB value is (188,140,135). Sum of RGB (Red+Green+Blue) = 188+140+135=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C87 is #437378. Grayscale: #999999. Windows color (decimal): -4420473 or 8883388. OLE color: 8883388.
HSL color Cylindrical-coordinate representation of color #BC8C87: hue angle of 5.66º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8C87 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 135 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.26 |
| HSL | 5.66º | 0.28% | 0.63% | - |
| HSV(B) | 5.66º | 0.28% | 0.74% | - |
| XYZ | 34.49 | 31.2 | 27.13 | - |
| YUV | 153.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 135 | 0 | 0.26 | 0.28 | 0.26 | 5.66 | 0.28 | 0.63 |
| Hex | BC | 8C | 87 | 0 | 1A | 1C | 1A | 6 | 1C | 3F |
| Octal | 274 | 214 | 207 | 0 | 32 | 34 | 32 | 6 | 34 | 77 |
| Binary | 10111100 | 10001100 | 10000111 | 0 | 11010 | 11100 | 11010 | 110 | 11100 | 111111 |
Color Harmonies of #BC8C87
Complementary color
Monochromatic Colors of #BC8C87
Black with #BC8C87
Text Example
Text Example
White with #BC8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C87; }
p { color: rgb(188,140,135); }
H1.HeaderClassName
{
color: #BC8C87;
}
.AnyTagClassName
{
color: #BC8C87;
}
</style>
background-color css
<style>
a { background-color: #BC8C87; }
a { background-color: rgb(188,140,135); }
div.DivClassName
{
background-color: #BC8C87;
}
.BgClassName
{
background-color: #BC8C87;
}
</style>
border-color css
<style>
span { border-color: #BC8C87; }
span { border-color: rgb(188,140,135); }
td.TdClassName
{
border-color: #BC8C87;
}
.TagClassName
{
border-color: #BC8C87;
}
</style>