#BEA09E

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

Shades of Eunry #BEA09E

Tints of Eunry #BEA09E

Color information

#BEA09E (or 0xBEA09E) is unknown color: approx Eunry. HEX triplet: BE, A0 and 9E. RGB value is (190,160,158). Sum of RGB (Red+Green+Blue) = 190+160+158=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA09E is #415F61. Grayscale: #A8A8A8. Windows color (decimal): -4284258 or 10395838. OLE color: 10395838.

HSL color Cylindrical-coordinate representation of color #BEA09E: hue angle of 3.75º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA09E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB190160158-
CMYK00.160.170.25
HSL3.75º19.75%68.24%-
HSV(B)3.75º16.84%74.51%-
XYZ39.9838.5637.68-
YUV168.74121.94143.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=37.40%
G=31.50%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016015800.160.170.253.7519.7568.24
HexBEA09E010111941444
Octal2762402360202131424104
Binary1011111010100000100111100100001000111001100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA09E; }

 p { color: rgb(190,160,158); }

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

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

 a { background-color: rgb(190,160,158); }

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

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

 span { border-color: rgb(190,160,158); }

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