Shades of Oriental Pink #BC8D88
Tints of Oriental Pink #BC8D88
RGB
CMYK
RGB Variations
Color information
#BC8D88 (or 0xBC8D88) is known color: Oriental Pink. HEX triplet: BC, 8D and 88. RGB value is (188,141,136). Sum of RGB (Red+Green+Blue) = 188+141+136=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D88 is #437277. Grayscale: #9A9A9A. Windows color (decimal): -4420216 or 8949180. OLE color: 8949180.
HSL color Cylindrical-coordinate representation of color #BC8D88: hue angle of 5.77º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC8D88 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 136 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.26 |
| HSL | 5.77º | 0.28% | 0.64% | - |
| HSV(B) | 5.77º | 0.28% | 0.74% | - |
| XYZ | 34.71 | 31.52 | 27.55 | - |
| YUV | 154.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 136 | 0 | 0.25 | 0.28 | 0.26 | 5.77 | 0.28 | 0.64 |
| Hex | BC | 8D | 88 | 0 | 19 | 1C | 1A | 6 | 1C | 40 |
| Octal | 274 | 215 | 210 | 0 | 31 | 34 | 32 | 6 | 34 | 100 |
| Binary | 10111100 | 10001101 | 10001000 | 0 | 11001 | 11100 | 11010 | 110 | 11100 | 1000000 |
Color Harmonies of #BC8D88
Complementary color
Monochromatic Colors of #BC8D88
Black with #BC8D88
Text Example
Text Example
White with #BC8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D88; }
p { color: rgb(188,141,136); }
H1.HeaderClassName
{
color: #BC8D88;
}
.AnyTagClassName
{
color: #BC8D88;
}
</style>
background-color css
<style>
a { background-color: #BC8D88; }
a { background-color: rgb(188,141,136); }
div.DivClassName
{
background-color: #BC8D88;
}
.BgClassName
{
background-color: #BC8D88;
}
</style>
border-color css
<style>
span { border-color: #BC8D88; }
span { border-color: rgb(188,141,136); }
td.TdClassName
{
border-color: #BC8D88;
}
.TagClassName
{
border-color: #BC8D88;
}
</style>