COLOR #BEB89C

HEX: #BEB89C RGB: (190,184,156)

Color info

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

RGB color model

#BEB89C color RGB value is (190,184,156).

RGB: (190,184,156) (75%, 72%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 184 of 255 = 72%
B 156 of 255 = 61%

190
184
156

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

Portions of RGB colors in percentages

R + G + B = 190 + 184 + 156 = 530 (100%)
R 190 of 530 ~ 35.85%
G 184 of 530 ~ 34.72%
B 156 of 530 ~ 29.43'%

%35.85
%34.72
%29.43

CMYK color model

#BEB89C color CMYK value is (0,3,18,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 17.89%
  • key color value is 25.49%

CMYK: (0,3,18,25)
C0M3Y18K25 (0%, 3%, 18%, 25%)
(0.00 / 0.03 / 0.18 / 0.25)

CMYK percentages

%0
%3.16
%17.89
%25.49

Codes

Color #BEB89C in popluar color models

BE B8 9C
RGB 190 184 156
HSL 49° 20.73% 67.84%
HSB/HSV 49° 17.89% 74.51%
CMYK 0.00% 3.16% 17.89%
25.49%

Color #BEB89C in popluar number systems.

HEX BE B8 9C
Decimal 190 184 156
Binary 10111110 10111000 10011100
Octal 276 270 234

Shades and tints

Shades of #BEB89C

#BEB89C
(190,184,156)
#ADA88E
(173,168,142)
#9C9880
(156,152,128)
#8B8872
(139,136,114)
#7A7864
(122,120,100)
#696856
(105,104,86)
#585848
(88,88,72)
#47483A
(71,72,58)
#36382C
(54,56,44)
#25281E
(37,40,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #BEB89C

#BEB89C
(190,184,156)
#C3BEA5
(195,190,165)
#C8C4AE
(200,196,174)
#CDCAB7
(205,202,183)
#D2D0C0
(210,208,192)
#D7D6C9
(215,214,201)
#DCDCD2
(220,220,210)
#E1E2DB
(225,226,219)
#E6E8E4
(230,232,228)
#EBEEED
(235,238,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB89C; }

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

This text font color is #BEB89C.

Background Color

.myBgColor { background-color: #BEB89C; }

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

This div background color is #BEB89C.

Border color

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

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

This div border color is #BEB89C.

Opacity

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

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

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

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

This text has shadow with #BEB89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB89C.

Preview

Color preview on black background

This text has color #BEB89C on black background.


Color preview on white background

This text has color #BEB89C on white background.


Black color preview on #BEB89C background

This text has black color on #BEB89C background.


White color preview on #BEB89C background

This text has white color on #BEB89C background.


Related colors

Complementary color

Complementary color for #hex is #414763.


I love getcolorcode.com

Triadic colors

1 #9CBEB8 and #B89CBE with #BEB89C are triadic colors.

2 #9CB8BE and #B8BE9C with #BEB89C are triadic colors.