Shades of Oriental Pink #BE8E88
Tints of Oriental Pink #BE8E88
RGB
CMYK
RGB Variations
Color information
#BE8E88 (or 0xBE8E88) is known color: Oriental Pink. HEX triplet: BE, 8E and 88. RGB value is (190,142,136). Sum of RGB (Red+Green+Blue) = 190+142+136=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E88 is #417177. Grayscale: #9B9B9B. Windows color (decimal): -4288888 or 8949438. OLE color: 8949438.
HSL color Cylindrical-coordinate representation of color #BE8E88: hue angle of 6.67º 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 #BE8E88 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 136 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.25 |
| HSL | 6.67º | 0.29% | 0.64% | - |
| HSV(B) | 6.67º | 0.28% | 0.75% | - |
| XYZ | 35.35 | 32.07 | 27.62 | - |
| YUV | 155.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 136 | 0 | 0.25 | 0.28 | 0.25 | 6.67 | 0.29 | 0.64 |
| Hex | BE | 8E | 88 | 0 | 19 | 1C | 19 | 7 | 1D | 40 |
| Octal | 276 | 216 | 210 | 0 | 31 | 34 | 31 | 7 | 35 | 100 |
| Binary | 10111110 | 10001110 | 10001000 | 0 | 11001 | 11100 | 11001 | 111 | 11101 | 1000000 |
Color Harmonies of #BE8E88
Complementary color
Monochromatic Colors of #BE8E88
Black with #BE8E88
Text Example
Text Example
White with #BE8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E88; }
p { color: rgb(190,142,136); }
H1.HeaderClassName
{
color: #BE8E88;
}
.AnyTagClassName
{
color: #BE8E88;
}
</style>
background-color css
<style>
a { background-color: #BE8E88; }
a { background-color: rgb(190,142,136); }
div.DivClassName
{
background-color: #BE8E88;
}
.BgClassName
{
background-color: #BE8E88;
}
</style>
border-color css
<style>
span { border-color: #BE8E88; }
span { border-color: rgb(190,142,136); }
td.TdClassName
{
border-color: #BE8E88;
}
.TagClassName
{
border-color: #BE8E88;
}
</style>