Shades of Oriental Pink #BF8F82
Tints of Oriental Pink #BF8F82
RGB
CMYK
RGB Variations
Color information
#BF8F82 (or 0xBF8F82) is known color: Oriental Pink. HEX triplet: BF, 8F and 82. RGB value is (191,143,130). Sum of RGB (Red+Green+Blue) = 191+143+130=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8F82 is #40707D. Grayscale: #9B9B9B. Windows color (decimal): -4223102 or 8556479. OLE color: 8556479.
HSL color Cylindrical-coordinate representation of color #BF8F82: hue angle of 12.79º 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 #BF8F82 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 143 | 130 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.25 |
| HSL | 12.79º | 0.32% | 0.63% | - |
| HSV(B) | 12.79º | 0.32% | 0.75% | - |
| XYZ | 35.34 | 32.33 | 25.5 | - |
| YUV | 155.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 130 | 0 | 0.25 | 0.32 | 0.25 | 12.79 | 0.32 | 0.63 |
| Hex | BF | 8F | 82 | 0 | 19 | 20 | 19 | D | 20 | 3F |
| Octal | 277 | 217 | 202 | 0 | 31 | 40 | 31 | 15 | 40 | 77 |
| Binary | 10111111 | 10001111 | 10000010 | 0 | 11001 | 100000 | 11001 | 1101 | 100000 | 111111 |
Color Harmonies of #BF8F82
Complementary color
Monochromatic Colors of #BF8F82
Black with #BF8F82
Text Example
Text Example
White with #BF8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8F82; }
p { color: rgb(191,143,130); }
H1.HeaderClassName
{
color: #BF8F82;
}
.AnyTagClassName
{
color: #BF8F82;
}
</style>
background-color css
<style>
a { background-color: #BF8F82; }
a { background-color: rgb(191,143,130); }
div.DivClassName
{
background-color: #BF8F82;
}
.BgClassName
{
background-color: #BF8F82;
}
</style>
border-color css
<style>
span { border-color: #BF8F82; }
span { border-color: rgb(191,143,130); }
td.TdClassName
{
border-color: #BF8F82;
}
.TagClassName
{
border-color: #BF8F82;
}
</style>