COLOR #BEA79F

HEX: #BEA79F RGB: (190,167,159)

Color info

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

RGB color model

#BEA79F color RGB value is (190,167,159).

RGB: (190,167,159) (75%, 65%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 167 of 255 = 65%
B 159 of 255 = 62%

190
167
159

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

Portions of RGB colors in percentages

R + G + B = 190 + 167 + 159 = 516 (100%)
R 190 of 516 ~ 36.82%
G 167 of 516 ~ 32.36%
B 159 of 516 ~ 30.81'%

%36.82
%32.36
%30.81

CMYK color model

#BEA79F color CMYK value is (0,12,16,25).

  • cyan value is 0.00%
  • magenta value is 12.11%
  • yellow value is 16.32%
  • key color value is 25.49%

CMYK: (0,12,16,25)
C0M12Y16K25 (0%, 12%, 16%, 25%)
(0.00 / 0.12 / 0.16 / 0.25)

CMYK percentages

%0
%12.11
%16.32
%25.49

Codes

Color #BEA79F in popluar color models

BE A7 9F
RGB 190 167 159
HSL 15° 19.25% 68.43%
HSB/HSV 15° 16.32% 74.51%
CMYK 0.00% 12.11% 16.32%
25.49%

Color #BEA79F in popluar number systems.

HEX BE A7 9F
Decimal 190 167 159
Binary 10111110 10100111 10011111
Octal 276 247 237

Shades and tints

Shades of #BEA79F

#BEA79F
(190,167,159)
#AD9891
(173,152,145)
#9C8983
(156,137,131)
#8B7A75
(139,122,117)
#7A6B67
(122,107,103)
#695C59
(105,92,89)
#584D4B
(88,77,75)
#473E3D
(71,62,61)
#362F2F
(54,47,47)
#252021
(37,32,33)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEA79F

#BEA79F
(190,167,159)
#C3AFA7
(195,175,167)
#C8B7AF
(200,183,175)
#CDBFB7
(205,191,183)
#D2C7BF
(210,199,191)
#D7CFC7
(215,207,199)
#DCD7CF
(220,215,207)
#E1DFD7
(225,223,215)
#E6E7DF
(230,231,223)
#EBEFE7
(235,239,231)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA79F color. Also use rgb(190,167,159) instead hex code.

Text Font Color

.myTextColor { color: #BEA79F; }

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

This text font color is #BEA79F.

Background Color

.myBgColor { background-color: #BEA79F; }

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

This div background color is #BEA79F.

Border color

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

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

This div border color is #BEA79F.

Opacity

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

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

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

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

This text has shadow with #BEA79F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA79F.

Preview

Color preview on black background

This text has color #BEA79F on black background.


Color preview on white background

This text has color #BEA79F on white background.


Black color preview on #BEA79F background

This text has black color on #BEA79F background.


White color preview on #BEA79F background

This text has white color on #BEA79F background.


Related colors

Complementary color

Complementary color for #hex is #415860.


I love getcolorcode.com

Triadic colors

1 #9FBEA7 and #A79FBE with #BEA79F are triadic colors.

2 #9FA7BE and #A7BE9F with #BEA79F are triadic colors.