Shades of Oriental Pink #BF8685
Tints of Oriental Pink #BF8685
RGB
CMYK
RGB Variations
Color information
#BF8685 (or 0xBF8685) is known color: Oriental Pink. HEX triplet: BF, 86 and 85. RGB value is (191,134,133). Sum of RGB (Red+Green+Blue) = 191+134+133=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8685 is #40797A. Grayscale: #969696. Windows color (decimal): -4225403 or 8750783. OLE color: 8750783.
HSL color Cylindrical-coordinate representation of color #BF8685: hue angle of 1.03º 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 #BF8685 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 134 | 133 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.25 |
| HSL | 1.03º | 0.31% | 0.64% | - |
| HSV(B) | 1.03º | 0.3% | 0.75% | - |
| XYZ | 34.24 | 29.82 | 26.14 | - |
| YUV | 150.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 133 | 0 | 0.30 | 0.30 | 0.25 | 1.03 | 0.31 | 0.64 |
| Hex | BF | 86 | 85 | 0 | 1E | 1E | 19 | 1 | 1F | 40 |
| Octal | 277 | 206 | 205 | 0 | 36 | 36 | 31 | 1 | 37 | 100 |
| Binary | 10111111 | 10000110 | 10000101 | 0 | 11110 | 11110 | 11001 | 1 | 11111 | 1000000 |
Color Harmonies of #BF8685
Complementary color
Monochromatic Colors of #BF8685
Black with #BF8685
Text Example
Text Example
White with #BF8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8685; }
p { color: rgb(191,134,133); }
H1.HeaderClassName
{
color: #BF8685;
}
.AnyTagClassName
{
color: #BF8685;
}
</style>
background-color css
<style>
a { background-color: #BF8685; }
a { background-color: rgb(191,134,133); }
div.DivClassName
{
background-color: #BF8685;
}
.BgClassName
{
background-color: #BF8685;
}
</style>
border-color css
<style>
span { border-color: #BF8685; }
span { border-color: rgb(191,134,133); }
td.TdClassName
{
border-color: #BF8685;
}
.TagClassName
{
border-color: #BF8685;
}
</style>