Shades of Oriental Pink #BC8E8A
Tints of Oriental Pink #BC8E8A
RGB
CMYK
RGB Variations
Color information
#BC8E8A (or 0xBC8E8A) is known color: Oriental Pink. HEX triplet: BC, 8E and 8A. RGB value is (188,142,138). Sum of RGB (Red+Green+Blue) = 188+142+138=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8E8A is #437175. Grayscale: #9B9B9B. Windows color (decimal): -4419958 or 9080508. OLE color: 9080508.
HSL color Cylindrical-coordinate representation of color #BC8E8A: hue angle of 4.8º degrees, saturation: 0.27, 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 #BC8E8A is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 142 | 138 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.26 |
| HSL | 4.8º | 0.27% | 0.64% | - |
| HSV(B) | 4.8º | 0.27% | 0.74% | - |
| XYZ | 35 | 31.87 | 28.35 | - |
| YUV | 155.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 138 | 0 | 0.24 | 0.27 | 0.26 | 4.8 | 0.27 | 0.64 |
| Hex | BC | 8E | 8A | 0 | 18 | 1B | 1A | 5 | 1B | 40 |
| Octal | 274 | 216 | 212 | 0 | 30 | 33 | 32 | 5 | 33 | 100 |
| Binary | 10111100 | 10001110 | 10001010 | 0 | 11000 | 11011 | 11010 | 101 | 11011 | 1000000 |
Color Harmonies of #BC8E8A
Complementary color
Monochromatic Colors of #BC8E8A
Black with #BC8E8A
Text Example
Text Example
White with #BC8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8E8A; }
p { color: rgb(188,142,138); }
H1.HeaderClassName
{
color: #BC8E8A;
}
.AnyTagClassName
{
color: #BC8E8A;
}
</style>
background-color css
<style>
a { background-color: #BC8E8A; }
a { background-color: rgb(188,142,138); }
div.DivClassName
{
background-color: #BC8E8A;
}
.BgClassName
{
background-color: #BC8E8A;
}
</style>
border-color css
<style>
span { border-color: #BC8E8A; }
span { border-color: rgb(188,142,138); }
td.TdClassName
{
border-color: #BC8E8A;
}
.TagClassName
{
border-color: #BC8E8A;
}
</style>