Shades of Oriental Pink #BC938D
Tints of Oriental Pink #BC938D
RGB
CMYK
RGB Variations
Color information
#BC938D (or 0xBC938D) is known color: Oriental Pink. HEX triplet: BC, 93 and 8D. RGB value is (188,147,141). Sum of RGB (Red+Green+Blue) = 188+147+141=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC938D is #436C72. Grayscale: #9E9E9E. Windows color (decimal): -4418675 or 9278396. OLE color: 9278396.
HSL color Cylindrical-coordinate representation of color #BC938D: hue angle of 7.66º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC938D is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 147 | 141 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.26 |
| HSL | 7.66º | 0.26% | 0.65% | - |
| HSV(B) | 7.66º | 0.25% | 0.74% | - |
| XYZ | 35.98 | 33.48 | 29.77 | - |
| YUV | 158.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 141 | 0 | 0.22 | 0.25 | 0.26 | 7.66 | 0.26 | 0.65 |
| Hex | BC | 93 | 8D | 0 | 16 | 19 | 1A | 8 | 1A | 41 |
| Octal | 274 | 223 | 215 | 0 | 26 | 31 | 32 | 10 | 32 | 101 |
| Binary | 10111100 | 10010011 | 10001101 | 0 | 10110 | 11001 | 11010 | 1000 | 11010 | 1000001 |
Color Harmonies of #BC938D
Complementary color
Monochromatic Colors of #BC938D
Black with #BC938D
Text Example
Text Example
White with #BC938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC938D; }
p { color: rgb(188,147,141); }
H1.HeaderClassName
{
color: #BC938D;
}
.AnyTagClassName
{
color: #BC938D;
}
</style>
background-color css
<style>
a { background-color: #BC938D; }
a { background-color: rgb(188,147,141); }
div.DivClassName
{
background-color: #BC938D;
}
.BgClassName
{
background-color: #BC938D;
}
</style>
border-color css
<style>
span { border-color: #BC938D; }
span { border-color: rgb(188,147,141); }
td.TdClassName
{
border-color: #BC938D;
}
.TagClassName
{
border-color: #BC938D;
}
</style>