COLOR #BEB2AC

HEX: #BEB2AC RGB: (190,178,172)

Color info

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

RGB color model

#BEB2AC color RGB value is (190,178,172).

RGB: (190,178,172) (75%, 70%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 172 of 255 = 67%

190
178
172

R + G + B ~ 71%. #BEB2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 178 + 172 = 540 (100%)
R 190 of 540 ~ 35.19%
G 178 of 540 ~ 32.96%
B 172 of 540 ~ 31.85'%

%35.19
%32.96
%31.85

CMYK color model

#BEB2AC color CMYK value is (0,6,9,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK: (0,6,9,25) C0M6Y9K25 (0%,6%,9%,25%) (0.00/0.06/0.09/0.25) 

CMYK percentages

%0
%6.32
%9.47
%25.49

Codes

Color #BEB2AC in popluar color models

BE B2 AC
RGB 190 178 172
HSL 20° 12.16% 70.98%
HSB/HSV 20° 9.47% 74.51%
CMYK 0.00% 6.32% 9.47%
25.49%

Color #BEB2AC in popluar number systems.

HEX BE B2 AC
Decimal 190 178 172
Binary 10111110 10110010 10101100
Octal 276 262 254

Shades and tints

Shades of #BEB2AC

#BEB2AC
(190,178,172)
#ADA29D
(173,162,157)
#9C928E
(156,146,142)
#8B827F
(139,130,127)
#7A7270
(122,114,112)
#696261
(105,98,97)
#585252
(88,82,82)
#474243
(71,66,67)
#363234
(54,50,52)
#252225
(37,34,37)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BEB2AC

#BEB2AC
(190,178,172)
#C3B9B3
(195,185,179)
#C8C0BA
(200,192,186)
#CDC7C1
(205,199,193)
#D2CEC8
(210,206,200)
#D7D5CF
(215,213,207)
#DCDCD6
(220,220,214)
#E1E3DD
(225,227,221)
#E6EAE4
(230,234,228)
#EBF1EB
(235,241,235)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB2AC color. Also use rgb(190,178,172) instead hex code.

Text Font Color

.myTextColor { color: #BEB2AC; }

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

This text font color is #BEB2AC.

Background Color

.myBgColor { background-color: #BEB2AC; }

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

This div background color is #BEB2AC.

Border color

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

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

This div border color is #BEB2AC.

Opacity

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

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

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

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

This text has shadow with #BEB2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB2AC.

Preview

Color preview on black background

This text has color #BEB2AC on black background.


Color preview on white background

This text has color #BEB2AC on white background.


Black color preview on #BEB2AC background

This text has black color on #BEB2AC background.


White color preview on #BEB2AC background

This text has white color on #BEB2AC background.


Related colors

Complementary color

Complementary color for #hex is #414D53.


I love getcolorcode.com

Triadic colors

1 #ACBEB2 and #B2ACBE with #BEB2AC are triadic colors.

2 #ACB2BE and #B2BEAC with #BEB2AC are triadic colors.