COLOR #BEBD99

HEX: #BEBD99 RGB: (190,189,153)

Color info

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

RGB color model

#BEBD99 color RGB value is (190,189,153).

RGB: (190,189,153) (75%, 74%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 153 of 255 = 60%

190
189
153

R + G + B ~ 70%. #BEBD99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 153 = 532 (100%)
R 190 of 532 ~ 35.71%
G 189 of 532 ~ 35.53%
B 153 of 532 ~ 28.76'%

%35.71
%35.53
%28.76

CMYK color model

#BEBD99 color CMYK value is (0,1,19,25).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (0,1,19,25)
C0M1Y19K25 (0%, 1%, 19%, 25%)
(0.00 / 0.01 / 0.19 / 0.25)

CMYK percentages

%0
%0.53
%19.47
%25.49

Codes

Color #BEBD99 in popluar color models

BE BD 99
RGB 190 189 153
HSL 58° 22.16% 67.25%
HSB/HSV 58° 19.47% 74.51%
CMYK 0.00% 0.53% 19.47%
25.49%

Color #BEBD99 in popluar number systems.

HEX BE BD 99
Decimal 190 189 153
Binary 10111110 10111101 10011001
Octal 276 275 231

Shades and tints

Shades of #BEBD99

#BEBD99
(190,189,153)
#ADAC8C
(173,172,140)
#9C9B7F
(156,155,127)
#8B8A72
(139,138,114)
#7A7965
(122,121,101)
#696858
(105,104,88)
#58574B
(88,87,75)
#47463E
(71,70,62)
#363531
(54,53,49)
#252424
(37,36,36)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEBD99

#BEBD99
(190,189,153)
#C3C3A2
(195,195,162)
#C8C9AB
(200,201,171)
#CDCFB4
(205,207,180)
#D2D5BD
(210,213,189)
#D7DBC6
(215,219,198)
#DCE1CF
(220,225,207)
#E1E7D8
(225,231,216)
#E6EDE1
(230,237,225)
#EBF3EA
(235,243,234)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBD99 color. Also use rgb(190,189,153) instead hex code.

Text Font Color

.myTextColor { color: #BEBD99; }

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

This text font color is #BEBD99.

Background Color

.myBgColor { background-color: #BEBD99; }

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

This div background color is #BEBD99.

Border color

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

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

This div border color is #BEBD99.

Opacity

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

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

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

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

This text has shadow with #BEBD99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBD99.

Preview

Color preview on black background

This text has color #BEBD99 on black background.


Color preview on white background

This text has color #BEBD99 on white background.


Black color preview on #BEBD99 background

This text has black color on #BEBD99 background.


White color preview on #BEBD99 background

This text has white color on #BEBD99 background.


Related colors

Complementary color

Complementary color for #hex is #414266.


I love getcolorcode.com

Triadic colors

1 #99BEBD and #BD99BE with #BEBD99 are triadic colors.

2 #99BDBE and #BDBE99 with #BEBD99 are triadic colors.