Shades of Oriental Pink #BC938C
Tints of Oriental Pink #BC938C
RGB
CMYK
RGB Variations
Color information
#BC938C (or 0xBC938C) is known color: Oriental Pink. HEX triplet: BC, 93 and 8C. RGB value is (188,147,140). Sum of RGB (Red+Green+Blue) = 188+147+140=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938C is #436C73. Grayscale: #9E9E9E. Windows color (decimal): -4418676 or 9212860. OLE color: 9212860.
HSL color Cylindrical-coordinate representation of color #BC938C: hue angle of 8.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC938C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 140 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.26 |
| HSL | 8.75º | 0.26% | 0.64% | - |
| HSV(B) | 8.75º | 0.26% | 0.74% | - |
| XYZ | 35.91 | 33.45 | 29.38 | - |
| YUV | 158.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 140 | 0 | 0.22 | 0.26 | 0.26 | 8.75 | 0.26 | 0.64 |
| Hex | BC | 93 | 8C | 0 | 16 | 1A | 1A | 9 | 1A | 40 |
| Octal | 274 | 223 | 214 | 0 | 26 | 32 | 32 | 11 | 32 | 100 |
| Binary | 10111100 | 10010011 | 10001100 | 0 | 10110 | 11010 | 11010 | 1001 | 11010 | 1000000 |
Color Harmonies of #BC938C
Complementary color
Monochromatic Colors of #BC938C
Black with #BC938C
Text Example
Text Example
White with #BC938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC938C; }
p { color: rgb(188,147,140); }
H1.HeaderClassName
{
color: #BC938C;
}
.AnyTagClassName
{
color: #BC938C;
}
</style>
background-color css
<style>
a { background-color: #BC938C; }
a { background-color: rgb(188,147,140); }
div.DivClassName
{
background-color: #BC938C;
}
.BgClassName
{
background-color: #BC938C;
}
</style>
border-color css
<style>
span { border-color: #BC938C; }
span { border-color: rgb(188,147,140); }
td.TdClassName
{
border-color: #BC938C;
}
.TagClassName
{
border-color: #BC938C;
}
</style>