Shades of Oriental Pink #BF918B
Tints of Oriental Pink #BF918B
RGB
CMYK
RGB Variations
Color information
#BF918B (or 0xBF918B) is known color: Oriental Pink. HEX triplet: BF, 91 and 8B. RGB value is (191,145,139). Sum of RGB (Red+Green+Blue) = 191+145+139=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF918B is #406E74. Grayscale: #9E9E9E. Windows color (decimal): -4222581 or 9146815. OLE color: 9146815.
HSL color Cylindrical-coordinate representation of color #BF918B: hue angle of 6.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF918B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 139 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.25 |
| HSL | 6.92º | 0.29% | 0.65% | - |
| HSV(B) | 6.92º | 0.27% | 0.75% | - |
| XYZ | 36.27 | 33.19 | 28.92 | - |
| YUV | 158.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 139 | 0 | 0.24 | 0.27 | 0.25 | 6.92 | 0.29 | 0.65 |
| Hex | BF | 91 | 8B | 0 | 18 | 1B | 19 | 7 | 1D | 41 |
| Octal | 277 | 221 | 213 | 0 | 30 | 33 | 31 | 7 | 35 | 101 |
| Binary | 10111111 | 10010001 | 10001011 | 0 | 11000 | 11011 | 11001 | 111 | 11101 | 1000001 |
Color Harmonies of #BF918B
Complementary color
Monochromatic Colors of #BF918B
Black with #BF918B
Text Example
Text Example
White with #BF918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF918B; }
p { color: rgb(191,145,139); }
H1.HeaderClassName
{
color: #BF918B;
}
.AnyTagClassName
{
color: #BF918B;
}
</style>
background-color css
<style>
a { background-color: #BF918B; }
a { background-color: rgb(191,145,139); }
div.DivClassName
{
background-color: #BF918B;
}
.BgClassName
{
background-color: #BF918B;
}
</style>
border-color css
<style>
span { border-color: #BF918B; }
span { border-color: rgb(191,145,139); }
td.TdClassName
{
border-color: #BF918B;
}
.TagClassName
{
border-color: #BF918B;
}
</style>