COLOR #BEAD91

HEX: #BEAD91 RGB: (190,173,145)

Color info

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

RGB color model

#BEAD91 color RGB value is (190,173,145).

RGB: (190,173,145) (75%, 68%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 145 of 255 = 57%

190
173
145

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

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 145 = 508 (100%)
R 190 of 508 ~ 37.4%
G 173 of 508 ~ 34.06%
B 145 of 508 ~ 28.54'%

%37.4
%34.06
%28.54

CMYK color model

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

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

Codes

Color #BEAD91 in popluar color models

BE AD 91
RGB 190 173 145
HSL 37° 25.71% 65.69%
HSB/HSV 37° 23.68% 74.51%
CMYK 0.00% 8.95% 23.68%
25.49%

Color #BEAD91 in popluar number systems.

HEX BE AD 91
Decimal 190 173 145
Binary 10111110 10101101 10010001
Octal 276 255 221

Shades and tints

Shades of #BEAD91

#BEAD91
(190,173,145)
#AD9E84
(173,158,132)
#9C8F77
(156,143,119)
#8B806A
(139,128,106)
#7A715D
(122,113,93)
#696250
(105,98,80)
#585343
(88,83,67)
#474436
(71,68,54)
#363529
(54,53,41)
#25261C
(37,38,28)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEAD91

#BEAD91
(190,173,145)
#C3B49B
(195,180,155)
#C8BBA5
(200,187,165)
#CDC2AF
(205,194,175)
#D2C9B9
(210,201,185)
#D7D0C3
(215,208,195)
#DCD7CD
(220,215,205)
#E1DED7
(225,222,215)
#E6E5E1
(230,229,225)
#EBECEB
(235,236,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAD91; }

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

This text font color is #BEAD91.

Background Color

.myBgColor { background-color: #BEAD91; }

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

This div background color is #BEAD91.

Border color

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

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

This div border color is #BEAD91.

Opacity

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

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

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

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

This text has shadow with #BEAD91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAD91.

Preview

Color preview on black background

This text has color #BEAD91 on black background.


Color preview on white background

This text has color #BEAD91 on white background.


Black color preview on #BEAD91 background

This text has black color on #BEAD91 background.


White color preview on #BEAD91 background

This text has white color on #BEAD91 background.


Related colors

Complementary color

Complementary color for #hex is #41526E.


I love getcolorcode.com

Triadic colors

1 #91BEAD and #AD91BE with #BEAD91 are triadic colors.

2 #91ADBE and #ADBE91 with #BEAD91 are triadic colors.