COLOR #BEAB9F

HEX: #BEAB9F RGB: (190,171,159)

Color info

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

RGB color model

#BEAB9F color RGB value is (190,171,159).

RGB: (190,171,159) (75%, 67%, 62%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 159 of 255 = 62%

190
171
159

R + G + B ~ 68%. #BEAB9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 159 = 520 (100%)
R 190 of 520 ~ 36.54%
G 171 of 520 ~ 32.88%
B 159 of 520 ~ 30.58'%

%36.54
%32.88
%30.58

CMYK color model

#BEAB9F color CMYK value is (0,10,16,25).

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

CMYK: (0,10,16,25)
C0M10Y16K25 (0%, 10%, 16%, 25%)
(0.00 / 0.10 / 0.16 / 0.25)

CMYK percentages

%0
%10
%16.32
%25.49

Codes

Color #BEAB9F in popluar color models

BE AB 9F
RGB 190 171 159
HSL 23° 19.25% 68.43%
HSB/HSV 23° 16.32% 74.51%
CMYK 0.00% 10.00% 16.32%
25.49%

Color #BEAB9F in popluar number systems.

HEX BE AB 9F
Decimal 190 171 159
Binary 10111110 10101011 10011111
Octal 276 253 237

Shades and tints

Shades of #BEAB9F

#BEAB9F
(190,171,159)
#AD9C91
(173,156,145)
#9C8D83
(156,141,131)
#8B7E75
(139,126,117)
#7A6F67
(122,111,103)
#696059
(105,96,89)
#58514B
(88,81,75)
#47423D
(71,66,61)
#36332F
(54,51,47)
#252421
(37,36,33)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #BEAB9F

#BEAB9F
(190,171,159)
#C3B2A7
(195,178,167)
#C8B9AF
(200,185,175)
#CDC0B7
(205,192,183)
#D2C7BF
(210,199,191)
#D7CEC7
(215,206,199)
#DCD5CF
(220,213,207)
#E1DCD7
(225,220,215)
#E6E3DF
(230,227,223)
#EBEAE7
(235,234,231)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEAB9F; }

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

This text font color is #BEAB9F.

Background Color

.myBgColor { background-color: #BEAB9F; }

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

This div background color is #BEAB9F.

Border color

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

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

This div border color is #BEAB9F.

Opacity

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

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

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

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

This text has shadow with #BEAB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAB9F.

Preview

Color preview on black background

This text has color #BEAB9F on black background.


Color preview on white background

This text has color #BEAB9F on white background.


Black color preview on #BEAB9F background

This text has black color on #BEAB9F background.


White color preview on #BEAB9F background

This text has white color on #BEAB9F background.


Related colors

Complementary color

Complementary color for #hex is #415460.


I love getcolorcode.com

Triadic colors

1 #9FBEAB and #AB9FBE with #BEAB9F are triadic colors.

2 #9FABBE and #ABBE9F with #BEAB9F are triadic colors.