Shades of Oriental Pink #BF8C89
Tints of Oriental Pink #BF8C89
RGB
CMYK
RGB Variations
Color information
#BF8C89 (or 0xBF8C89) is known color: Oriental Pink. HEX triplet: BF, 8C and 89. RGB value is (191,140,137). Sum of RGB (Red+Green+Blue) = 191+140+137=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8C89 is #407376. Grayscale: #9A9A9A. Windows color (decimal): -4223863 or 9014463. OLE color: 9014463.
HSL color Cylindrical-coordinate representation of color #BF8C89: hue angle of 3.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8C89 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 140 | 137 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.25 |
| HSL | 3.33º | 0.3% | 0.64% | - |
| HSV(B) | 3.33º | 0.28% | 0.75% | - |
| XYZ | 35.38 | 31.64 | 27.91 | - |
| YUV | 154.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 137 | 0 | 0.27 | 0.28 | 0.25 | 3.33 | 0.3 | 0.64 |
| Hex | BF | 8C | 89 | 0 | 1B | 1C | 19 | 3 | 1E | 40 |
| Octal | 277 | 214 | 211 | 0 | 33 | 34 | 31 | 3 | 36 | 100 |
| Binary | 10111111 | 10001100 | 10001001 | 0 | 11011 | 11100 | 11001 | 11 | 11110 | 1000000 |
Color Harmonies of #BF8C89
Complementary color
Monochromatic Colors of #BF8C89
Black with #BF8C89
Text Example
Text Example
White with #BF8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8C89; }
p { color: rgb(191,140,137); }
H1.HeaderClassName
{
color: #BF8C89;
}
.AnyTagClassName
{
color: #BF8C89;
}
</style>
background-color css
<style>
a { background-color: #BF8C89; }
a { background-color: rgb(191,140,137); }
div.DivClassName
{
background-color: #BF8C89;
}
.BgClassName
{
background-color: #BF8C89;
}
</style>
border-color css
<style>
span { border-color: #BF8C89; }
span { border-color: rgb(191,140,137); }
td.TdClassName
{
border-color: #BF8C89;
}
.TagClassName
{
border-color: #BF8C89;
}
</style>