#BEA09D

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

Shades of Eunry #BEA09D

Tints of Eunry #BEA09D

Color information

#BEA09D (or 0xBEA09D) is unknown color: approx Eunry. HEX triplet: BE, A0 and 9D. RGB value is (190,160,157). Sum of RGB (Red+Green+Blue) = 190+160+157=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA09D is #415F62. Grayscale: #A8A8A8. Windows color (decimal): -4284259 or 10330302. OLE color: 10330302.

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

Color convert

RGB190160157-
CMYK00.160.170.25
HSL5.45º20.25%68.04%-
HSV(B)5.45º17.37%74.51%-
XYZ39.8938.5237.23-
YUV168.63121.44143.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=37.48%
G=31.56%
B=30.97%

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
Decimal19016015700.160.170.255.4520.2568.04
HexBEA09D010111951444
Octal2762402350202131524104
Binary1011111010100000100111010100001000111001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA09D; }

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

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

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

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

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

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

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

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