Shades of Oriental Pink #BF9186
Tints of Oriental Pink #BF9186
RGB
CMYK
RGB Variations
Color information
#BF9186 (or 0xBF9186) is known color: Oriental Pink. HEX triplet: BF, 91 and 86. RGB value is (191,145,134). Sum of RGB (Red+Green+Blue) = 191+145+134=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9186 is #406E79. Grayscale: #9D9D9D. Windows color (decimal): -4222586 or 8819135. OLE color: 8819135.
HSL color Cylindrical-coordinate representation of color #BF9186: hue angle of 11.58º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9186 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 134 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.25 |
| HSL | 11.58º | 0.31% | 0.64% | - |
| HSV(B) | 11.58º | 0.3% | 0.75% | - |
| XYZ | 35.91 | 33.05 | 27.04 | - |
| YUV | 157.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 134 | 0 | 0.24 | 0.30 | 0.25 | 11.58 | 0.31 | 0.64 |
| Hex | BF | 91 | 86 | 0 | 18 | 1E | 19 | C | 1F | 40 |
| Octal | 277 | 221 | 206 | 0 | 30 | 36 | 31 | 14 | 37 | 100 |
| Binary | 10111111 | 10010001 | 10000110 | 0 | 11000 | 11110 | 11001 | 1100 | 11111 | 1000000 |
Color Harmonies of #BF9186
Complementary color
Monochromatic Colors of #BF9186
Black with #BF9186
Text Example
Text Example
White with #BF9186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9186; }
p { color: rgb(191,145,134); }
H1.HeaderClassName
{
color: #BF9186;
}
.AnyTagClassName
{
color: #BF9186;
}
</style>
background-color css
<style>
a { background-color: #BF9186; }
a { background-color: rgb(191,145,134); }
div.DivClassName
{
background-color: #BF9186;
}
.BgClassName
{
background-color: #BF9186;
}
</style>
border-color css
<style>
span { border-color: #BF9186; }
span { border-color: rgb(191,145,134); }
td.TdClassName
{
border-color: #BF9186;
}
.TagClassName
{
border-color: #BF9186;
}
</style>