COLOR #BEAB93

HEX: #BEAB93
RGB: (190,171,147)

Color info

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

RGB color model

#BEAB93 color RGB value is (190,171,147).

  • red value is 190;
  • green value is 171;
  • blue value is 147.
RGB:
(190,171,147)
(75%,67%,58%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 147 of 255 = 58%

190
171
147

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

Portions of RGB colors in percentages

R + G + B =
190 + 171 + 147 = 508 (100%)
R 190 of 508 ~ 37.4%
G 171 of 508 ~ 33.66%
B 147 of 508 ~ 28.94%

%37.4
%33.66
%28.94

CMYK color model

#BEAB93 color CMYK value is (0,10,23,25).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(0,10,23,25)
C0M10Y23K25 
(0%,10%,23%,25%)
(0.00/0.10/0.23/0.25)	

CMYK percentages

%0
%10
%22.63
%25.49

Codes

Color #BEAB93 in popluar color models

BEAB93
RGB190171147
HSL33°24.86%66.08%
HSB/HSV33°22.63%74.51%
CMYK0.00%10.00%22.63%
25.49%

Color #BEAB93 in popluar number systems.

HEXBEAB93
Decimal190171147
Binary101111101010101110010011
Octal276253223

Shades and tints

Shades of #BEAB93

#BEAB93
(190,171,147)
#AD9C86
(173,156,134)
#9C8D79
(156,141,121)
#8B7E6C
(139,126,108)
#7A6F5F
(122,111,95)
#696052
(105,96,82)
#585145
(88,81,69)
#474238
(71,66,56)
#36332B
(54,51,43)
#25241E
(37,36,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #BEAB93

#BEAB93
(190,171,147)
#C3B29C
(195,178,156)
#C8B9A5
(200,185,165)
#CDC0AE
(205,192,174)
#D2C7B7
(210,199,183)
#D7CEC0
(215,206,192)
#DCD5C9
(220,213,201)
#E1DCD2
(225,220,210)
#E6E3DB
(230,227,219)
#EBEAE4
(235,234,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAB93 color. Also use rgb(190,171,147) instead hex code.

Text Font Color

.myTextColor { color: #BEAB93; }

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

This text font color is #BEAB93.


Background Color

.myBgColor { background-color: #BEAB93; }

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

This div background color is #BEAB93.


Border color

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

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

This div border color is #BEAB93.


Opacity

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

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

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

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

This text has shadow with #BEAB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEAB93 on black background.


Color preview on white background

This text has color #BEAB93 on white background.



Black color preview on #BEAB93 background

This text has black color on #BEAB93 background.


White color preview on #BEAB93 background

This text has white color on #BEAB93 background.