COLOR #BEA183

HEX: #BEA183 RGB: (190,161,131)

Color info

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

RGB color model

#BEA183 color RGB value is (190,161,131).

RGB: (190,161,131) (75%, 63%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 131 of 255 = 51%

190
161
131

R + G + B ~ 63%. #BEA183 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 161 + 131 = 482 (100%)
R 190 of 482 ~ 39.42%
G 161 of 482 ~ 33.4%
B 131 of 482 ~ 27.18'%

%39.42
%33.4
%27.18

CMYK color model

#BEA183 color CMYK value is (0,15,31,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 31.05%
  • key color value is 25.49%

CMYK: (0,15,31,25)
C0M15Y31K25 (0%, 15%, 31%, 25%)
(0.00 / 0.15 / 0.31 / 0.25)

CMYK percentages

%0
%15.26
%31.05
%25.49

Codes

Color #BEA183 in popluar color models

BE A1 83
RGB 190 161 131
HSL 31° 31.22% 62.94%
HSB/HSV 31° 31.05% 74.51%
CMYK 0.00% 15.26% 31.05%
25.49%

Color #BEA183 in popluar number systems.

HEX BE A1 83
Decimal 190 161 131
Binary 10111110 10100001 10000011
Octal 276 241 203

Shades and tints

Shades of #BEA183

#BEA183
(190,161,131)
#AD9378
(173,147,120)
#9C856D
(156,133,109)
#8B7762
(139,119,98)
#7A6957
(122,105,87)
#695B4C
(105,91,76)
#584D41
(88,77,65)
#473F36
(71,63,54)
#36312B
(54,49,43)
#252320
(37,35,32)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEA183

#BEA183
(190,161,131)
#C3A98E
(195,169,142)
#C8B199
(200,177,153)
#CDB9A4
(205,185,164)
#D2C1AF
(210,193,175)
#D7C9BA
(215,201,186)
#DCD1C5
(220,209,197)
#E1D9D0
(225,217,208)
#E6E1DB
(230,225,219)
#EBE9E6
(235,233,230)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA183 color. Also use rgb(190,161,131) instead hex code.

Text Font Color

.myTextColor { color: #BEA183; }

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

This text font color is #BEA183.

Background Color

.myBgColor { background-color: #BEA183; }

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

This div background color is #BEA183.

Border color

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

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

This div border color is #BEA183.

Opacity

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

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

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

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

This text has shadow with #BEA183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA183.

Preview

Color preview on black background

This text has color #BEA183 on black background.


Color preview on white background

This text has color #BEA183 on white background.


Black color preview on #BEA183 background

This text has black color on #BEA183 background.


White color preview on #BEA183 background

This text has white color on #BEA183 background.


Related colors

Complementary color

Complementary color for #hex is #415E7C.


I love getcolorcode.com

Triadic colors

1 #83BEA1 and #A183BE with #BEA183 are triadic colors.

2 #83A1BE and #A1BE83 with #BEA183 are triadic colors.