Shades of Oriental Pink #BF8D82
Tints of Oriental Pink #BF8D82
RGB
CMYK
RGB Variations
Color information
#BF8D82 (or 0xBF8D82) is known color: Oriental Pink. HEX triplet: BF, 8D and 82. RGB value is (191,141,130). Sum of RGB (Red+Green+Blue) = 191+141+130=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8D82 is #40727D. Grayscale: #9A9A9A. Windows color (decimal): -4223614 or 8555967. OLE color: 8555967.
HSL color Cylindrical-coordinate representation of color #BF8D82: hue angle of 10.82º degrees, saturation: 0.32, 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 #BF8D82 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 130 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.25 |
| HSL | 10.82º | 0.32% | 0.63% | - |
| HSV(B) | 10.82º | 0.32% | 0.75% | - |
| XYZ | 35.04 | 31.74 | 25.4 | - |
| YUV | 154.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 130 | 0 | 0.26 | 0.32 | 0.25 | 10.82 | 0.32 | 0.63 |
| Hex | BF | 8D | 82 | 0 | 1A | 20 | 19 | B | 20 | 3F |
| Octal | 277 | 215 | 202 | 0 | 32 | 40 | 31 | 13 | 40 | 77 |
| Binary | 10111111 | 10001101 | 10000010 | 0 | 11010 | 100000 | 11001 | 1011 | 100000 | 111111 |
Color Harmonies of #BF8D82
Complementary color
Monochromatic Colors of #BF8D82
Black with #BF8D82
Text Example
Text Example
White with #BF8D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D82; }
p { color: rgb(191,141,130); }
H1.HeaderClassName
{
color: #BF8D82;
}
.AnyTagClassName
{
color: #BF8D82;
}
</style>
background-color css
<style>
a { background-color: #BF8D82; }
a { background-color: rgb(191,141,130); }
div.DivClassName
{
background-color: #BF8D82;
}
.BgClassName
{
background-color: #BF8D82;
}
</style>
border-color css
<style>
span { border-color: #BF8D82; }
span { border-color: rgb(191,141,130); }
td.TdClassName
{
border-color: #BF8D82;
}
.TagClassName
{
border-color: #BF8D82;
}
</style>