Shades of Oriental Pink #BC8982
Tints of Oriental Pink #BC8982
RGB
CMYK
RGB Variations
Color information
#BC8982 (or 0xBC8982) is known color: Oriental Pink. HEX triplet: BC, 89 and 82. RGB value is (188,137,130). Sum of RGB (Red+Green+Blue) = 188+137+130=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8982 is #43767D. Grayscale: #979797. Windows color (decimal): -4421246 or 8554940. OLE color: 8554940.
HSL color Cylindrical-coordinate representation of color #BC8982: hue angle of 7.24º 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 #BC8982 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 130 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.26 |
| HSL | 7.24º | 0.3% | 0.62% | - |
| HSV(B) | 7.24º | 0.31% | 0.74% | - |
| XYZ | 33.71 | 30.19 | 25.17 | - |
| YUV | 151.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 130 | 0 | 0.27 | 0.31 | 0.26 | 7.24 | 0.3 | 0.62 |
| Hex | BC | 89 | 82 | 0 | 1B | 1F | 1A | 7 | 1E | 3E |
| Octal | 274 | 211 | 202 | 0 | 33 | 37 | 32 | 7 | 36 | 76 |
| Binary | 10111100 | 10001001 | 10000010 | 0 | 11011 | 11111 | 11010 | 111 | 11110 | 111110 |
Color Harmonies of #BC8982
Complementary color
Monochromatic Colors of #BC8982
Black with #BC8982
Text Example
Text Example
White with #BC8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8982; }
p { color: rgb(188,137,130); }
H1.HeaderClassName
{
color: #BC8982;
}
.AnyTagClassName
{
color: #BC8982;
}
</style>
background-color css
<style>
a { background-color: #BC8982; }
a { background-color: rgb(188,137,130); }
div.DivClassName
{
background-color: #BC8982;
}
.BgClassName
{
background-color: #BC8982;
}
</style>
border-color css
<style>
span { border-color: #BC8982; }
span { border-color: rgb(188,137,130); }
td.TdClassName
{
border-color: #BC8982;
}
.TagClassName
{
border-color: #BC8982;
}
</style>