COLOR #BEAB8C

HEX: #BEAB8C RGB: (190,171,140)

Color info

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

RGB color model

#BEAB8C color RGB value is (190,171,140).

RGB: (190,171,140) (75%, 67%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 140 of 255 = 55%

190
171
140

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

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 140 = 501 (100%)
R 190 of 501 ~ 37.92%
G 171 of 501 ~ 34.13%
B 140 of 501 ~ 27.94'%

%37.92
%34.13
%27.94

CMYK color model

#BEAB8C color CMYK value is (0,10,26,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 26.32%
  • key color value is 25.49%

CMYK: (0,10,26,25)
C0M10Y26K25 (0%, 10%, 26%, 25%)
(0.00 / 0.10 / 0.26 / 0.25)

CMYK percentages

%0
%10
%26.32
%25.49

Codes

Color #BEAB8C in popluar color models

BE AB 8C
RGB 190 171 140
HSL 37° 27.78% 64.71%
HSB/HSV 37° 26.32% 74.51%
CMYK 0.00% 10.00% 26.32%
25.49%

Color #BEAB8C in popluar number systems.

HEX BE AB 8C
Decimal 190 171 140
Binary 10111110 10101011 10001100
Octal 276 253 214

Shades and tints

Shades of #BEAB8C

#BEAB8C
(190,171,140)
#AD9C80
(173,156,128)
#9C8D74
(156,141,116)
#8B7E68
(139,126,104)
#7A6F5C
(122,111,92)
#696050
(105,96,80)
#585144
(88,81,68)
#474238
(71,66,56)
#36332C
(54,51,44)
#252420
(37,36,32)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEAB8C

#BEAB8C
(190,171,140)
#C3B296
(195,178,150)
#C8B9A0
(200,185,160)
#CDC0AA
(205,192,170)
#D2C7B4
(210,199,180)
#D7CEBE
(215,206,190)
#DCD5C8
(220,213,200)
#E1DCD2
(225,220,210)
#E6E3DC
(230,227,220)
#EBEAE6
(235,234,230)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAB8C color. Also use rgb(190,171,140) instead hex code.

Text Font Color

.myTextColor { color: #BEAB8C; }

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

This text font color is #BEAB8C.

Background Color

.myBgColor { background-color: #BEAB8C; }

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

This div background color is #BEAB8C.

Border color

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

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

This div border color is #BEAB8C.

Opacity

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

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

Text with #BEAB8C 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 #BEAB8C;}

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

This text has shadow with #BEAB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAB8C.

Preview

Color preview on black background

This text has color #BEAB8C on black background.


Color preview on white background

This text has color #BEAB8C on white background.


Black color preview on #BEAB8C background

This text has black color on #BEAB8C background.


White color preview on #BEAB8C background

This text has white color on #BEAB8C background.


Related colors

Complementary color

Complementary color for #hex is #415473.


I love getcolorcode.com

Triadic colors

1 #8CBEAB and #AB8CBE with #BEAB8C are triadic colors.

2 #8CABBE and #ABBE8C with #BEAB8C are triadic colors.