Shades of Oriental Pink #BF8984
Tints of Oriental Pink #BF8984
RGB
CMYK
RGB Variations
Color information
#BF8984 (or 0xBF8984) is known color: Oriental Pink. HEX triplet: BF, 89 and 84. RGB value is (191,137,132). Sum of RGB (Red+Green+Blue) = 191+137+132=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8984 is #40767B. Grayscale: #989898. Windows color (decimal): -4224636 or 8686015. OLE color: 8686015.
HSL color Cylindrical-coordinate representation of color #BF8984: hue angle of 5.08º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8984 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 132 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.25 |
| HSL | 5.08º | 0.32% | 0.63% | - |
| HSV(B) | 5.08º | 0.31% | 0.75% | - |
| XYZ | 34.6 | 30.63 | 25.92 | - |
| YUV | 152.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 132 | 0 | 0.28 | 0.31 | 0.25 | 5.08 | 0.32 | 0.63 |
| Hex | BF | 89 | 84 | 0 | 1C | 1F | 19 | 5 | 20 | 3F |
| Octal | 277 | 211 | 204 | 0 | 34 | 37 | 31 | 5 | 40 | 77 |
| Binary | 10111111 | 10001001 | 10000100 | 0 | 11100 | 11111 | 11001 | 101 | 100000 | 111111 |
Color Harmonies of #BF8984
Complementary color
Monochromatic Colors of #BF8984
Black with #BF8984
Text Example
Text Example
White with #BF8984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8984; }
p { color: rgb(191,137,132); }
H1.HeaderClassName
{
color: #BF8984;
}
.AnyTagClassName
{
color: #BF8984;
}
</style>
background-color css
<style>
a { background-color: #BF8984; }
a { background-color: rgb(191,137,132); }
div.DivClassName
{
background-color: #BF8984;
}
.BgClassName
{
background-color: #BF8984;
}
</style>
border-color css
<style>
span { border-color: #BF8984; }
span { border-color: rgb(191,137,132); }
td.TdClassName
{
border-color: #BF8984;
}
.TagClassName
{
border-color: #BF8984;
}
</style>