COLOR #BEB88D

HEX: #BEB88D RGB: (190,184,141)

Color info

#BEB88D contains red, green and blue colors in about the same proportion. Web safe color of #BEB88D is #CCCC99 (or #CC9).

RGB color model

#BEB88D color RGB value is (190,184,141).

RGB: (190,184,141) (75%, 72%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 141 of 255 = 55%

190
184
141

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 141 = 515 (100%)
R 190 of 515 ~ 36.89%
G 184 of 515 ~ 35.73%
B 141 of 515 ~ 27.38'%

%36.89
%35.73
%27.38

CMYK color model

#BEB88D color CMYK value is (0,3,26,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 25.79%
  • key color value is 25.49%
CMYK: (0,3,26,25) C0M3Y26K25 (0%,3%,26%,25%) (0.00/0.03/0.26/0.25) 

CMYK percentages

%0
%3.16
%25.79
%25.49

Codes

Color #BEB88D in popluar color models

BE B8 8D
RGB 190 184 141
HSL 53° 27.37% 64.90%
HSB/HSV 53° 25.79% 74.51%
CMYK 0.00% 3.16% 25.79%
25.49%

Color #BEB88D in popluar number systems.

HEX BE B8 8D
Decimal 190 184 141
Binary 10111110 10111000 10001101
Octal 276 270 215

Shades and tints

Shades of #BEB88D

#BEB88D
(190,184,141)
#ADA881
(173,168,129)
#9C9875
(156,152,117)
#8B8869
(139,136,105)
#7A785D
(122,120,93)
#696851
(105,104,81)
#585845
(88,88,69)
#474839
(71,72,57)
#36382D
(54,56,45)
#252821
(37,40,33)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEB88D

#BEB88D
(190,184,141)
#C3BE97
(195,190,151)
#C8C4A1
(200,196,161)
#CDCAAB
(205,202,171)
#D2D0B5
(210,208,181)
#D7D6BF
(215,214,191)
#DCDCC9
(220,220,201)
#E1E2D3
(225,226,211)
#E6E8DD
(230,232,221)
#EBEEE7
(235,238,231)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB88D color. Also use rgb(190,184,141) instead hex code.

Text Font Color

.myTextColor { color: #BEB88D; }

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

This text font color is #BEB88D.

Background Color

.myBgColor { background-color: #BEB88D; }

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

This div background color is #BEB88D.

Border color

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

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

This div border color is #BEB88D.

Opacity

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

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

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

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

This text has shadow with #BEB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB88D.

Preview

Color preview on black background

This text has color #BEB88D on black background.


Color preview on white background

This text has color #BEB88D on white background.


Black color preview on #BEB88D background

This text has black color on #BEB88D background.


White color preview on #BEB88D background

This text has white color on #BEB88D background.


Related colors

Complementary color

Complementary color for #hex is #414772.


I love getcolorcode.com

Triadic colors

1 #8DBEB8 and #B88DBE with #BEB88D are triadic colors.

2 #8DB8BE and #B8BE8D with #BEB88D are triadic colors.