Shades of Oriental Pink #BF8F89
Tints of Oriental Pink #BF8F89
RGB
CMYK
RGB Variations
Color information
#BF8F89 (or 0xBF8F89) is known color: Oriental Pink. HEX triplet: BF, 8F and 89. RGB value is (191,143,137). Sum of RGB (Red+Green+Blue) = 191+143+137=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F89 is #407076. Grayscale: #9C9C9C. Windows color (decimal): -4223095 or 9015231. OLE color: 9015231.
HSL color Cylindrical-coordinate representation of color #BF8F89: hue angle of 6.67º 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 #BF8F89 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 137 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.25 |
| HSL | 6.67º | 0.3% | 0.64% | - |
| HSV(B) | 6.67º | 0.28% | 0.75% | - |
| XYZ | 35.82 | 32.53 | 28.06 | - |
| YUV | 156.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 137 | 0 | 0.25 | 0.28 | 0.25 | 6.67 | 0.3 | 0.64 |
| Hex | BF | 8F | 89 | 0 | 19 | 1C | 19 | 7 | 1E | 40 |
| Octal | 277 | 217 | 211 | 0 | 31 | 34 | 31 | 7 | 36 | 100 |
| Binary | 10111111 | 10001111 | 10001001 | 0 | 11001 | 11100 | 11001 | 111 | 11110 | 1000000 |
Color Harmonies of #BF8F89
Complementary color
Monochromatic Colors of #BF8F89
Black with #BF8F89
Text Example
Text Example
White with #BF8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F89; }
p { color: rgb(191,143,137); }
H1.HeaderClassName
{
color: #BF8F89;
}
.AnyTagClassName
{
color: #BF8F89;
}
</style>
background-color css
<style>
a { background-color: #BF8F89; }
a { background-color: rgb(191,143,137); }
div.DivClassName
{
background-color: #BF8F89;
}
.BgClassName
{
background-color: #BF8F89;
}
</style>
border-color css
<style>
span { border-color: #BF8F89; }
span { border-color: rgb(191,143,137); }
td.TdClassName
{
border-color: #BF8F89;
}
.TagClassName
{
border-color: #BF8F89;
}
</style>