Shades of Oriental Pink #BC9187
Tints of Oriental Pink #BC9187
RGB
CMYK
RGB Variations
Color information
#BC9187 (or 0xBC9187) is known color: Oriental Pink. HEX triplet: BC, 91 and 87. RGB value is (188,145,135). Sum of RGB (Red+Green+Blue) = 188+145+135=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9187 is #436E78. Grayscale: #9C9C9C. Windows color (decimal): -4419193 or 8884668. OLE color: 8884668.
HSL color Cylindrical-coordinate representation of color #BC9187: hue angle of 11.32º 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 #BC9187 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 145 | 135 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.26 |
| HSL | 11.32º | 0.28% | 0.63% | - |
| HSV(B) | 11.32º | 0.28% | 0.74% | - |
| XYZ | 35.24 | 32.69 | 27.37 | - |
| YUV | 156.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 135 | 0 | 0.23 | 0.28 | 0.26 | 11.32 | 0.28 | 0.63 |
| Hex | BC | 91 | 87 | 0 | 17 | 1C | 1A | B | 1C | 3F |
| Octal | 274 | 221 | 207 | 0 | 27 | 34 | 32 | 13 | 34 | 77 |
| Binary | 10111100 | 10010001 | 10000111 | 0 | 10111 | 11100 | 11010 | 1011 | 11100 | 111111 |
Color Harmonies of #BC9187
Complementary color
Monochromatic Colors of #BC9187
Black with #BC9187
Text Example
Text Example
White with #BC9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9187; }
p { color: rgb(188,145,135); }
H1.HeaderClassName
{
color: #BC9187;
}
.AnyTagClassName
{
color: #BC9187;
}
</style>
background-color css
<style>
a { background-color: #BC9187; }
a { background-color: rgb(188,145,135); }
div.DivClassName
{
background-color: #BC9187;
}
.BgClassName
{
background-color: #BC9187;
}
</style>
border-color css
<style>
span { border-color: #BC9187; }
span { border-color: rgb(188,145,135); }
td.TdClassName
{
border-color: #BC9187;
}
.TagClassName
{
border-color: #BC9187;
}
</style>