Shades of Oriental Pink #BF9185
Tints of Oriental Pink #BF9185
RGB
CMYK
RGB Variations
Color information
#BF9185 (or 0xBF9185) is known color: Oriental Pink. HEX triplet: BF, 91 and 85. RGB value is (191,145,133). Sum of RGB (Red+Green+Blue) = 191+145+133=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9185 is #406E7A. Grayscale: #9D9D9D. Windows color (decimal): -4222587 or 8753599. OLE color: 8753599.
HSL color Cylindrical-coordinate representation of color #BF9185: hue angle of 12.41º 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 #BF9185 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 133 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.25 |
| HSL | 12.41º | 0.31% | 0.64% | - |
| HSV(B) | 12.41º | 0.3% | 0.75% | - |
| XYZ | 35.84 | 33.02 | 26.67 | - |
| YUV | 157.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 133 | 0 | 0.24 | 0.30 | 0.25 | 12.41 | 0.31 | 0.64 |
| Hex | BF | 91 | 85 | 0 | 18 | 1E | 19 | C | 1F | 40 |
| Octal | 277 | 221 | 205 | 0 | 30 | 36 | 31 | 14 | 37 | 100 |
| Binary | 10111111 | 10010001 | 10000101 | 0 | 11000 | 11110 | 11001 | 1100 | 11111 | 1000000 |
Color Harmonies of #BF9185
Complementary color
Monochromatic Colors of #BF9185
Black with #BF9185
Text Example
Text Example
White with #BF9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9185; }
p { color: rgb(191,145,133); }
H1.HeaderClassName
{
color: #BF9185;
}
.AnyTagClassName
{
color: #BF9185;
}
</style>
background-color css
<style>
a { background-color: #BF9185; }
a { background-color: rgb(191,145,133); }
div.DivClassName
{
background-color: #BF9185;
}
.BgClassName
{
background-color: #BF9185;
}
</style>
border-color css
<style>
span { border-color: #BF9185; }
span { border-color: rgb(191,145,133); }
td.TdClassName
{
border-color: #BF9185;
}
.TagClassName
{
border-color: #BF9185;
}
</style>