Shades of Oriental Pink #BF8885
Tints of Oriental Pink #BF8885
RGB
CMYK
RGB Variations
Color information
#BF8885 (or 0xBF8885) is known color: Oriental Pink. HEX triplet: BF, 88 and 85. RGB value is (191,136,133). Sum of RGB (Red+Green+Blue) = 191+136+133=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8885 is #40777A. Grayscale: #989898. Windows color (decimal): -4224891 or 8751295. OLE color: 8751295.
HSL color Cylindrical-coordinate representation of color #BF8885: hue angle of 3.1º 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 #BF8885 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 136 | 133 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.25 |
| HSL | 3.1º | 0.31% | 0.64% | - |
| HSV(B) | 3.1º | 0.3% | 0.75% | - |
| XYZ | 34.52 | 30.38 | 26.23 | - |
| YUV | 152.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 133 | 0 | 0.29 | 0.30 | 0.25 | 3.1 | 0.31 | 0.64 |
| Hex | BF | 88 | 85 | 0 | 1D | 1E | 19 | 3 | 1F | 40 |
| Octal | 277 | 210 | 205 | 0 | 35 | 36 | 31 | 3 | 37 | 100 |
| Binary | 10111111 | 10001000 | 10000101 | 0 | 11101 | 11110 | 11001 | 11 | 11111 | 1000000 |
Color Harmonies of #BF8885
Complementary color
Monochromatic Colors of #BF8885
Black with #BF8885
Text Example
Text Example
White with #BF8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8885; }
p { color: rgb(191,136,133); }
H1.HeaderClassName
{
color: #BF8885;
}
.AnyTagClassName
{
color: #BF8885;
}
</style>
background-color css
<style>
a { background-color: #BF8885; }
a { background-color: rgb(191,136,133); }
div.DivClassName
{
background-color: #BF8885;
}
.BgClassName
{
background-color: #BF8885;
}
</style>
border-color css
<style>
span { border-color: #BF8885; }
span { border-color: rgb(191,136,133); }
td.TdClassName
{
border-color: #BF8885;
}
.TagClassName
{
border-color: #BF8885;
}
</style>