#BE918C

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

Shades of Oriental Pink #BE918C

Tints of Oriental Pink #BE918C

Color information

#BE918C (or 0xBE918C) is unknown color: approx Oriental Pink. HEX triplet: BE, 91 and 8C. RGB value is (190,145,140). Sum of RGB (Red+Green+Blue) = 190+145+140=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE918C is #416E73. Grayscale: #9D9D9D. Windows color (decimal): -4288116 or 9212350. OLE color: 9212350.

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

Color convert

RGB190145140-
CMYK00.240.260.25
HSL27.78%64.71%-
HSV(B)26.32%74.51%-
XYZ36.0933.0929.3-
YUV157.88117.91150.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=40%
G=30.53%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014514000.240.260.25627.7864.71
HexBE918C0181A1961c41
Octal2762212140303231634101
Binary1011111010010001100011000110001101011001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE918C; }

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

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

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

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

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

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

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

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