Shades of Oriental Pink #BC8782
Tints of Oriental Pink #BC8782
RGB
CMYK
RGB Variations
Color information
#BC8782 (or 0xBC8782) is known color: Oriental Pink. HEX triplet: BC, 87 and 82. RGB value is (188,135,130). Sum of RGB (Red+Green+Blue) = 188+135+130=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8782 is #43787D. Grayscale: #969696. Windows color (decimal): -4421758 or 8554428. OLE color: 8554428.
HSL color Cylindrical-coordinate representation of color #BC8782: hue angle of 5.17º 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 #BC8782 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 135 | 130 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.26 |
| HSL | 5.17º | 0.3% | 0.62% | - |
| HSV(B) | 5.17º | 0.31% | 0.74% | - |
| XYZ | 33.43 | 29.63 | 25.08 | - |
| YUV | 150.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 130 | 0 | 0.28 | 0.31 | 0.26 | 5.17 | 0.3 | 0.62 |
| Hex | BC | 87 | 82 | 0 | 1C | 1F | 1A | 5 | 1E | 3E |
| Octal | 274 | 207 | 202 | 0 | 34 | 37 | 32 | 5 | 36 | 76 |
| Binary | 10111100 | 10000111 | 10000010 | 0 | 11100 | 11111 | 11010 | 101 | 11110 | 111110 |
Color Harmonies of #BC8782
Complementary color
Monochromatic Colors of #BC8782
Black with #BC8782
Text Example
Text Example
White with #BC8782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8782; }
p { color: rgb(188,135,130); }
H1.HeaderClassName
{
color: #BC8782;
}
.AnyTagClassName
{
color: #BC8782;
}
</style>
background-color css
<style>
a { background-color: #BC8782; }
a { background-color: rgb(188,135,130); }
div.DivClassName
{
background-color: #BC8782;
}
.BgClassName
{
background-color: #BC8782;
}
</style>
border-color css
<style>
span { border-color: #BC8782; }
span { border-color: rgb(188,135,130); }
td.TdClassName
{
border-color: #BC8782;
}
.TagClassName
{
border-color: #BC8782;
}
</style>