COLOR #BEB4AA

HEX: #BEB4AA RGB: (190,180,170)

Color info

#BEB4AA contains red, green and blue colors in about the same proportion. Web safe color of #BEB4AA is #CCCC99 (or #CC9).

RGB color model

#BEB4AA color RGB value is (190,180,170).

RGB: (190,180,170) (75%, 71%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 170 of 255 = 67%

190
180
170

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

Portions of RGB colors in percentages

R + G + B = 190 + 180 + 170 = 540 (100%)
R 190 of 540 ~ 35.19%
G 180 of 540 ~ 33.33%
B 170 of 540 ~ 31.48'%

%35.19
%33.33
%31.48

CMYK color model

#BEB4AA color CMYK value is (0,5,11,25).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 10.53%
  • key color value is 25.49%

CMYK: (0,5,11,25)
C0M5Y11K25 (0%, 5%, 11%, 25%)
(0.00 / 0.05 / 0.11 / 0.25)

CMYK percentages

%0
%5.26
%10.53
%25.49

Codes

Color #BEB4AA in popluar color models

BE B4 AA
RGB 190 180 170
HSL 30° 13.33% 70.59%
HSB/HSV 30° 10.53% 74.51%
CMYK 0.00% 5.26% 10.53%
25.49%

Color #BEB4AA in popluar number systems.

HEX BE B4 AA
Decimal 190 180 170
Binary 10111110 10110100 10101010
Octal 276 264 252

Shades and tints

Shades of #BEB4AA

#BEB4AA
(190,180,170)
#ADA49B
(173,164,155)
#9C948C
(156,148,140)
#8B847D
(139,132,125)
#7A746E
(122,116,110)
#69645F
(105,100,95)
#585450
(88,84,80)
#474441
(71,68,65)
#363432
(54,52,50)
#252423
(37,36,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEB4AA

#BEB4AA
(190,180,170)
#C3BAB1
(195,186,177)
#C8C0B8
(200,192,184)
#CDC6BF
(205,198,191)
#D2CCC6
(210,204,198)
#D7D2CD
(215,210,205)
#DCD8D4
(220,216,212)
#E1DEDB
(225,222,219)
#E6E4E2
(230,228,226)
#EBEAE9
(235,234,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB4AA color. Also use rgb(190,180,170) instead hex code.

Text Font Color

.myTextColor { color: #BEB4AA; }

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

This text font color is #BEB4AA.

Background Color

.myBgColor { background-color: #BEB4AA; }

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

This div background color is #BEB4AA.

Border color

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

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

This div border color is #BEB4AA.

Opacity

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

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

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

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

This text has shadow with #BEB4AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB4AA.

Preview

Color preview on black background

This text has color #BEB4AA on black background.


Color preview on white background

This text has color #BEB4AA on white background.


Black color preview on #BEB4AA background

This text has black color on #BEB4AA background.


White color preview on #BEB4AA background

This text has white color on #BEB4AA background.


Related colors

Complementary color

Complementary color for #hex is #414B55.


I love getcolorcode.com

Triadic colors

1 #AABEB4 and #B4AABE with #BEB4AA are triadic colors.

2 #AAB4BE and #B4BEAA with #BEB4AA are triadic colors.