COLOR #BEB79B

HEX: #BEB79B RGB: (190,183,155)

Color info

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

RGB color model

#BEB79B color RGB value is (190,183,155).

RGB: (190,183,155) (75%, 72%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 155 of 255 = 61%

190
183
155

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 155 = 528 (100%)
R 190 of 528 ~ 35.98%
G 183 of 528 ~ 34.66%
B 155 of 528 ~ 29.36'%

%35.98
%34.66
%29.36

CMYK color model

#BEB79B color CMYK value is (0,4,18,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK: (0,4,18,25) C0M4Y18K25 (0%,4%,18%,25%) (0.00/0.04/0.18/0.25) 

CMYK percentages

%0
%3.68
%18.42
%25.49

Codes

Color #BEB79B in popluar color models

BE B7 9B
RGB 190 183 155
HSL 48° 21.21% 67.65%
HSB/HSV 48° 18.42% 74.51%
CMYK 0.00% 3.68% 18.42%
25.49%

Color #BEB79B in popluar number systems.

HEX BE B7 9B
Decimal 190 183 155
Binary 10111110 10110111 10011011
Octal 276 267 233

Shades and tints

Shades of #BEB79B

#BEB79B
(190,183,155)
#ADA78D
(173,167,141)
#9C977F
(156,151,127)
#8B8771
(139,135,113)
#7A7763
(122,119,99)
#696755
(105,103,85)
#585747
(88,87,71)
#474739
(71,71,57)
#36372B
(54,55,43)
#25271D
(37,39,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #BEB79B

#BEB79B
(190,183,155)
#C3BDA4
(195,189,164)
#C8C3AD
(200,195,173)
#CDC9B6
(205,201,182)
#D2CFBF
(210,207,191)
#D7D5C8
(215,213,200)
#DCDBD1
(220,219,209)
#E1E1DA
(225,225,218)
#E6E7E3
(230,231,227)
#EBEDEC
(235,237,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB79B color. Also use rgb(190,183,155) instead hex code.

Text Font Color

.myTextColor { color: #BEB79B; }

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

This text font color is #BEB79B.

Background Color

.myBgColor { background-color: #BEB79B; }

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

This div background color is #BEB79B.

Border color

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

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

This div border color is #BEB79B.

Opacity

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

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

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

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

This text has shadow with #BEB79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB79B.

Preview

Color preview on black background

This text has color #BEB79B on black background.


Color preview on white background

This text has color #BEB79B on white background.


Black color preview on #BEB79B background

This text has black color on #BEB79B background.


White color preview on #BEB79B background

This text has white color on #BEB79B background.


Related colors

Complementary color

Complementary color for #hex is #414864.


I love getcolorcode.com

Triadic colors

1 #9BBEB7 and #B79BBE with #BEB79B are triadic colors.

2 #9BB7BE and #B7BE9B with #BEB79B are triadic colors.