Shades of Oriental Pink #BE9085
Tints of Oriental Pink #BE9085
RGB
CMYK
RGB Variations
Color information
#BE9085 (or 0xBE9085) is known color: Oriental Pink. HEX triplet: BE, 90 and 85. RGB value is (190,144,133). Sum of RGB (Red+Green+Blue) = 190+144+133=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9085 is #416F7A. Grayscale: #9C9C9C. Windows color (decimal): -4288379 or 8753342. OLE color: 8753342.
HSL color Cylindrical-coordinate representation of color #BE9085: hue angle of 11.58º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE9085 is Cyan = 0, Magento = 0.24, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 133 | - |
| CMYK | 0 | 0.24 | 0.3 | 0.25 |
| HSL | 11.58º | 0.3% | 0.63% | - |
| HSV(B) | 11.58º | 0.3% | 0.75% | - |
| XYZ | 35.44 | 32.59 | 26.61 | - |
| YUV | 156.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 133 | 0 | 0.24 | 0.3 | 0.25 | 11.58 | 0.3 | 0.63 |
| Hex | BE | 90 | 85 | 0 | 18 | 1E | 19 | C | 1E | 3F |
| Octal | 276 | 220 | 205 | 0 | 30 | 36 | 31 | 14 | 36 | 77 |
| Binary | 10111110 | 10010000 | 10000101 | 0 | 11000 | 11110 | 11001 | 1100 | 11110 | 111111 |
Color Harmonies of #BE9085
Complementary color
Monochromatic Colors of #BE9085
Black with #BE9085
Text Example
Text Example
White with #BE9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9085; }
p { color: rgb(190,144,133); }
H1.HeaderClassName
{
color: #BE9085;
}
.AnyTagClassName
{
color: #BE9085;
}
</style>
background-color css
<style>
a { background-color: #BE9085; }
a { background-color: rgb(190,144,133); }
div.DivClassName
{
background-color: #BE9085;
}
.BgClassName
{
background-color: #BE9085;
}
</style>
border-color css
<style>
span { border-color: #BE9085; }
span { border-color: rgb(190,144,133); }
td.TdClassName
{
border-color: #BE9085;
}
.TagClassName
{
border-color: #BE9085;
}
</style>