Shades of Oriental Pink #BE8F89
Tints of Oriental Pink #BE8F89
RGB
CMYK
RGB Variations
Color information
#BE8F89 (or 0xBE8F89) is known color: Oriental Pink. HEX triplet: BE, 8F and 89. RGB value is (190,143,137). Sum of RGB (Red+Green+Blue) = 190+143+137=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F89 is #417076. Grayscale: #9C9C9C. Windows color (decimal): -4288631 or 9015230. OLE color: 9015230.
HSL color Cylindrical-coordinate representation of color #BE8F89: hue angle of 6.79º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8F89 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 137 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.25 |
| HSL | 6.79º | 0.29% | 0.64% | - |
| HSV(B) | 6.79º | 0.28% | 0.75% | - |
| XYZ | 35.57 | 32.4 | 28.05 | - |
| YUV | 156.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 137 | 0 | 0.25 | 0.28 | 0.25 | 6.79 | 0.29 | 0.64 |
| Hex | BE | 8F | 89 | 0 | 19 | 1C | 19 | 7 | 1D | 40 |
| Octal | 276 | 217 | 211 | 0 | 31 | 34 | 31 | 7 | 35 | 100 |
| Binary | 10111110 | 10001111 | 10001001 | 0 | 11001 | 11100 | 11001 | 111 | 11101 | 1000000 |
Color Harmonies of #BE8F89
Complementary color
Monochromatic Colors of #BE8F89
Black with #BE8F89
Text Example
Text Example
White with #BE8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F89; }
p { color: rgb(190,143,137); }
H1.HeaderClassName
{
color: #BE8F89;
}
.AnyTagClassName
{
color: #BE8F89;
}
</style>
background-color css
<style>
a { background-color: #BE8F89; }
a { background-color: rgb(190,143,137); }
div.DivClassName
{
background-color: #BE8F89;
}
.BgClassName
{
background-color: #BE8F89;
}
</style>
border-color css
<style>
span { border-color: #BE8F89; }
span { border-color: rgb(190,143,137); }
td.TdClassName
{
border-color: #BE8F89;
}
.TagClassName
{
border-color: #BE8F89;
}
</style>