Shades of Oriental Pink #BF8987
Tints of Oriental Pink #BF8987
RGB
CMYK
RGB Variations
Color information
#BF8987 (or 0xBF8987) is known color: Oriental Pink. HEX triplet: BF, 89 and 87. RGB value is (191,137,135). Sum of RGB (Red+Green+Blue) = 191+137+135=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8987 is #407678. Grayscale: #989898. Windows color (decimal): -4224633 or 8882623. OLE color: 8882623.
HSL color Cylindrical-coordinate representation of color #BF8987: hue angle of 2.14º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF8987 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 135 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.25 |
| HSL | 2.14º | 0.3% | 0.64% | - |
| HSV(B) | 2.14º | 0.29% | 0.75% | - |
| XYZ | 34.8 | 30.72 | 27.02 | - |
| YUV | 152.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 135 | 0 | 0.28 | 0.29 | 0.25 | 2.14 | 0.3 | 0.64 |
| Hex | BF | 89 | 87 | 0 | 1C | 1D | 19 | 2 | 1E | 40 |
| Octal | 277 | 211 | 207 | 0 | 34 | 35 | 31 | 2 | 36 | 100 |
| Binary | 10111111 | 10001001 | 10000111 | 0 | 11100 | 11101 | 11001 | 10 | 11110 | 1000000 |
Color Harmonies of #BF8987
Complementary color
Monochromatic Colors of #BF8987
Black with #BF8987
Text Example
Text Example
White with #BF8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8987; }
p { color: rgb(191,137,135); }
H1.HeaderClassName
{
color: #BF8987;
}
.AnyTagClassName
{
color: #BF8987;
}
</style>
background-color css
<style>
a { background-color: #BF8987; }
a { background-color: rgb(191,137,135); }
div.DivClassName
{
background-color: #BF8987;
}
.BgClassName
{
background-color: #BF8987;
}
</style>
border-color css
<style>
span { border-color: #BF8987; }
span { border-color: rgb(191,137,135); }
td.TdClassName
{
border-color: #BF8987;
}
.TagClassName
{
border-color: #BF8987;
}
</style>