Shades of Oriental Pink #BC8D87
Tints of Oriental Pink #BC8D87
RGB
CMYK
RGB Variations
Color information
#BC8D87 (or 0xBC8D87) is known color: Oriental Pink. HEX triplet: BC, 8D and 87. RGB value is (188,141,135). Sum of RGB (Red+Green+Blue) = 188+141+135=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D87 is #437278. Grayscale: #9A9A9A. Windows color (decimal): -4420217 or 8883644. OLE color: 8883644.
HSL color Cylindrical-coordinate representation of color #BC8D87: hue angle of 6.79º 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 #BC8D87 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 135 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.26 |
| HSL | 6.79º | 0.28% | 0.63% | - |
| HSV(B) | 6.79º | 0.28% | 0.74% | - |
| XYZ | 34.64 | 31.49 | 27.17 | - |
| YUV | 154.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 135 | 0 | 0.25 | 0.28 | 0.26 | 6.79 | 0.28 | 0.63 |
| Hex | BC | 8D | 87 | 0 | 19 | 1C | 1A | 7 | 1C | 3F |
| Octal | 274 | 215 | 207 | 0 | 31 | 34 | 32 | 7 | 34 | 77 |
| Binary | 10111100 | 10001101 | 10000111 | 0 | 11001 | 11100 | 11010 | 111 | 11100 | 111111 |
Color Harmonies of #BC8D87
Complementary color
Monochromatic Colors of #BC8D87
Black with #BC8D87
Text Example
Text Example
White with #BC8D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D87; }
p { color: rgb(188,141,135); }
H1.HeaderClassName
{
color: #BC8D87;
}
.AnyTagClassName
{
color: #BC8D87;
}
</style>
background-color css
<style>
a { background-color: #BC8D87; }
a { background-color: rgb(188,141,135); }
div.DivClassName
{
background-color: #BC8D87;
}
.BgClassName
{
background-color: #BC8D87;
}
</style>
border-color css
<style>
span { border-color: #BC8D87; }
span { border-color: rgb(188,141,135); }
td.TdClassName
{
border-color: #BC8D87;
}
.TagClassName
{
border-color: #BC8D87;
}
</style>