COLOR #BEB0A2

HEX: #BEB0A2 RGB: (190,176,162)

Color info

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

RGB color model

#BEB0A2 color RGB value is (190,176,162).

RGB: (190,176,162) (75%, 69%, 64%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 162 of 255 = 64%

190
176
162

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

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 162 = 528 (100%)
R 190 of 528 ~ 35.98%
G 176 of 528 ~ 33.33%
B 162 of 528 ~ 30.68'%

%35.98
%33.33
%30.68

CMYK color model

#BEB0A2 color CMYK value is (0,7,15,25).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK: (0,7,15,25) C0M7Y15K25 (0%,7%,15%,25%) (0.00/0.07/0.15/0.25) 

CMYK percentages

%0
%7.37
%14.74
%25.49

Codes

Color #BEB0A2 in popluar color models

BE B0 A2
RGB 190 176 162
HSL 30° 17.72% 69.02%
HSB/HSV 30° 14.74% 74.51%
CMYK 0.00% 7.37% 14.74%
25.49%

Color #BEB0A2 in popluar number systems.

HEX BE B0 A2
Decimal 190 176 162
Binary 10111110 10110000 10100010
Octal 276 260 242

Shades and tints

Shades of #BEB0A2

#BEB0A2
(190,176,162)
#ADA094
(173,160,148)
#9C9086
(156,144,134)
#8B8078
(139,128,120)
#7A706A
(122,112,106)
#69605C
(105,96,92)
#58504E
(88,80,78)
#474040
(71,64,64)
#363032
(54,48,50)
#252024
(37,32,36)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEB0A2

#BEB0A2
(190,176,162)
#C3B7AA
(195,183,170)
#C8BEB2
(200,190,178)
#CDC5BA
(205,197,186)
#D2CCC2
(210,204,194)
#D7D3CA
(215,211,202)
#DCDAD2
(220,218,210)
#E1E1DA
(225,225,218)
#E6E8E2
(230,232,226)
#EBEFEA
(235,239,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0A2; }

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

This text font color is #BEB0A2.

Background Color

.myBgColor { background-color: #BEB0A2; }

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

This div background color is #BEB0A2.

Border color

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

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

This div border color is #BEB0A2.

Opacity

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

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

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

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

This text has shadow with #BEB0A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB0A2.

Preview

Color preview on black background

This text has color #BEB0A2 on black background.


Color preview on white background

This text has color #BEB0A2 on white background.


Black color preview on #BEB0A2 background

This text has black color on #BEB0A2 background.


White color preview on #BEB0A2 background

This text has white color on #BEB0A2 background.


Related colors

Complementary color

Complementary color for #hex is #414F5D.


I love getcolorcode.com

Triadic colors

1 #A2BEB0 and #B0A2BE with #BEB0A2 are triadic colors.

2 #A2B0BE and #B0BEA2 with #BEB0A2 are triadic colors.