COLOR #BEAD88

HEX: #BEAD88 RGB: (190,173,136)

Color info

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

RGB color model

#BEAD88 color RGB value is (190,173,136).

RGB: (190,173,136) (75%, 68%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 136 of 255 = 53%

190
173
136

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

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 136 = 499 (100%)
R 190 of 499 ~ 38.08%
G 173 of 499 ~ 34.67%
B 136 of 499 ~ 27.25'%

%38.08
%34.67
%27.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.95%
  • 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
%8.95
%28.42
%25.49

Codes

Color #BEAD88 in popluar color models

BE AD 88
RGB 190 173 136
HSL 41° 29.35% 63.92%
HSB/HSV 41° 28.42% 74.51%
CMYK 0.00% 8.95% 28.42%
25.49%

Color #BEAD88 in popluar number systems.

HEX BE AD 88
Decimal 190 173 136
Binary 10111110 10101101 10001000
Octal 276 255 210

Shades and tints

Shades of #BEAD88

#BEAD88
(190,173,136)
#AD9E7C
(173,158,124)
#9C8F70
(156,143,112)
#8B8064
(139,128,100)
#7A7158
(122,113,88)
#69624C
(105,98,76)
#585340
(88,83,64)
#474434
(71,68,52)
#363528
(54,53,40)
#25261C
(37,38,28)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEAD88

#BEAD88
(190,173,136)
#C3B492
(195,180,146)
#C8BB9C
(200,187,156)
#CDC2A6
(205,194,166)
#D2C9B0
(210,201,176)
#D7D0BA
(215,208,186)
#DCD7C4
(220,215,196)
#E1DECE
(225,222,206)
#E6E5D8
(230,229,216)
#EBECE2
(235,236,226)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAD88; }

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

This text font color is #BEAD88.

Background Color

.myBgColor { background-color: #BEAD88; }

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

This div background color is #BEAD88.

Border color

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

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

This div border color is #BEAD88.

Opacity

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

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

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

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

This text has shadow with #BEAD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAD88.

Preview

Color preview on black background

This text has color #BEAD88 on black background.


Color preview on white background

This text has color #BEAD88 on white background.


Black color preview on #BEAD88 background

This text has black color on #BEAD88 background.


White color preview on #BEAD88 background

This text has white color on #BEAD88 background.


Related colors

Complementary color

Complementary color for #hex is #415277.


I love getcolorcode.com

Triadic colors

1 #88BEAD and #AD88BE with #BEAD88 are triadic colors.

2 #88ADBE and #ADBE88 with #BEAD88 are triadic colors.