Shades of Oriental Pink #BC8882
Tints of Oriental Pink #BC8882
RGB
CMYK
RGB Variations
Color information
#BC8882 (or 0xBC8882) is known color: Oriental Pink. HEX triplet: BC, 88 and 82. RGB value is (188,136,130). Sum of RGB (Red+Green+Blue) = 188+136+130=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8882 is #43777D. Grayscale: #969696. Windows color (decimal): -4421502 or 8554684. OLE color: 8554684.
HSL color Cylindrical-coordinate representation of color #BC8882: hue angle of 6.21º degrees, saturation: 0.3, 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 #BC8882 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 130 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.26 |
| HSL | 6.21º | 0.3% | 0.62% | - |
| HSV(B) | 6.21º | 0.31% | 0.74% | - |
| XYZ | 33.57 | 29.91 | 25.12 | - |
| YUV | 150.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 130 | 0 | 0.28 | 0.31 | 0.26 | 6.21 | 0.3 | 0.62 |
| Hex | BC | 88 | 82 | 0 | 1C | 1F | 1A | 6 | 1E | 3E |
| Octal | 274 | 210 | 202 | 0 | 34 | 37 | 32 | 6 | 36 | 76 |
| Binary | 10111100 | 10001000 | 10000010 | 0 | 11100 | 11111 | 11010 | 110 | 11110 | 111110 |
Color Harmonies of #BC8882
Complementary color
Monochromatic Colors of #BC8882
Black with #BC8882
Text Example
Text Example
White with #BC8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8882; }
p { color: rgb(188,136,130); }
H1.HeaderClassName
{
color: #BC8882;
}
.AnyTagClassName
{
color: #BC8882;
}
</style>
background-color css
<style>
a { background-color: #BC8882; }
a { background-color: rgb(188,136,130); }
div.DivClassName
{
background-color: #BC8882;
}
.BgClassName
{
background-color: #BC8882;
}
</style>
border-color css
<style>
span { border-color: #BC8882; }
span { border-color: rgb(188,136,130); }
td.TdClassName
{
border-color: #BC8882;
}
.TagClassName
{
border-color: #BC8882;
}
</style>