#BE938E

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

Shades of Oriental Pink #BE938E

Tints of Oriental Pink #BE938E

Color information

#BE938E (or 0xBE938E) is unknown color: approx Oriental Pink. HEX triplet: BE, 93 and 8E. RGB value is (190,147,142). Sum of RGB (Red+Green+Blue) = 190+147+142=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE938E is #416C71. Grayscale: #9F9F9F. Windows color (decimal): -4287602 or 9343934. OLE color: 9343934.

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

Color convert

RGB190147142-
CMYK00.230.250.25
HSL6.25º26.97%65.1%-
HSV(B)6.25º25.26%74.51%-
XYZ36.5533.7730.18-
YUV159.29118.25149.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 147 (57.81% from 255) = 30.69%
BLUE value IS 142 (55.86% from 255) = 29.65%
R=39.67%
G=30.69%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014714200.230.250.256.2526.9765.1
HexBE938E017191961b41
Octal2762232160273131633101
Binary1011111010010011100011100101111100111001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE938E; }

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

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

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

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

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

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

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

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