Shades of Oriental Pink #BE8C88
Tints of Oriental Pink #BE8C88
RGB
CMYK
RGB Variations
Color information
#BE8C88 (or 0xBE8C88) is known color: Oriental Pink. HEX triplet: BE, 8C and 88. RGB value is (190,140,136). Sum of RGB (Red+Green+Blue) = 190+140+136=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C88 is #417377. Grayscale: #9A9A9A. Windows color (decimal): -4289400 or 8948926. OLE color: 8948926.
HSL color Cylindrical-coordinate representation of color #BE8C88: hue angle of 4.44º 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 #BE8C88 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 136 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.25 |
| HSL | 4.44º | 0.29% | 0.64% | - |
| HSV(B) | 4.44º | 0.28% | 0.75% | - |
| XYZ | 35.06 | 31.48 | 27.52 | - |
| YUV | 154.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 136 | 0 | 0.26 | 0.28 | 0.25 | 4.44 | 0.29 | 0.64 |
| Hex | BE | 8C | 88 | 0 | 1A | 1C | 19 | 4 | 1D | 40 |
| Octal | 276 | 214 | 210 | 0 | 32 | 34 | 31 | 4 | 35 | 100 |
| Binary | 10111110 | 10001100 | 10001000 | 0 | 11010 | 11100 | 11001 | 100 | 11101 | 1000000 |
Color Harmonies of #BE8C88
Complementary color
Monochromatic Colors of #BE8C88
Black with #BE8C88
Text Example
Text Example
White with #BE8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C88; }
p { color: rgb(190,140,136); }
H1.HeaderClassName
{
color: #BE8C88;
}
.AnyTagClassName
{
color: #BE8C88;
}
</style>
background-color css
<style>
a { background-color: #BE8C88; }
a { background-color: rgb(190,140,136); }
div.DivClassName
{
background-color: #BE8C88;
}
.BgClassName
{
background-color: #BE8C88;
}
</style>
border-color css
<style>
span { border-color: #BE8C88; }
span { border-color: rgb(190,140,136); }
td.TdClassName
{
border-color: #BE8C88;
}
.TagClassName
{
border-color: #BE8C88;
}
</style>