Shades of Oriental Pink #BF8981
Tints of Oriental Pink #BF8981
RGB
CMYK
RGB Variations
Color information
#BF8981 (or 0xBF8981) is known color: Oriental Pink. HEX triplet: BF, 89 and 81. RGB value is (191,137,129). Sum of RGB (Red+Green+Blue) = 191+137+129=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8981 is #40767E. Grayscale: #989898. Windows color (decimal): -4224639 or 8489407. OLE color: 8489407.
HSL color Cylindrical-coordinate representation of color #BF8981: hue angle of 7.74º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8981 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 129 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.25 |
| HSL | 7.74º | 0.33% | 0.63% | - |
| HSV(B) | 7.74º | 0.32% | 0.75% | - |
| XYZ | 34.39 | 30.55 | 24.85 | - |
| YUV | 152.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 129 | 0 | 0.28 | 0.32 | 0.25 | 7.74 | 0.33 | 0.63 |
| Hex | BF | 89 | 81 | 0 | 1C | 20 | 19 | 8 | 21 | 3F |
| Octal | 277 | 211 | 201 | 0 | 34 | 40 | 31 | 10 | 41 | 77 |
| Binary | 10111111 | 10001001 | 10000001 | 0 | 11100 | 100000 | 11001 | 1000 | 100001 | 111111 |
Color Harmonies of #BF8981
Complementary color
Monochromatic Colors of #BF8981
Black with #BF8981
Text Example
Text Example
White with #BF8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8981; }
p { color: rgb(191,137,129); }
H1.HeaderClassName
{
color: #BF8981;
}
.AnyTagClassName
{
color: #BF8981;
}
</style>
background-color css
<style>
a { background-color: #BF8981; }
a { background-color: rgb(191,137,129); }
div.DivClassName
{
background-color: #BF8981;
}
.BgClassName
{
background-color: #BF8981;
}
</style>
border-color css
<style>
span { border-color: #BF8981; }
span { border-color: rgb(191,137,129); }
td.TdClassName
{
border-color: #BF8981;
}
.TagClassName
{
border-color: #BF8981;
}
</style>