Shades of Oriental Pink #BE918B
Tints of Oriental Pink #BE918B
RGB
CMYK
RGB Variations
Color information
#BE918B (or 0xBE918B) is known color: Oriental Pink. HEX triplet: BE, 91 and 8B. RGB value is (190,145,139). Sum of RGB (Red+Green+Blue) = 190+145+139=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE918B is #416E74. Grayscale: #9D9D9D. Windows color (decimal): -4288117 or 9146814. OLE color: 9146814.
HSL color Cylindrical-coordinate representation of color #BE918B: hue angle of 7.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE918B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 139 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.25 |
| HSL | 7.06º | 0.28% | 0.65% | - |
| HSV(B) | 7.06º | 0.27% | 0.75% | - |
| XYZ | 36.02 | 33.06 | 28.91 | - |
| YUV | 157.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 139 | 0 | 0.24 | 0.27 | 0.25 | 7.06 | 0.28 | 0.65 |
| Hex | BE | 91 | 8B | 0 | 18 | 1B | 19 | 7 | 1C | 41 |
| Octal | 276 | 221 | 213 | 0 | 30 | 33 | 31 | 7 | 34 | 101 |
| Binary | 10111110 | 10010001 | 10001011 | 0 | 11000 | 11011 | 11001 | 111 | 11100 | 1000001 |
Color Harmonies of #BE918B
Complementary color
Monochromatic Colors of #BE918B
Black with #BE918B
Text Example
Text Example
White with #BE918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE918B; }
p { color: rgb(190,145,139); }
H1.HeaderClassName
{
color: #BE918B;
}
.AnyTagClassName
{
color: #BE918B;
}
</style>
background-color css
<style>
a { background-color: #BE918B; }
a { background-color: rgb(190,145,139); }
div.DivClassName
{
background-color: #BE918B;
}
.BgClassName
{
background-color: #BE918B;
}
</style>
border-color css
<style>
span { border-color: #BE918B; }
span { border-color: rgb(190,145,139); }
td.TdClassName
{
border-color: #BE918B;
}
.TagClassName
{
border-color: #BE918B;
}
</style>