COLOR #BEAC88

HEX: #BEAC88 RGB: (190,172,136)

Color info

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

RGB color model

#BEAC88 color RGB value is (190,172,136).

RGB: (190,172,136) (75%, 67%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 172 of 255 = 67%
B 136 of 255 = 53%

190
172
136

R + G + B ~ 65%. #BEAC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 172 + 136 = 498 (100%)
R 190 of 498 ~ 38.15%
G 172 of 498 ~ 34.54%
B 136 of 498 ~ 27.31'%

%38.15
%34.54
%27.31

CMYK color model

#BEAC88 color CMYK value is (0,9,28,25).

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

CMYK: (0,9,28,25)
C0M9Y28K25 (0%, 9%, 28%, 25%)
(0.00 / 0.09 / 0.28 / 0.25)

CMYK percentages

%0
%9.47
%28.42
%25.49

Codes

Color #BEAC88 in popluar color models

BE AC 88
RGB 190 172 136
HSL 40° 29.35% 63.92%
HSB/HSV 40° 28.42% 74.51%
CMYK 0.00% 9.47% 28.42%
25.49%

Color #BEAC88 in popluar number systems.

HEX BE AC 88
Decimal 190 172 136
Binary 10111110 10101100 10001000
Octal 276 254 210

Shades and tints

Shades of #BEAC88

#BEAC88
(190,172,136)
#AD9D7C
(173,157,124)
#9C8E70
(156,142,112)
#8B7F64
(139,127,100)
#7A7058
(122,112,88)
#69614C
(105,97,76)
#585240
(88,82,64)
#474334
(71,67,52)
#363428
(54,52,40)
#25251C
(37,37,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEAC88

#BEAC88
(190,172,136)
#C3B392
(195,179,146)
#C8BA9C
(200,186,156)
#CDC1A6
(205,193,166)
#D2C8B0
(210,200,176)
#D7CFBA
(215,207,186)
#DCD6C4
(220,214,196)
#E1DDCE
(225,221,206)
#E6E4D8
(230,228,216)
#EBEBE2
(235,235,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAC88; }

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

This text font color is #BEAC88.

Background Color

.myBgColor { background-color: #BEAC88; }

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

This div background color is #BEAC88.

Border color

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

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

This div border color is #BEAC88.

Opacity

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

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

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

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

This text has shadow with #BEAC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAC88.

Preview

Color preview on black background

This text has color #BEAC88 on black background.


Color preview on white background

This text has color #BEAC88 on white background.


Black color preview on #BEAC88 background

This text has black color on #BEAC88 background.


White color preview on #BEAC88 background

This text has white color on #BEAC88 background.


Related colors

Complementary color

Complementary color for #hex is #415377.


I love getcolorcode.com

Triadic colors

1 #88BEAC and #AC88BE with #BEAC88 are triadic colors.

2 #88ACBE and #ACBE88 with #BEAC88 are triadic colors.