Shades of Oriental Pink #BC8C83
Tints of Oriental Pink #BC8C83
RGB
CMYK
RGB Variations
Color information
#BC8C83 (or 0xBC8C83) is known color: Oriental Pink. HEX triplet: BC, 8C and 83. RGB value is (188,140,131). Sum of RGB (Red+Green+Blue) = 188+140+131=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C83 is #43737C. Grayscale: #999999. Windows color (decimal): -4420477 or 8621244. OLE color: 8621244.
HSL color Cylindrical-coordinate representation of color #BC8C83: hue angle of 9.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8C83 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 140 | 131 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.26 |
| HSL | 9.47º | 0.3% | 0.63% | - |
| HSV(B) | 9.47º | 0.3% | 0.74% | - |
| XYZ | 34.21 | 31.09 | 25.67 | - |
| YUV | 153.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 131 | 0 | 0.26 | 0.30 | 0.26 | 9.47 | 0.3 | 0.63 |
| Hex | BC | 8C | 83 | 0 | 1A | 1E | 1A | 9 | 1E | 3F |
| Octal | 274 | 214 | 203 | 0 | 32 | 36 | 32 | 11 | 36 | 77 |
| Binary | 10111100 | 10001100 | 10000011 | 0 | 11010 | 11110 | 11010 | 1001 | 11110 | 111111 |
Color Harmonies of #BC8C83
Complementary color
Monochromatic Colors of #BC8C83
Black with #BC8C83
Text Example
Text Example
White with #BC8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8C83; }
p { color: rgb(188,140,131); }
H1.HeaderClassName
{
color: #BC8C83;
}
.AnyTagClassName
{
color: #BC8C83;
}
</style>
background-color css
<style>
a { background-color: #BC8C83; }
a { background-color: rgb(188,140,131); }
div.DivClassName
{
background-color: #BC8C83;
}
.BgClassName
{
background-color: #BC8C83;
}
</style>
border-color css
<style>
span { border-color: #BC8C83; }
span { border-color: rgb(188,140,131); }
td.TdClassName
{
border-color: #BC8C83;
}
.TagClassName
{
border-color: #BC8C83;
}
</style>