Shades of Oriental Pink #BE8880
Tints of Oriental Pink #BE8880
RGB
CMYK
RGB Variations
Color information
#BE8880 (or 0xBE8880) is known color: Oriental Pink. HEX triplet: BE, 88 and 80. RGB value is (190,136,128). Sum of RGB (Red+Green+Blue) = 190+136+128=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8880 is #41777F. Grayscale: #979797. Windows color (decimal): -4290432 or 8423614. OLE color: 8423614.
HSL color Cylindrical-coordinate representation of color #BE8880: hue angle of 7.74º 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 #BE8880 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 128 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.25 |
| HSL | 7.74º | 0.32% | 0.62% | - |
| HSV(B) | 7.74º | 0.33% | 0.75% | - |
| XYZ | 33.94 | 30.11 | 24.45 | - |
| YUV | 151.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 128 | 0 | 0.28 | 0.33 | 0.25 | 7.74 | 0.32 | 0.62 |
| Hex | BE | 88 | 80 | 0 | 1C | 21 | 19 | 8 | 20 | 3E |
| Octal | 276 | 210 | 200 | 0 | 34 | 41 | 31 | 10 | 40 | 76 |
| Binary | 10111110 | 10001000 | 10000000 | 0 | 11100 | 100001 | 11001 | 1000 | 100000 | 111110 |
Color Harmonies of #BE8880
Complementary color
Monochromatic Colors of #BE8880
Black with #BE8880
Text Example
Text Example
White with #BE8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8880; }
p { color: rgb(190,136,128); }
H1.HeaderClassName
{
color: #BE8880;
}
.AnyTagClassName
{
color: #BE8880;
}
</style>
background-color css
<style>
a { background-color: #BE8880; }
a { background-color: rgb(190,136,128); }
div.DivClassName
{
background-color: #BE8880;
}
.BgClassName
{
background-color: #BE8880;
}
</style>
border-color css
<style>
span { border-color: #BE8880; }
span { border-color: rgb(190,136,128); }
td.TdClassName
{
border-color: #BE8880;
}
.TagClassName
{
border-color: #BE8880;
}
</style>