Shades of Oriental Pink #BC8881
Tints of Oriental Pink #BC8881
RGB
CMYK
RGB Variations
Color information
#BC8881 (or 0xBC8881) is known color: Oriental Pink. HEX triplet: BC, 88 and 81. RGB value is (188,136,129). Sum of RGB (Red+Green+Blue) = 188+136+129=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8881 is #43777E. Grayscale: #969696. Windows color (decimal): -4421503 or 8489148. OLE color: 8489148.
HSL color Cylindrical-coordinate representation of color #BC8881: hue angle of 7.12º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8881 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 129 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.26 |
| HSL | 7.12º | 0.31% | 0.62% | - |
| HSV(B) | 7.12º | 0.31% | 0.74% | - |
| XYZ | 33.51 | 29.88 | 24.77 | - |
| YUV | 150.75 | 115.73 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 129 | 0 | 0.28 | 0.31 | 0.26 | 7.12 | 0.31 | 0.62 |
| Hex | BC | 88 | 81 | 0 | 1C | 1F | 1A | 7 | 1F | 3E |
| Octal | 274 | 210 | 201 | 0 | 34 | 37 | 32 | 7 | 37 | 76 |
| Binary | 10111100 | 10001000 | 10000001 | 0 | 11100 | 11111 | 11010 | 111 | 11111 | 111110 |
Color Harmonies of #BC8881
Complementary color
Monochromatic Colors of #BC8881
Black with #BC8881
Text Example
Text Example
White with #BC8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8881; }
p { color: rgb(188,136,129); }
H1.HeaderClassName
{
color: #BC8881;
}
.AnyTagClassName
{
color: #BC8881;
}
</style>
background-color css
<style>
a { background-color: #BC8881; }
a { background-color: rgb(188,136,129); }
div.DivClassName
{
background-color: #BC8881;
}
.BgClassName
{
background-color: #BC8881;
}
</style>
border-color css
<style>
span { border-color: #BC8881; }
span { border-color: rgb(188,136,129); }
td.TdClassName
{
border-color: #BC8881;
}
.TagClassName
{
border-color: #BC8881;
}
</style>