COLOR #BEA17B

HEX: #BEA17B
RGB: (190,161,123)

Color info

#BEA17B contains mainly red and green colors. Web safe color of #BEA17B is #CC9966 (or #C96).

RGB color model

#BEA17B color RGB value is (190,161,123).

  • red value is 190;
  • green value is 161;
  • blue value is 123.
RGB:
(190,161,123)
(75%,63%,48%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 123 of 255 = 48%

190
161
123

R + G + B ~ 62%. #BEA17B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 161 + 123 = 474 (100%)
R 190 of 474 ~ 40.08%
G 161 of 474 ~ 33.97%
B 123 of 474 ~ 25.95%

%40.08
%33.97
%25.95

CMYK color model

#BEA17B color CMYK value is (0,15,35,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(0,15,35,25)
C0M15Y35K25 
(0%,15%,35%,25%)
(0.00/0.15/0.35/0.25)	

CMYK percentages

%0
%15.26
%35.26
%25.49

Codes

Color #BEA17B in popluar color models

BEA17B
RGB190161123
HSL34°34.01%61.37%
HSB/HSV34°35.26%74.51%
CMYK0.00%15.26%35.26%
25.49%

Color #BEA17B in popluar number systems.

HEXBEA17B
Decimal190161123
Binary10111110101000011111011
Octal276241173

Shades and tints

Shades of #BEA17B

#BEA17B
(190,161,123)
#AD9370
(173,147,112)
#9C8565
(156,133,101)
#8B775A
(139,119,90)
#7A694F
(122,105,79)
#695B44
(105,91,68)
#584D39
(88,77,57)
#473F2E
(71,63,46)
#363123
(54,49,35)
#252318
(37,35,24)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #BEA17B

#BEA17B
(190,161,123)
#C3A987
(195,169,135)
#C8B193
(200,177,147)
#CDB99F
(205,185,159)
#D2C1AB
(210,193,171)
#D7C9B7
(215,201,183)
#DCD1C3
(220,209,195)
#E1D9CF
(225,217,207)
#E6E1DB
(230,225,219)
#EBE9E7
(235,233,231)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA17B; }

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

This text font color is #BEA17B.


Background Color

.myBgColor { background-color: #BEA17B; }

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

This div background color is #BEA17B.


Border color

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

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

This div border color is #BEA17B.


Opacity

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

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

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

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

This text has shadow with #BEA17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA17B on black background.


Color preview on white background

This text has color #BEA17B on white background.



Black color preview on #BEA17B background

This text has black color on #BEA17B background.


White color preview on #BEA17B background

This text has white color on #BEA17B background.