Shades of Oriental Pink #BF8983
Tints of Oriental Pink #BF8983
RGB
CMYK
RGB Variations
Color information
#BF8983 (or 0xBF8983) is known color: Oriental Pink. HEX triplet: BF, 89 and 83. RGB value is (191,137,131). Sum of RGB (Red+Green+Blue) = 191+137+131=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8983 is #40767C. Grayscale: #989898. Windows color (decimal): -4224637 or 8620479. OLE color: 8620479.
HSL color Cylindrical-coordinate representation of color #BF8983: hue angle of 6º 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 #BF8983 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 137 | 131 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.25 |
| HSL | 6º | 0.32% | 0.63% | - |
| HSV(B) | 6º | 0.31% | 0.75% | - |
| XYZ | 34.53 | 30.61 | 25.56 | - |
| YUV | 152.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 131 | 0 | 0.28 | 0.31 | 0.25 | 6 | 0.32 | 0.63 |
| Hex | BF | 89 | 83 | 0 | 1C | 1F | 19 | 6 | 20 | 3F |
| Octal | 277 | 211 | 203 | 0 | 34 | 37 | 31 | 6 | 40 | 77 |
| Binary | 10111111 | 10001001 | 10000011 | 0 | 11100 | 11111 | 11001 | 110 | 100000 | 111111 |
Color Harmonies of #BF8983
Complementary color
Monochromatic Colors of #BF8983
Black with #BF8983
Text Example
Text Example
White with #BF8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8983; }
p { color: rgb(191,137,131); }
H1.HeaderClassName
{
color: #BF8983;
}
.AnyTagClassName
{
color: #BF8983;
}
</style>
background-color css
<style>
a { background-color: #BF8983; }
a { background-color: rgb(191,137,131); }
div.DivClassName
{
background-color: #BF8983;
}
.BgClassName
{
background-color: #BF8983;
}
</style>
border-color css
<style>
span { border-color: #BF8983; }
span { border-color: rgb(191,137,131); }
td.TdClassName
{
border-color: #BF8983;
}
.TagClassName
{
border-color: #BF8983;
}
</style>