COLOR #BEAC96

HEX: #BEAC96 RGB: (190,172,150)

Color info

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

RGB color model

#BEAC96 color RGB value is (190,172,150).

RGB: (190,172,150) (75%, 67%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 150 of 255 = 59%

190
172
150

R + G + B ~ 67%. #BEAC96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 150 = 512 (100%)
R 190 of 512 ~ 37.11%
G 172 of 512 ~ 33.59%
B 150 of 512 ~ 29.3'%

%37.11
%33.59
%29.3

CMYK color model

#BEAC96 color CMYK value is (0,9,21,25).

  • cyan value is 0.00%
  • magenta value is 9.47%
  • yellow value is 21.05%
  • key color value is 25.49%

CMYK: (0,9,21,25)
C0M9Y21K25 (0%, 9%, 21%, 25%)
(0.00 / 0.09 / 0.21 / 0.25)

CMYK percentages

%0
%9.47
%21.05
%25.49

Codes

Color #BEAC96 in popluar color models

BE AC 96
RGB 190 172 150
HSL 33° 23.53% 66.67%
HSB/HSV 33° 21.05% 74.51%
CMYK 0.00% 9.47% 21.05%
25.49%

Color #BEAC96 in popluar number systems.

HEX BE AC 96
Decimal 190 172 150
Binary 10111110 10101100 10010110
Octal 276 254 226

Shades and tints

Shades of #BEAC96

#BEAC96
(190,172,150)
#AD9D89
(173,157,137)
#9C8E7C
(156,142,124)
#8B7F6F
(139,127,111)
#7A7062
(122,112,98)
#696155
(105,97,85)
#585248
(88,82,72)
#47433B
(71,67,59)
#36342E
(54,52,46)
#252521
(37,37,33)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEAC96

#BEAC96
(190,172,150)
#C3B39F
(195,179,159)
#C8BAA8
(200,186,168)
#CDC1B1
(205,193,177)
#D2C8BA
(210,200,186)
#D7CFC3
(215,207,195)
#DCD6CC
(220,214,204)
#E1DDD5
(225,221,213)
#E6E4DE
(230,228,222)
#EBEBE7
(235,235,231)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC96; }

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

This text font color is #BEAC96.

Background Color

.myBgColor { background-color: #BEAC96; }

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

This div background color is #BEAC96.

Border color

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

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

This div border color is #BEAC96.

Opacity

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

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

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

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

This text has shadow with #BEAC96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC96.

Preview

Color preview on black background

This text has color #BEAC96 on black background.


Color preview on white background

This text has color #BEAC96 on white background.


Black color preview on #BEAC96 background

This text has black color on #BEAC96 background.


White color preview on #BEAC96 background

This text has white color on #BEAC96 background.


Related colors

Complementary color

Complementary color for #hex is #415369.


I love getcolorcode.com

Triadic colors

1 #96BEAC and #AC96BE with #BEAC96 are triadic colors.

2 #96ACBE and #ACBE96 with #BEAC96 are triadic colors.