Shades of Oriental Pink #BE9087
Tints of Oriental Pink #BE9087
RGB
CMYK
RGB Variations
Color information
#BE9087 (or 0xBE9087) is known color: Oriental Pink. HEX triplet: BE, 90 and 87. RGB value is (190,144,135). Sum of RGB (Red+Green+Blue) = 190+144+135=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9087 is #416F78. Grayscale: #9C9C9C. Windows color (decimal): -4288377 or 8884414. OLE color: 8884414.
HSL color Cylindrical-coordinate representation of color #BE9087: hue angle of 9.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE9087 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 135 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.25 |
| HSL | 9.82º | 0.3% | 0.64% | - |
| HSV(B) | 9.82º | 0.29% | 0.75% | - |
| XYZ | 35.58 | 32.64 | 27.35 | - |
| YUV | 156.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 135 | 0 | 0.24 | 0.29 | 0.25 | 9.82 | 0.3 | 0.64 |
| Hex | BE | 90 | 87 | 0 | 18 | 1D | 19 | A | 1E | 40 |
| Octal | 276 | 220 | 207 | 0 | 30 | 35 | 31 | 12 | 36 | 100 |
| Binary | 10111110 | 10010000 | 10000111 | 0 | 11000 | 11101 | 11001 | 1010 | 11110 | 1000000 |
Color Harmonies of #BE9087
Complementary color
Monochromatic Colors of #BE9087
Black with #BE9087
Text Example
Text Example
White with #BE9087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9087; }
p { color: rgb(190,144,135); }
H1.HeaderClassName
{
color: #BE9087;
}
.AnyTagClassName
{
color: #BE9087;
}
</style>
background-color css
<style>
a { background-color: #BE9087; }
a { background-color: rgb(190,144,135); }
div.DivClassName
{
background-color: #BE9087;
}
.BgClassName
{
background-color: #BE9087;
}
</style>
border-color css
<style>
span { border-color: #BE9087; }
span { border-color: rgb(190,144,135); }
td.TdClassName
{
border-color: #BE9087;
}
.TagClassName
{
border-color: #BE9087;
}
</style>