COLOR #BEABA2

HEX: #BEABA2 RGB: (190,171,162)

Color info

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

RGB color model

#BEABA2 color RGB value is (190,171,162).

RGB: (190,171,162) (75%, 67%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 162 of 255 = 64%

190
171
162

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

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 162 = 523 (100%)
R 190 of 523 ~ 36.33%
G 171 of 523 ~ 32.7%
B 162 of 523 ~ 30.98'%

%36.33
%32.7
%30.98

CMYK color model

#BEABA2 color CMYK value is (0,10,15,25).

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

CMYK: (0,10,15,25)
C0M10Y15K25 (0%, 10%, 15%, 25%)
(0.00 / 0.10 / 0.15 / 0.25)

CMYK percentages

%0
%10
%14.74
%25.49

Codes

Color #BEABA2 in popluar color models

BE AB A2
RGB 190 171 162
HSL 19° 17.72% 69.02%
HSB/HSV 19° 14.74% 74.51%
CMYK 0.00% 10.00% 14.74%
25.49%

Color #BEABA2 in popluar number systems.

HEX BE AB A2
Decimal 190 171 162
Binary 10111110 10101011 10100010
Octal 276 253 242

Shades and tints

Shades of #BEABA2

#BEABA2
(190,171,162)
#AD9C94
(173,156,148)
#9C8D86
(156,141,134)
#8B7E78
(139,126,120)
#7A6F6A
(122,111,106)
#69605C
(105,96,92)
#58514E
(88,81,78)
#474240
(71,66,64)
#363332
(54,51,50)
#252424
(37,36,36)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEABA2

#BEABA2
(190,171,162)
#C3B2AA
(195,178,170)
#C8B9B2
(200,185,178)
#CDC0BA
(205,192,186)
#D2C7C2
(210,199,194)
#D7CECA
(215,206,202)
#DCD5D2
(220,213,210)
#E1DCDA
(225,220,218)
#E6E3E2
(230,227,226)
#EBEAEA
(235,234,234)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEABA2; }

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

This text font color is #BEABA2.

Background Color

.myBgColor { background-color: #BEABA2; }

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

This div background color is #BEABA2.

Border color

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

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

This div border color is #BEABA2.

Opacity

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

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

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

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

This text has shadow with #BEABA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABA2.

Preview

Color preview on black background

This text has color #BEABA2 on black background.


Color preview on white background

This text has color #BEABA2 on white background.


Black color preview on #BEABA2 background

This text has black color on #BEABA2 background.


White color preview on #BEABA2 background

This text has white color on #BEABA2 background.


Related colors

Complementary color

Complementary color for #hex is #41545D.


I love getcolorcode.com

Triadic colors

1 #A2BEAB and #ABA2BE with #BEABA2 are triadic colors.

2 #A2ABBE and #ABBEA2 with #BEABA2 are triadic colors.