COLOR #BEAD8F

HEX: #BEAD8F RGB: (190,173,143)

Color info

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

RGB color model

#BEAD8F color RGB value is (190,173,143).

RGB: (190,173,143) (75%, 68%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 143 of 255 = 56%

190
173
143

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

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 143 = 506 (100%)
R 190 of 506 ~ 37.55%
G 173 of 506 ~ 34.19%
B 143 of 506 ~ 28.26'%

%37.55
%34.19
%28.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.95%
  • yellow value is 24.74%
  • key color value is 25.49%

CMYK: (0,9,25,25)
C0M9Y25K25 (0%, 9%, 25%, 25%)
(0.00 / 0.09 / 0.25 / 0.25)

CMYK percentages

%0
%8.95
%24.74
%25.49

Codes

Color #BEAD8F in popluar color models

BE AD 8F
RGB 190 173 143
HSL 38° 26.55% 65.29%
HSB/HSV 38° 24.74% 74.51%
CMYK 0.00% 8.95% 24.74%
25.49%

Color #BEAD8F in popluar number systems.

HEX BE AD 8F
Decimal 190 173 143
Binary 10111110 10101101 10001111
Octal 276 255 217

Shades and tints

Shades of #BEAD8F

#BEAD8F
(190,173,143)
#AD9E82
(173,158,130)
#9C8F75
(156,143,117)
#8B8068
(139,128,104)
#7A715B
(122,113,91)
#69624E
(105,98,78)
#585341
(88,83,65)
#474434
(71,68,52)
#363527
(54,53,39)
#25261A
(37,38,26)
#14170D
(20,23,13)
#000000
(0,0,0)

Tints of #BEAD8F

#BEAD8F
(190,173,143)
#C3B499
(195,180,153)
#C8BBA3
(200,187,163)
#CDC2AD
(205,194,173)
#D2C9B7
(210,201,183)
#D7D0C1
(215,208,193)
#DCD7CB
(220,215,203)
#E1DED5
(225,222,213)
#E6E5DF
(230,229,223)
#EBECE9
(235,236,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAD8F; }

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

This text font color is #BEAD8F.

Background Color

.myBgColor { background-color: #BEAD8F; }

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

This div background color is #BEAD8F.

Border color

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

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

This div border color is #BEAD8F.

Opacity

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

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

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

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

This text has shadow with #BEAD8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAD8F.

Preview

Color preview on black background

This text has color #BEAD8F on black background.


Color preview on white background

This text has color #BEAD8F on white background.


Black color preview on #BEAD8F background

This text has black color on #BEAD8F background.


White color preview on #BEAD8F background

This text has white color on #BEAD8F background.


Related colors

Complementary color

Complementary color for #hex is #415270.


I love getcolorcode.com

Triadic colors

1 #8FBEAD and #AD8FBE with #BEAD8F are triadic colors.

2 #8FADBE and #ADBE8F with #BEAD8F are triadic colors.