COLOR #BEB094

HEX: #BEB094 RGB: (190,176,148)

Color info

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

RGB color model

#BEB094 color RGB value is (190,176,148).

RGB: (190,176,148) (75%, 69%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 148 of 255 = 58%

190
176
148

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

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 148 = 514 (100%)
R 190 of 514 ~ 36.96%
G 176 of 514 ~ 34.24%
B 148 of 514 ~ 28.79'%

%36.96
%34.24
%28.79

CMYK color model

#BEB094 color CMYK value is (0,7,22,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 22.11%
  • key color value is 25.49%

CMYK: (0,7,22,25)
C0M7Y22K25 (0%, 7%, 22%, 25%)
(0.00 / 0.07 / 0.22 / 0.25)

CMYK percentages

%0
%7.37
%22.11
%25.49

Codes

Color #BEB094 in popluar color models

BE B0 94
RGB 190 176 148
HSL 40° 24.42% 66.27%
HSB/HSV 40° 22.11% 74.51%
CMYK 0.00% 7.37% 22.11%
25.49%

Color #BEB094 in popluar number systems.

HEX BE B0 94
Decimal 190 176 148
Binary 10111110 10110000 10010100
Octal 276 260 224

Shades and tints

Shades of #BEB094

#BEB094
(190,176,148)
#ADA087
(173,160,135)
#9C907A
(156,144,122)
#8B806D
(139,128,109)
#7A7060
(122,112,96)
#696053
(105,96,83)
#585046
(88,80,70)
#474039
(71,64,57)
#36302C
(54,48,44)
#25201F
(37,32,31)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BEB094

#BEB094
(190,176,148)
#C3B79D
(195,183,157)
#C8BEA6
(200,190,166)
#CDC5AF
(205,197,175)
#D2CCB8
(210,204,184)
#D7D3C1
(215,211,193)
#DCDACA
(220,218,202)
#E1E1D3
(225,225,211)
#E6E8DC
(230,232,220)
#EBEFE5
(235,239,229)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB094 color. Also use rgb(190,176,148) instead hex code.

Text Font Color

.myTextColor { color: #BEB094; }

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

This text font color is #BEB094.

Background Color

.myBgColor { background-color: #BEB094; }

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

This div background color is #BEB094.

Border color

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

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

This div border color is #BEB094.

Opacity

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

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

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

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

This text has shadow with #BEB094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB094.

Preview

Color preview on black background

This text has color #BEB094 on black background.


Color preview on white background

This text has color #BEB094 on white background.


Black color preview on #BEB094 background

This text has black color on #BEB094 background.


White color preview on #BEB094 background

This text has white color on #BEB094 background.


Related colors

Complementary color

Complementary color for #hex is #414F6B.


I love getcolorcode.com

Triadic colors

1 #94BEB0 and #B094BE with #BEB094 are triadic colors.

2 #94B0BE and #B0BE94 with #BEB094 are triadic colors.