COLOR #BEA3AF

HEX: #BEA3AF RGB: (190,163,175)

Color info

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

RGB color model

#BEA3AF color RGB value is (190,163,175).

RGB: (190,163,175) (75%, 64%, 69%)

RGB channels and saturation

R 190 of 255 = 75%
G 163 of 255 = 64%
B 175 of 255 = 69%

190
163
175

R + G + B ~ 69%. #BEA3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 175 = 528 (100%)
R 190 of 528 ~ 35.98%
G 163 of 528 ~ 30.87%
B 175 of 528 ~ 33.14'%

%35.98
%30.87
%33.14

CMYK color model

#BEA3AF color CMYK value is (0,14,8,25).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (0,14,8,25)
C0M14Y8K25 (0%, 14%, 8%, 25%)
(0.00 / 0.14 / 0.08 / 0.25)

CMYK percentages

%0
%14.21
%7.89
%25.49

Codes

Color #BEA3AF in popluar color models

BE A3 AF
RGB 190 163 175
HSL 333° 17.20% 69.22%
HSB/HSV 333° 14.21% 74.51%
CMYK 0.00% 14.21% 7.89%
25.49%

Color #BEA3AF in popluar number systems.

HEX BE A3 AF
Decimal 190 163 175
Binary 10111110 10100011 10101111
Octal 276 243 257

Shades and tints

Shades of #BEA3AF

#BEA3AF
(190,163,175)
#AD95A0
(173,149,160)
#9C8791
(156,135,145)
#8B7982
(139,121,130)
#7A6B73
(122,107,115)
#695D64
(105,93,100)
#584F55
(88,79,85)
#474146
(71,65,70)
#363337
(54,51,55)
#252528
(37,37,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #BEA3AF

#BEA3AF
(190,163,175)
#C3ABB6
(195,171,182)
#C8B3BD
(200,179,189)
#CDBBC4
(205,187,196)
#D2C3CB
(210,195,203)
#D7CBD2
(215,203,210)
#DCD3D9
(220,211,217)
#E1DBE0
(225,219,224)
#E6E3E7
(230,227,231)
#EBEBEE
(235,235,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA3AF color. Also use rgb(190,163,175) instead hex code.

Text Font Color

.myTextColor { color: #BEA3AF; }

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

This text font color is #BEA3AF.

Background Color

.myBgColor { background-color: #BEA3AF; }

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

This div background color is #BEA3AF.

Border color

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

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

This div border color is #BEA3AF.

Opacity

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

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

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

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

This text has shadow with #BEA3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3AF.

Preview

Color preview on black background

This text has color #BEA3AF on black background.


Color preview on white background

This text has color #BEA3AF on white background.


Black color preview on #BEA3AF background

This text has black color on #BEA3AF background.


White color preview on #BEA3AF background

This text has white color on #BEA3AF background.


Related colors

Complementary color

Complementary color for #hex is #415C50.


I love getcolorcode.com

Triadic colors

1 #AFBEA3 and #A3AFBE with #BEA3AF are triadic colors.

2 #AFA3BE and #A3BEAF with #BEA3AF are triadic colors.