COLOR #BEB38E

HEX: #BEB38E RGB: (190,179,142)

Color info

#BEB38E contains red, green and blue colors in about the same proportion. Web safe color of #BEB38E is #CC9999 (or #C99).

RGB color model

#BEB38E color RGB value is (190,179,142).

RGB: (190,179,142) (75%, 70%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 179 of 255 = 70%
B 142 of 255 = 56%

190
179
142

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

Portions of RGB colors in percentages

R + G + B = 190 + 179 + 142 = 511 (100%)
R 190 of 511 ~ 37.18%
G 179 of 511 ~ 35.03%
B 142 of 511 ~ 27.79'%

%37.18
%35.03
%27.79

CMYK color model

#BEB38E color CMYK value is (0,6,25,25).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 25.26%
  • key color value is 25.49%

CMYK: (0,6,25,25)
C0M6Y25K25 (0%, 6%, 25%, 25%)
(0.00 / 0.06 / 0.25 / 0.25)

CMYK percentages

%0
%5.79
%25.26
%25.49

Codes

Color #BEB38E in popluar color models

BE B3 8E
RGB 190 179 142
HSL 46° 26.97% 65.10%
HSB/HSV 46° 25.26% 74.51%
CMYK 0.00% 5.79% 25.26%
25.49%

Color #BEB38E in popluar number systems.

HEX BE B3 8E
Decimal 190 179 142
Binary 10111110 10110011 10001110
Octal 276 263 216

Shades and tints

Shades of #BEB38E

#BEB38E
(190,179,142)
#ADA382
(173,163,130)
#9C9376
(156,147,118)
#8B836A
(139,131,106)
#7A735E
(122,115,94)
#696352
(105,99,82)
#585346
(88,83,70)
#47433A
(71,67,58)
#36332E
(54,51,46)
#252322
(37,35,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEB38E

#BEB38E
(190,179,142)
#C3B998
(195,185,152)
#C8BFA2
(200,191,162)
#CDC5AC
(205,197,172)
#D2CBB6
(210,203,182)
#D7D1C0
(215,209,192)
#DCD7CA
(220,215,202)
#E1DDD4
(225,221,212)
#E6E3DE
(230,227,222)
#EBE9E8
(235,233,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB38E color. Also use rgb(190,179,142) instead hex code.

Text Font Color

.myTextColor { color: #BEB38E; }

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

This text font color is #BEB38E.

Background Color

.myBgColor { background-color: #BEB38E; }

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

This div background color is #BEB38E.

Border color

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

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

This div border color is #BEB38E.

Opacity

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

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

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

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

This text has shadow with #BEB38E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB38E.

Preview

Color preview on black background

This text has color #BEB38E on black background.


Color preview on white background

This text has color #BEB38E on white background.


Black color preview on #BEB38E background

This text has black color on #BEB38E background.


White color preview on #BEB38E background

This text has white color on #BEB38E background.


Related colors

Complementary color

Complementary color for #hex is #414C71.


I love getcolorcode.com

Triadic colors

1 #8EBEB3 and #B38EBE with #BEB38E are triadic colors.

2 #8EB3BE and #B3BE8E with #BEB38E are triadic colors.