#BE918B

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

Shades of Oriental Pink #BE918B

Tints of Oriental Pink #BE918B

Color information

#BE918B (or 0xBE918B) is unknown color: approx Oriental Pink. HEX triplet: BE, 91 and 8B. RGB value is (190,145,139). Sum of RGB (Red+Green+Blue) = 190+145+139=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE918B is #416E74. Grayscale: #9D9D9D. Windows color (decimal): -4288117 or 9146814. OLE color: 9146814.

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

Color convert

RGB190145139-
CMYK00.240.270.25
HSL7.06º28.18%64.51%-
HSV(B)7.06º26.84%74.51%-
XYZ36.0233.0628.91-
YUV157.77117.41150.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=40.08%
G=30.59%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014513900.240.270.257.0628.1864.51
HexBE918B0181B1971c41
Octal2762212130303331734101
Binary1011111010010001100010110110001101111001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE918B; }

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

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

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

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

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

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

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

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