COLOR #BEAC90

HEX: #BEAC90 RGB: (190,172,144)

Color info

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

RGB color model

#BEAC90 color RGB value is (190,172,144).

RGB: (190,172,144) (75%, 67%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 144 of 255 = 56%

190
172
144

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

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 144 = 506 (100%)
R 190 of 506 ~ 37.55%
G 172 of 506 ~ 33.99%
B 144 of 506 ~ 28.46'%

%37.55
%33.99
%28.46

CMYK color model

#BEAC90 color CMYK value is (0,9,24,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK: (0,9,24,25) C0M9Y24K25 (0%,9%,24%,25%) (0.00/0.09/0.24/0.25) 

CMYK percentages

%0
%9.47
%24.21
%25.49

Codes

Color #BEAC90 in popluar color models

BE AC 90
RGB 190 172 144
HSL 37° 26.14% 65.49%
HSB/HSV 37° 24.21% 74.51%
CMYK 0.00% 9.47% 24.21%
25.49%

Color #BEAC90 in popluar number systems.

HEX BE AC 90
Decimal 190 172 144
Binary 10111110 10101100 10010000
Octal 276 254 220

Shades and tints

Shades of #BEAC90

#BEAC90
(190,172,144)
#AD9D83
(173,157,131)
#9C8E76
(156,142,118)
#8B7F69
(139,127,105)
#7A705C
(122,112,92)
#69614F
(105,97,79)
#585242
(88,82,66)
#474335
(71,67,53)
#363428
(54,52,40)
#25251B
(37,37,27)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #BEAC90

#BEAC90
(190,172,144)
#C3B39A
(195,179,154)
#C8BAA4
(200,186,164)
#CDC1AE
(205,193,174)
#D2C8B8
(210,200,184)
#D7CFC2
(215,207,194)
#DCD6CC
(220,214,204)
#E1DDD6
(225,221,214)
#E6E4E0
(230,228,224)
#EBEBEA
(235,235,234)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAC90 color. Also use rgb(190,172,144) instead hex code.

Text Font Color

.myTextColor { color: #BEAC90; }

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

This text font color is #BEAC90.

Background Color

.myBgColor { background-color: #BEAC90; }

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

This div background color is #BEAC90.

Border color

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

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

This div border color is #BEAC90.

Opacity

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

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

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

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

This text has shadow with #BEAC90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC90.

Preview

Color preview on black background

This text has color #BEAC90 on black background.


Color preview on white background

This text has color #BEAC90 on white background.


Black color preview on #BEAC90 background

This text has black color on #BEAC90 background.


White color preview on #BEAC90 background

This text has white color on #BEAC90 background.


Related colors

Complementary color

Complementary color for #hex is #41536F.


I love getcolorcode.com

Triadic colors

1 #90BEAC and #AC90BE with #BEAC90 are triadic colors.

2 #90ACBE and #ACBE90 with #BEAC90 are triadic colors.