COLOR #BEA096

HEX: #BEA096 RGB: (190,160,150)

Color info

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

RGB color model

#BEA096 color RGB value is (190,160,150).

RGB: (190,160,150) (75%, 63%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 150 of 255 = 59%

190
160
150

R + G + B ~ 66%. #BEA096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 160 + 150 = 500 (100%)
R 190 of 500 ~ 38%
G 160 of 500 ~ 32%
B 150 of 500 ~ 30'%

%38
%32
%30

CMYK color model

#BEA096 color CMYK value is (0,16,21,25).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 21.05%
  • key color value is 25.49%

CMYK: (0,16,21,25)
C0M16Y21K25 (0%, 16%, 21%, 25%)
(0.00 / 0.16 / 0.21 / 0.25)

CMYK percentages

%0
%15.79
%21.05
%25.49

Codes

Color #BEA096 in popluar color models

BE A0 96
RGB 190 160 150
HSL 15° 23.53% 66.67%
HSB/HSV 15° 21.05% 74.51%
CMYK 0.00% 15.79% 21.05%
25.49%

Color #BEA096 in popluar number systems.

HEX BE A0 96
Decimal 190 160 150
Binary 10111110 10100000 10010110
Octal 276 240 226

Shades and tints

Shades of #BEA096

#BEA096
(190,160,150)
#AD9289
(173,146,137)
#9C847C
(156,132,124)
#8B766F
(139,118,111)
#7A6862
(122,104,98)
#695A55
(105,90,85)
#584C48
(88,76,72)
#473E3B
(71,62,59)
#36302E
(54,48,46)
#252221
(37,34,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEA096

#BEA096
(190,160,150)
#C3A89F
(195,168,159)
#C8B0A8
(200,176,168)
#CDB8B1
(205,184,177)
#D2C0BA
(210,192,186)
#D7C8C3
(215,200,195)
#DCD0CC
(220,208,204)
#E1D8D5
(225,216,213)
#E6E0DE
(230,224,222)
#EBE8E7
(235,232,231)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA096 color. Also use rgb(190,160,150) instead hex code.

Text Font Color

.myTextColor { color: #BEA096; }

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

This text font color is #BEA096.

Background Color

.myBgColor { background-color: #BEA096; }

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

This div background color is #BEA096.

Border color

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

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

This div border color is #BEA096.

Opacity

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

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

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

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

This text has shadow with #BEA096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA096.

Preview

Color preview on black background

This text has color #BEA096 on black background.


Color preview on white background

This text has color #BEA096 on white background.


Black color preview on #BEA096 background

This text has black color on #BEA096 background.


White color preview on #BEA096 background

This text has white color on #BEA096 background.


Related colors

Complementary color

Complementary color for #hex is #415F69.


I love getcolorcode.com

Triadic colors

1 #96BEA0 and #A096BE with #BEA096 are triadic colors.

2 #96A0BE and #A0BE96 with #BEA096 are triadic colors.