Shades of Oriental Pink #BE8C80
Tints of Oriental Pink #BE8C80
RGB
CMYK
RGB Variations
Color information
#BE8C80 (or 0xBE8C80) is known color: Oriental Pink. HEX triplet: BE, 8C and 80. RGB value is (190,140,128). Sum of RGB (Red+Green+Blue) = 190+140+128=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C80 is #41737F. Grayscale: #999999. Windows color (decimal): -4289408 or 8424638. OLE color: 8424638.
HSL color Cylindrical-coordinate representation of color #BE8C80: hue angle of 11.61º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8C80 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 128 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.25 |
| HSL | 11.61º | 0.32% | 0.62% | - |
| HSV(B) | 11.61º | 0.33% | 0.75% | - |
| XYZ | 34.51 | 31.26 | 24.64 | - |
| YUV | 153.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 128 | 0 | 0.26 | 0.33 | 0.25 | 11.61 | 0.32 | 0.62 |
| Hex | BE | 8C | 80 | 0 | 1A | 21 | 19 | C | 20 | 3E |
| Octal | 276 | 214 | 200 | 0 | 32 | 41 | 31 | 14 | 40 | 76 |
| Binary | 10111110 | 10001100 | 10000000 | 0 | 11010 | 100001 | 11001 | 1100 | 100000 | 111110 |
Color Harmonies of #BE8C80
Complementary color
Monochromatic Colors of #BE8C80
Black with #BE8C80
Text Example
Text Example
White with #BE8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C80; }
p { color: rgb(190,140,128); }
H1.HeaderClassName
{
color: #BE8C80;
}
.AnyTagClassName
{
color: #BE8C80;
}
</style>
background-color css
<style>
a { background-color: #BE8C80; }
a { background-color: rgb(190,140,128); }
div.DivClassName
{
background-color: #BE8C80;
}
.BgClassName
{
background-color: #BE8C80;
}
</style>
border-color css
<style>
span { border-color: #BE8C80; }
span { border-color: rgb(190,140,128); }
td.TdClassName
{
border-color: #BE8C80;
}
.TagClassName
{
border-color: #BE8C80;
}
</style>