#BE918D

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

Shades of Oriental Pink #BE918D

Tints of Oriental Pink #BE918D

Color information

#BE918D (or 0xBE918D) is unknown color: approx Oriental Pink. HEX triplet: BE, 91 and 8D. RGB value is (190,145,141). Sum of RGB (Red+Green+Blue) = 190+145+141=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE918D is #416E72. Grayscale: #9E9E9E. Windows color (decimal): -4288115 or 9277886. OLE color: 9277886.

HSL color Cylindrical-coordinate representation of color #BE918D: hue angle of 4.9º degrees, saturation: 0.27, 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 #BE918D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB190145141-
CMYK00.240.260.25
HSL4.9º27.37%64.9%-
HSV(B)4.9º25.79%74.51%-
XYZ36.1733.1229.69-
YUV158118.41150.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=39.92%
G=30.46%
B=29.62%

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
Decimal19014514100.240.260.254.927.3764.9
HexBE918D0181A1951b41
Octal2762212150303231533101
Binary1011111010010001100011010110001101011001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE918D; }

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

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

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

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

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

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

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

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