COLOR #BEB0AC

HEX: #BEB0AC RGB: (190,176,172)

Color info

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

RGB color model

#BEB0AC color RGB value is (190,176,172).

RGB: (190,176,172) (75%, 69%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 172 of 255 = 67%

190
176
172

R + G + B ~ 70%. #BEB0AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 172 = 538 (100%)
R 190 of 538 ~ 35.32%
G 176 of 538 ~ 32.71%
B 172 of 538 ~ 31.97'%

%35.32
%32.71
%31.97

CMYK color model

#BEB0AC color CMYK value is (0,7,9,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 9.47%
  • key color value is 25.49%

CMYK: (0,7,9,25)
C0M7Y9K25 (0%, 7%, 9%, 25%)
(0.00 / 0.07 / 0.09 / 0.25)

CMYK percentages

%0
%7.37
%9.47
%25.49

Codes

Color #BEB0AC in popluar color models

BE B0 AC
RGB 190 176 172
HSL 13° 12.16% 70.98%
HSB/HSV 13° 9.47% 74.51%
CMYK 0.00% 7.37% 9.47%
25.49%

Color #BEB0AC in popluar number systems.

HEX BE B0 AC
Decimal 190 176 172
Binary 10111110 10110000 10101100
Octal 276 260 254

Shades and tints

Shades of #BEB0AC

#BEB0AC
(190,176,172)
#ADA09D
(173,160,157)
#9C908E
(156,144,142)
#8B807F
(139,128,127)
#7A7070
(122,112,112)
#696061
(105,96,97)
#585052
(88,80,82)
#474043
(71,64,67)
#363034
(54,48,52)
#252025
(37,32,37)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEB0AC

#BEB0AC
(190,176,172)
#C3B7B3
(195,183,179)
#C8BEBA
(200,190,186)
#CDC5C1
(205,197,193)
#D2CCC8
(210,204,200)
#D7D3CF
(215,211,207)
#DCDAD6
(220,218,214)
#E1E1DD
(225,225,221)
#E6E8E4
(230,232,228)
#EBEFEB
(235,239,235)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0AC; }

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

This text font color is #BEB0AC.

Background Color

.myBgColor { background-color: #BEB0AC; }

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

This div background color is #BEB0AC.

Border color

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

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

This div border color is #BEB0AC.

Opacity

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

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

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

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

This text has shadow with #BEB0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB0AC.

Preview

Color preview on black background

This text has color #BEB0AC on black background.


Color preview on white background

This text has color #BEB0AC on white background.


Black color preview on #BEB0AC background

This text has black color on #BEB0AC background.


White color preview on #BEB0AC background

This text has white color on #BEB0AC background.


Related colors

Complementary color

Complementary color for #hex is #414F53.


I love getcolorcode.com

Triadic colors

1 #ACBEB0 and #B0ACBE with #BEB0AC are triadic colors.

2 #ACB0BE and #B0BEAC with #BEB0AC are triadic colors.