Shades of Oriental Pink #BE8C89
Tints of Oriental Pink #BE8C89
RGB
CMYK
RGB Variations
Color information
#BE8C89 (or 0xBE8C89) is known color: Oriental Pink. HEX triplet: BE, 8C and 89. RGB value is (190,140,137). Sum of RGB (Red+Green+Blue) = 190+140+137=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C89 is #417376. Grayscale: #9A9A9A. Windows color (decimal): -4289399 or 9014462. OLE color: 9014462.
HSL color Cylindrical-coordinate representation of color #BE8C89: hue angle of 3.4º 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 #BE8C89 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 137 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.25 |
| HSL | 3.4º | 0.29% | 0.64% | - |
| HSV(B) | 3.4º | 0.28% | 0.75% | - |
| XYZ | 35.13 | 31.51 | 27.9 | - |
| YUV | 154.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 137 | 0 | 0.26 | 0.28 | 0.25 | 3.4 | 0.29 | 0.64 |
| Hex | BE | 8C | 89 | 0 | 1A | 1C | 19 | 3 | 1D | 40 |
| Octal | 276 | 214 | 211 | 0 | 32 | 34 | 31 | 3 | 35 | 100 |
| Binary | 10111110 | 10001100 | 10001001 | 0 | 11010 | 11100 | 11001 | 11 | 11101 | 1000000 |
Color Harmonies of #BE8C89
Complementary color
Monochromatic Colors of #BE8C89
Black with #BE8C89
Text Example
Text Example
White with #BE8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C89; }
p { color: rgb(190,140,137); }
H1.HeaderClassName
{
color: #BE8C89;
}
.AnyTagClassName
{
color: #BE8C89;
}
</style>
background-color css
<style>
a { background-color: #BE8C89; }
a { background-color: rgb(190,140,137); }
div.DivClassName
{
background-color: #BE8C89;
}
.BgClassName
{
background-color: #BE8C89;
}
</style>
border-color css
<style>
span { border-color: #BE8C89; }
span { border-color: rgb(190,140,137); }
td.TdClassName
{
border-color: #BE8C89;
}
.TagClassName
{
border-color: #BE8C89;
}
</style>