Shades of Oriental Pink #BE8C82
Tints of Oriental Pink #BE8C82
RGB
CMYK
RGB Variations
Color information
#BE8C82 (or 0xBE8C82) is known color: Oriental Pink. HEX triplet: BE, 8C and 82. RGB value is (190,140,130). Sum of RGB (Red+Green+Blue) = 190+140+130=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C82 is #41737D. Grayscale: #999999. Windows color (decimal): -4289406 or 8555710. OLE color: 8555710.
HSL color Cylindrical-coordinate representation of color #BE8C82: hue angle of 10º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8C82 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 130 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.25 |
| HSL | 10º | 0.32% | 0.63% | - |
| HSV(B) | 10º | 0.32% | 0.75% | - |
| XYZ | 34.64 | 31.32 | 25.34 | - |
| YUV | 153.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 130 | 0 | 0.26 | 0.32 | 0.25 | 10 | 0.32 | 0.63 |
| Hex | BE | 8C | 82 | 0 | 1A | 20 | 19 | A | 20 | 3F |
| Octal | 276 | 214 | 202 | 0 | 32 | 40 | 31 | 12 | 40 | 77 |
| Binary | 10111110 | 10001100 | 10000010 | 0 | 11010 | 100000 | 11001 | 1010 | 100000 | 111111 |
Color Harmonies of #BE8C82
Complementary color
Monochromatic Colors of #BE8C82
Black with #BE8C82
Text Example
Text Example
White with #BE8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C82; }
p { color: rgb(190,140,130); }
H1.HeaderClassName
{
color: #BE8C82;
}
.AnyTagClassName
{
color: #BE8C82;
}
</style>
background-color css
<style>
a { background-color: #BE8C82; }
a { background-color: rgb(190,140,130); }
div.DivClassName
{
background-color: #BE8C82;
}
.BgClassName
{
background-color: #BE8C82;
}
</style>
border-color css
<style>
span { border-color: #BE8C82; }
span { border-color: rgb(190,140,130); }
td.TdClassName
{
border-color: #BE8C82;
}
.TagClassName
{
border-color: #BE8C82;
}
</style>