#BE9189

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

Shades of Oriental Pink #BE9189

Tints of Oriental Pink #BE9189

Color information

#BE9189 (or 0xBE9189) is unknown color: approx Oriental Pink. HEX triplet: BE, 91 and 89. RGB value is (190,145,137). Sum of RGB (Red+Green+Blue) = 190+145+137=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9189 is #416E76. Grayscale: #9D9D9D. Windows color (decimal): -4288119 or 9015742. OLE color: 9015742.

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

Color convert

RGB190145137-
CMYK00.240.280.25
HSL9.06º28.96%64.12%-
HSV(B)9.06º27.89%74.51%-
XYZ35.883328.15-
YUV157.54116.41151.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.25%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=40.25%
G=30.72%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014513700.240.280.259.0628.9664.12
HexBE91890181C1991d40
Octal27622121103034311135100
Binary10111110100100011000100101100011100110011001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9189; }

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

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

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

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

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

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

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

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