COLOR #BEA19C

HEX: #BEA19C RGB: (190,161,156)

Color info

#BEA19C contains red, green and blue colors in about the same proportion. Web safe color of #BEA19C is #CC9999 (or #C99).

RGB color model

#BEA19C color RGB value is (190,161,156).

RGB: (190,161,156) (75%, 63%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 156 of 255 = 61%

190
161
156

R + G + B ~ 66%. #BEA19C is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 156 = 507 (100%)
R 190 of 507 ~ 37.48%
G 161 of 507 ~ 31.76%
B 156 of 507 ~ 30.77'%

%37.48
%31.76
%30.77

CMYK color model

#BEA19C color CMYK value is (0,15,18,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 17.89%
  • key color value is 25.49%

CMYK: (0,15,18,25)
C0M15Y18K25 (0%, 15%, 18%, 25%)
(0.00 / 0.15 / 0.18 / 0.25)

CMYK percentages

%0
%15.26
%17.89
%25.49

Codes

Color #BEA19C in popluar color models

BE A1 9C
RGB 190 161 156
HSL 20.73% 67.84%
HSB/HSV 17.89% 74.51%
CMYK 0.00% 15.26% 17.89%
25.49%

Color #BEA19C in popluar number systems.

HEX BE A1 9C
Decimal 190 161 156
Binary 10111110 10100001 10011100
Octal 276 241 234

Shades and tints

Shades of #BEA19C

#BEA19C
(190,161,156)
#AD938E
(173,147,142)
#9C8580
(156,133,128)
#8B7772
(139,119,114)
#7A6964
(122,105,100)
#695B56
(105,91,86)
#584D48
(88,77,72)
#473F3A
(71,63,58)
#36312C
(54,49,44)
#25231E
(37,35,30)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEA19C

#BEA19C
(190,161,156)
#C3A9A5
(195,169,165)
#C8B1AE
(200,177,174)
#CDB9B7
(205,185,183)
#D2C1C0
(210,193,192)
#D7C9C9
(215,201,201)
#DCD1D2
(220,209,210)
#E1D9DB
(225,217,219)
#E6E1E4
(230,225,228)
#EBE9ED
(235,233,237)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA19C color. Also use rgb(190,161,156) instead hex code.

Text Font Color

.myTextColor { color: #BEA19C; }

<p style="color:#BEA19C">This sample text font color is #BEA19C.</p>

This text font color is #BEA19C.

Background Color

.myBgColor { background-color: #BEA19C; }

<div style="background-color:#BEA19C">Inner text</div>

This div background color is #BEA19C.

Border color

.myBorderColor { border: 1px solid #BEA19C; }

<div style="border:3px solid #BEA19C">Div</div>

This div border color is #BEA19C.

Opacity

.myOpacity80 { color: #BEA19C; opacity: 0.8; }

<p style="color:#BEA19C;opacity:0.8;">80%</p>

Text with #BEA19C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEA19C;}

<p style="text-shadow: 3px 3px 1px #BEA19C">Text here.</p>

This text has shadow with #BEA19C color.


.textShadow {text-shadow: 3px 3px 1px #BEA19C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEA19C, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEA19C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEA19C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEA19C, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEA19C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEA19C;
-webkit-box-shadow: 1px 1px 3px 2px #BEA19C;
box-shadow: 1px 1px 3px 2px #BEA19C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEA19C; -webkit-box-shadow: 1px 1px 3px 2px #BEA19C; box-shadow:1px 1px 3px 2px #BEA19C;">
Div content here
</div>

This div box has shadow with color #BEA19C.

Preview

Color preview on black background

This text has color #BEA19C on black background.


Color preview on white background

This text has color #BEA19C on white background.


Black color preview on #BEA19C background

This text has black color on #BEA19C background.


White color preview on #BEA19C background

This text has white color on #BEA19C background.


Related colors

Complementary color

Complementary color for #hex is #415E63.


I love getcolorcode.com

Triadic colors

1 #9CBEA1 and #A19CBE with #BEA19C are triadic colors.

2 #9CA1BE and #A1BE9C with #BEA19C are triadic colors.