Shades of Oriental Pink #BE8A80
Tints of Oriental Pink #BE8A80
RGB
CMYK
RGB Variations
Color information
#BE8A80 (or 0xBE8A80) is known color: Oriental Pink. HEX triplet: BE, 8A and 80. RGB value is (190,138,128). Sum of RGB (Red+Green+Blue) = 190+138+128=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A80 is #41757F. Grayscale: #989898. Windows color (decimal): -4289920 or 8424126. OLE color: 8424126.
HSL color Cylindrical-coordinate representation of color #BE8A80: hue angle of 9.68º 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 #BE8A80 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 128 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.25 |
| HSL | 9.68º | 0.32% | 0.62% | - |
| HSV(B) | 9.68º | 0.33% | 0.75% | - |
| XYZ | 34.22 | 30.68 | 24.54 | - |
| YUV | 152.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 128 | 0 | 0.27 | 0.33 | 0.25 | 9.68 | 0.32 | 0.62 |
| Hex | BE | 8A | 80 | 0 | 1B | 21 | 19 | A | 20 | 3E |
| Octal | 276 | 212 | 200 | 0 | 33 | 41 | 31 | 12 | 40 | 76 |
| Binary | 10111110 | 10001010 | 10000000 | 0 | 11011 | 100001 | 11001 | 1010 | 100000 | 111110 |
Color Harmonies of #BE8A80
Complementary color
Monochromatic Colors of #BE8A80
Black with #BE8A80
Text Example
Text Example
White with #BE8A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A80; }
p { color: rgb(190,138,128); }
H1.HeaderClassName
{
color: #BE8A80;
}
.AnyTagClassName
{
color: #BE8A80;
}
</style>
background-color css
<style>
a { background-color: #BE8A80; }
a { background-color: rgb(190,138,128); }
div.DivClassName
{
background-color: #BE8A80;
}
.BgClassName
{
background-color: #BE8A80;
}
</style>
border-color css
<style>
span { border-color: #BE8A80; }
span { border-color: rgb(190,138,128); }
td.TdClassName
{
border-color: #BE8A80;
}
.TagClassName
{
border-color: #BE8A80;
}
</style>