Shades of Oriental Pink #BF8F87
Tints of Oriental Pink #BF8F87
RGB
CMYK
RGB Variations
Color information
#BF8F87 (or 0xBF8F87) is known color: Oriental Pink. HEX triplet: BF, 8F and 87. RGB value is (191,143,135). Sum of RGB (Red+Green+Blue) = 191+143+135=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F87 is #407078. Grayscale: #9C9C9C. Windows color (decimal): -4223097 or 8884159. OLE color: 8884159.
HSL color Cylindrical-coordinate representation of color #BF8F87: hue angle of 8.57º 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 #BF8F87 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 135 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.25 |
| HSL | 8.57º | 0.3% | 0.64% | - |
| HSV(B) | 8.57º | 0.29% | 0.75% | - |
| XYZ | 35.68 | 32.47 | 27.31 | - |
| YUV | 156.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 135 | 0 | 0.25 | 0.29 | 0.25 | 8.57 | 0.3 | 0.64 |
| Hex | BF | 8F | 87 | 0 | 19 | 1D | 19 | 9 | 1E | 40 |
| Octal | 277 | 217 | 207 | 0 | 31 | 35 | 31 | 11 | 36 | 100 |
| Binary | 10111111 | 10001111 | 10000111 | 0 | 11001 | 11101 | 11001 | 1001 | 11110 | 1000000 |
Color Harmonies of #BF8F87
Complementary color
Monochromatic Colors of #BF8F87
Black with #BF8F87
Text Example
Text Example
White with #BF8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F87; }
p { color: rgb(191,143,135); }
H1.HeaderClassName
{
color: #BF8F87;
}
.AnyTagClassName
{
color: #BF8F87;
}
</style>
background-color css
<style>
a { background-color: #BF8F87; }
a { background-color: rgb(191,143,135); }
div.DivClassName
{
background-color: #BF8F87;
}
.BgClassName
{
background-color: #BF8F87;
}
</style>
border-color css
<style>
span { border-color: #BF8F87; }
span { border-color: rgb(191,143,135); }
td.TdClassName
{
border-color: #BF8F87;
}
.TagClassName
{
border-color: #BF8F87;
}
</style>