Shades of Oriental Pink #BC9289
Tints of Oriental Pink #BC9289
RGB
CMYK
RGB Variations
Color information
#BC9289 (or 0xBC9289) is known color: Oriental Pink. HEX triplet: BC, 92 and 89. RGB value is (188,146,137). Sum of RGB (Red+Green+Blue) = 188+146+137=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9289 is #436D76. Grayscale: #9D9D9D. Windows color (decimal): -4418935 or 9015996. OLE color: 9015996.
HSL color Cylindrical-coordinate representation of color #BC9289: hue angle of 10.59º 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 #BC9289 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 137 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.26 |
| HSL | 10.59º | 0.28% | 0.64% | - |
| HSV(B) | 10.59º | 0.27% | 0.74% | - |
| XYZ | 35.53 | 33.06 | 28.17 | - |
| YUV | 157.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 137 | 0 | 0.22 | 0.27 | 0.26 | 10.59 | 0.28 | 0.64 |
| Hex | BC | 92 | 89 | 0 | 16 | 1B | 1A | B | 1C | 40 |
| Octal | 274 | 222 | 211 | 0 | 26 | 33 | 32 | 13 | 34 | 100 |
| Binary | 10111100 | 10010010 | 10001001 | 0 | 10110 | 11011 | 11010 | 1011 | 11100 | 1000000 |
Color Harmonies of #BC9289
Complementary color
Monochromatic Colors of #BC9289
Black with #BC9289
Text Example
Text Example
White with #BC9289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9289; }
p { color: rgb(188,146,137); }
H1.HeaderClassName
{
color: #BC9289;
}
.AnyTagClassName
{
color: #BC9289;
}
</style>
background-color css
<style>
a { background-color: #BC9289; }
a { background-color: rgb(188,146,137); }
div.DivClassName
{
background-color: #BC9289;
}
.BgClassName
{
background-color: #BC9289;
}
</style>
border-color css
<style>
span { border-color: #BC9289; }
span { border-color: rgb(188,146,137); }
td.TdClassName
{
border-color: #BC9289;
}
.TagClassName
{
border-color: #BC9289;
}
</style>