Shades of Oriental Pink #BC8F89
Tints of Oriental Pink #BC8F89
RGB
CMYK
RGB Variations
Color information
#BC8F89 (or 0xBC8F89) is known color: Oriental Pink. HEX triplet: BC, 8F and 89. RGB value is (188,143,137). Sum of RGB (Red+Green+Blue) = 188+143+137=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F89 is #437076. Grayscale: #9B9B9B. Windows color (decimal): -4419703 or 9015228. OLE color: 9015228.
HSL color Cylindrical-coordinate representation of color #BC8F89: hue angle of 7.06º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8F89 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 137 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.26 |
| HSL | 7.06º | 0.28% | 0.64% | - |
| HSV(B) | 7.06º | 0.27% | 0.74% | - |
| XYZ | 35.08 | 32.14 | 28.02 | - |
| YUV | 155.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 137 | 0 | 0.24 | 0.27 | 0.26 | 7.06 | 0.28 | 0.64 |
| Hex | BC | 8F | 89 | 0 | 18 | 1B | 1A | 7 | 1C | 40 |
| Octal | 274 | 217 | 211 | 0 | 30 | 33 | 32 | 7 | 34 | 100 |
| Binary | 10111100 | 10001111 | 10001001 | 0 | 11000 | 11011 | 11010 | 111 | 11100 | 1000000 |
Color Harmonies of #BC8F89
Complementary color
Monochromatic Colors of #BC8F89
Black with #BC8F89
Text Example
Text Example
White with #BC8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F89; }
p { color: rgb(188,143,137); }
H1.HeaderClassName
{
color: #BC8F89;
}
.AnyTagClassName
{
color: #BC8F89;
}
</style>
background-color css
<style>
a { background-color: #BC8F89; }
a { background-color: rgb(188,143,137); }
div.DivClassName
{
background-color: #BC8F89;
}
.BgClassName
{
background-color: #BC8F89;
}
</style>
border-color css
<style>
span { border-color: #BC8F89; }
span { border-color: rgb(188,143,137); }
td.TdClassName
{
border-color: #BC8F89;
}
.TagClassName
{
border-color: #BC8F89;
}
</style>