#BE8E86

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

Shades of Oriental Pink #BE8E86

Tints of Oriental Pink #BE8E86

Color information

#BE8E86 (or 0xBE8E86) is unknown color: approx Oriental Pink. HEX triplet: BE, 8E and 86. RGB value is (190,142,134). Sum of RGB (Red+Green+Blue) = 190+142+134=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E86 is #417179. Grayscale: #9B9B9B. Windows color (decimal): -4288890 or 8818366. OLE color: 8818366.

HSL color Cylindrical-coordinate representation of color #BE8E86: hue angle of 8.57º 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 #BE8E86 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB190142134-
CMYK00.250.290.25
HSL8.57º30.11%63.53%-
HSV(B)8.57º29.47%74.51%-
XYZ35.2132.0126.88-
YUV155.44115.9152.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 134 (52.73% from 255) = 28.76%
R=40.77%
G=30.47%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014213400.250.290.258.5730.1163.53
HexBE8E860191D1991e40
Octal27621620603135311136100
Binary10111110100011101000011001100111101110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E86; }

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

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

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

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

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

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

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

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