Shades of Oriental Pink #BE8F85
Tints of Oriental Pink #BE8F85
RGB
CMYK
RGB Variations
Color information
#BE8F85 (or 0xBE8F85) is known color: Oriental Pink. HEX triplet: BE, 8F and 85. RGB value is (190,143,133). Sum of RGB (Red+Green+Blue) = 190+143+133=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F85 is #41707A. Grayscale: #9C9C9C. Windows color (decimal): -4288635 or 8753086. OLE color: 8753086.
HSL color Cylindrical-coordinate representation of color #BE8F85: hue angle of 10.53º 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 #BE8F85 is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 133 | - |
| CMYK | 0 | 0.25 | 0.3 | 0.25 |
| HSL | 10.53º | 0.3% | 0.63% | - |
| HSV(B) | 10.53º | 0.3% | 0.75% | - |
| XYZ | 35.29 | 32.29 | 26.56 | - |
| YUV | 155.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 133 | 0 | 0.25 | 0.3 | 0.25 | 10.53 | 0.3 | 0.63 |
| Hex | BE | 8F | 85 | 0 | 19 | 1E | 19 | B | 1E | 3F |
| Octal | 276 | 217 | 205 | 0 | 31 | 36 | 31 | 13 | 36 | 77 |
| Binary | 10111110 | 10001111 | 10000101 | 0 | 11001 | 11110 | 11001 | 1011 | 11110 | 111111 |
Color Harmonies of #BE8F85
Complementary color
Monochromatic Colors of #BE8F85
Black with #BE8F85
Text Example
Text Example
White with #BE8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F85; }
p { color: rgb(190,143,133); }
H1.HeaderClassName
{
color: #BE8F85;
}
.AnyTagClassName
{
color: #BE8F85;
}
</style>
background-color css
<style>
a { background-color: #BE8F85; }
a { background-color: rgb(190,143,133); }
div.DivClassName
{
background-color: #BE8F85;
}
.BgClassName
{
background-color: #BE8F85;
}
</style>
border-color css
<style>
span { border-color: #BE8F85; }
span { border-color: rgb(190,143,133); }
td.TdClassName
{
border-color: #BE8F85;
}
.TagClassName
{
border-color: #BE8F85;
}
</style>