COLOR #BEB499

HEX: #BEB499 RGB: (190,180,153)

Color info

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

RGB color model

#BEB499 color RGB value is (190,180,153).

RGB: (190,180,153) (75%, 71%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 153 of 255 = 60%

190
180
153

R + G + B ~ 69%. #BEB499 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 180 + 153 = 523 (100%)
R 190 of 523 ~ 36.33%
G 180 of 523 ~ 34.42%
B 153 of 523 ~ 29.25'%

%36.33
%34.42
%29.25

CMYK color model

#BEB499 color CMYK value is (0,5,19,25).

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

CMYK: (0,5,19,25)
C0M5Y19K25 (0%, 5%, 19%, 25%)
(0.00 / 0.05 / 0.19 / 0.25)

CMYK percentages

%0
%5.26
%19.47
%25.49

Codes

Color #BEB499 in popluar color models

BE B4 99
RGB 190 180 153
HSL 44° 22.16% 67.25%
HSB/HSV 44° 19.47% 74.51%
CMYK 0.00% 5.26% 19.47%
25.49%

Color #BEB499 in popluar number systems.

HEX BE B4 99
Decimal 190 180 153
Binary 10111110 10110100 10011001
Octal 276 264 231

Shades and tints

Shades of #BEB499

#BEB499
(190,180,153)
#ADA48C
(173,164,140)
#9C947F
(156,148,127)
#8B8472
(139,132,114)
#7A7465
(122,116,101)
#696458
(105,100,88)
#58544B
(88,84,75)
#47443E
(71,68,62)
#363431
(54,52,49)
#252424
(37,36,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #BEB499

#BEB499
(190,180,153)
#C3BAA2
(195,186,162)
#C8C0AB
(200,192,171)
#CDC6B4
(205,198,180)
#D2CCBD
(210,204,189)
#D7D2C6
(215,210,198)
#DCD8CF
(220,216,207)
#E1DED8
(225,222,216)
#E6E4E1
(230,228,225)
#EBEAEA
(235,234,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB499; }

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

This text font color is #BEB499.

Background Color

.myBgColor { background-color: #BEB499; }

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

This div background color is #BEB499.

Border color

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

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

This div border color is #BEB499.

Opacity

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

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

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

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

This text has shadow with #BEB499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB499.

Preview

Color preview on black background

This text has color #BEB499 on black background.


Color preview on white background

This text has color #BEB499 on white background.


Black color preview on #BEB499 background

This text has black color on #BEB499 background.


White color preview on #BEB499 background

This text has white color on #BEB499 background.


Related colors

Complementary color

Complementary color for #hex is #414B66.


I love getcolorcode.com

Triadic colors

1 #99BEB4 and #B499BE with #BEB499 are triadic colors.

2 #99B4BE and #B4BE99 with #BEB499 are triadic colors.