Shades of Oriental Pink #BE8F88
Tints of Oriental Pink #BE8F88
RGB
CMYK
RGB Variations
Color information
#BE8F88 (or 0xBE8F88) is known color: Oriental Pink. HEX triplet: BE, 8F and 88. RGB value is (190,143,136). Sum of RGB (Red+Green+Blue) = 190+143+136=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F88 is #417077. Grayscale: #9C9C9C. Windows color (decimal): -4288632 or 8949694. OLE color: 8949694.
HSL color Cylindrical-coordinate representation of color #BE8F88: hue angle of 7.78º 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 #BE8F88 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 136 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.25 |
| HSL | 7.78º | 0.29% | 0.64% | - |
| HSV(B) | 7.78º | 0.28% | 0.75% | - |
| XYZ | 35.5 | 32.37 | 27.67 | - |
| YUV | 156.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 136 | 0 | 0.25 | 0.28 | 0.25 | 7.78 | 0.29 | 0.64 |
| Hex | BE | 8F | 88 | 0 | 19 | 1C | 19 | 8 | 1D | 40 |
| Octal | 276 | 217 | 210 | 0 | 31 | 34 | 31 | 10 | 35 | 100 |
| Binary | 10111110 | 10001111 | 10001000 | 0 | 11001 | 11100 | 11001 | 1000 | 11101 | 1000000 |
Color Harmonies of #BE8F88
Complementary color
Monochromatic Colors of #BE8F88
Black with #BE8F88
Text Example
Text Example
White with #BE8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F88; }
p { color: rgb(190,143,136); }
H1.HeaderClassName
{
color: #BE8F88;
}
.AnyTagClassName
{
color: #BE8F88;
}
</style>
background-color css
<style>
a { background-color: #BE8F88; }
a { background-color: rgb(190,143,136); }
div.DivClassName
{
background-color: #BE8F88;
}
.BgClassName
{
background-color: #BE8F88;
}
</style>
border-color css
<style>
span { border-color: #BE8F88; }
span { border-color: rgb(190,143,136); }
td.TdClassName
{
border-color: #BE8F88;
}
.TagClassName
{
border-color: #BE8F88;
}
</style>