Shades of Oriental Pink #BF9085
Tints of Oriental Pink #BF9085
RGB
CMYK
RGB Variations
Color information
#BF9085 (or 0xBF9085) is known color: Oriental Pink. HEX triplet: BF, 90 and 85. RGB value is (191,144,133). Sum of RGB (Red+Green+Blue) = 191+144+133=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9085 is #406F7A. Grayscale: #9C9C9C. Windows color (decimal): -4222843 or 8753343. OLE color: 8753343.
HSL color Cylindrical-coordinate representation of color #BF9085: hue angle of 11.38º 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 #BF9085 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 133 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.25 |
| HSL | 11.38º | 0.31% | 0.64% | - |
| HSV(B) | 11.38º | 0.3% | 0.75% | - |
| XYZ | 35.69 | 32.72 | 26.62 | - |
| YUV | 156.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 133 | 0 | 0.25 | 0.30 | 0.25 | 11.38 | 0.31 | 0.64 |
| Hex | BF | 90 | 85 | 0 | 19 | 1E | 19 | B | 1F | 40 |
| Octal | 277 | 220 | 205 | 0 | 31 | 36 | 31 | 13 | 37 | 100 |
| Binary | 10111111 | 10010000 | 10000101 | 0 | 11001 | 11110 | 11001 | 1011 | 11111 | 1000000 |
Color Harmonies of #BF9085
Complementary color
Monochromatic Colors of #BF9085
Black with #BF9085
Text Example
Text Example
White with #BF9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9085; }
p { color: rgb(191,144,133); }
H1.HeaderClassName
{
color: #BF9085;
}
.AnyTagClassName
{
color: #BF9085;
}
</style>
background-color css
<style>
a { background-color: #BF9085; }
a { background-color: rgb(191,144,133); }
div.DivClassName
{
background-color: #BF9085;
}
.BgClassName
{
background-color: #BF9085;
}
</style>
border-color css
<style>
span { border-color: #BF9085; }
span { border-color: rgb(191,144,133); }
td.TdClassName
{
border-color: #BF9085;
}
.TagClassName
{
border-color: #BF9085;
}
</style>