#BE938B

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

Shades of Oriental Pink #BE938B

Tints of Oriental Pink #BE938B

Color information

#BE938B (or 0xBE938B) is unknown color: approx Oriental Pink. HEX triplet: BE, 93 and 8B. RGB value is (190,147,139). Sum of RGB (Red+Green+Blue) = 190+147+139=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938B is #416C74. Grayscale: #9F9F9F. Windows color (decimal): -4287605 or 9147326. OLE color: 9147326.

HSL color Cylindrical-coordinate representation of color #BE938B: hue angle of 9.41º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE938B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB190147139-
CMYK00.230.270.25
HSL9.41º28.18%64.51%-
HSV(B)9.41º26.84%74.51%-
XYZ36.3333.6829.01-
YUV158.94116.75150.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=39.92%
G=30.88%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014713900.230.270.259.4128.1864.51
HexBE938B0171B1991c41
Octal27622321302733311134101
Binary10111110100100111000101101011111011110011001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE938B; }

 p { color: rgb(190,147,139); }

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

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

 a { background-color: rgb(190,147,139); }

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

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

 span { border-color: rgb(190,147,139); }

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