#BE8C86

Color #BE8C86 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #BE8C86

Tints of Oriental Pink #BE8C86

Color information

#BE8C86 (or 0xBE8C86) is unknown color: approx Oriental Pink. HEX triplet: BE, 8C and 86. RGB value is (190,140,134). Sum of RGB (Red+Green+Blue) = 190+140+134=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8C86 is #417379. Grayscale: #9A9A9A. Windows color (decimal): -4289402 or 8817854. OLE color: 8817854.

HSL color Cylindrical-coordinate representation of color #BE8C86: hue angle of 6.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8C86 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190140134-
CMYK00.260.290.25
HSL6.43º30.11%63.53%-
HSV(B)6.43º29.47%74.51%-
XYZ34.9231.4226.78-
YUV154.27116.56153.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 40.95%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=40.95%
G=30.17%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014013400.260.290.256.4330.1163.53
HexBE8C8601A1D1961e40
Octal2762142060323531636100
Binary1011111010001100100001100110101110111001110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C86; }

 p { color: rgb(190,140,134); }

 H1.HeaderClassName
 {
   color: #BE8C86;
 }
 .AnyTagClassName
 {
   color: #BE8C86;
 }
</style>
background-color css

<style>
 a { background-color: #BE8C86; }

 a { background-color: rgb(190,140,134); }

 div.DivClassName
 {
   background-color: #BE8C86;
 }
 .BgClassName
 {
   background-color: #BE8C86;
 }
</style>
border-color css

<style>
 span { border-color: #BE8C86; }

 span { border-color: rgb(190,140,134); }

 td.TdClassName
 {
   border-color: #BE8C86;
 }
 .TagClassName
 {
   border-color: #BE8C86;
 }
</style>