Shades of Oriental Pink #BE8B80
Tints of Oriental Pink #BE8B80
RGB
CMYK
RGB Variations
Color information
#BE8B80 (or 0xBE8B80) is known color: Oriental Pink. HEX triplet: BE, 8B and 80. RGB value is (190,139,128). Sum of RGB (Red+Green+Blue) = 190+139+128=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B80 is #41747F. Grayscale: #999999. Windows color (decimal): -4289664 or 8424382. OLE color: 8424382.
HSL color Cylindrical-coordinate representation of color #BE8B80: hue angle of 10.65º 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 #BE8B80 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 128 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.25 |
| HSL | 10.65º | 0.32% | 0.62% | - |
| HSV(B) | 10.65º | 0.33% | 0.75% | - |
| XYZ | 34.36 | 30.97 | 24.59 | - |
| YUV | 153 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 128 | 0 | 0.27 | 0.33 | 0.25 | 10.65 | 0.32 | 0.62 |
| Hex | BE | 8B | 80 | 0 | 1B | 21 | 19 | B | 20 | 3E |
| Octal | 276 | 213 | 200 | 0 | 33 | 41 | 31 | 13 | 40 | 76 |
| Binary | 10111110 | 10001011 | 10000000 | 0 | 11011 | 100001 | 11001 | 1011 | 100000 | 111110 |
Color Harmonies of #BE8B80
Complementary color
Monochromatic Colors of #BE8B80
Black with #BE8B80
Text Example
Text Example
White with #BE8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8B80; }
p { color: rgb(190,139,128); }
H1.HeaderClassName
{
color: #BE8B80;
}
.AnyTagClassName
{
color: #BE8B80;
}
</style>
background-color css
<style>
a { background-color: #BE8B80; }
a { background-color: rgb(190,139,128); }
div.DivClassName
{
background-color: #BE8B80;
}
.BgClassName
{
background-color: #BE8B80;
}
</style>
border-color css
<style>
span { border-color: #BE8B80; }
span { border-color: rgb(190,139,128); }
td.TdClassName
{
border-color: #BE8B80;
}
.TagClassName
{
border-color: #BE8B80;
}
</style>