COLOR #BEBAAB

HEX: #BEBAAB RGB: (190,186,171)

Color info

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

RGB color model

#BEBAAB color RGB value is (190,186,171).

RGB: (190,186,171) (75%, 73%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 186 of 255 = 73%
B 171 of 255 = 67%

190
186
171

R + G + B ~ 72%. #BEBAAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 171 = 547 (100%)
R 190 of 547 ~ 34.73%
G 186 of 547 ~ 34%
B 171 of 547 ~ 31.26'%

%34.73
%34
%31.26

CMYK color model

#BEBAAB color CMYK value is (0,2,10,25).

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

CMYK: (0,2,10,25)
C0M2Y10K25 (0%, 2%, 10%, 25%)
(0.00 / 0.02 / 0.10 / 0.25)

CMYK percentages

%0
%2.11
%10
%25.49

Codes

Color #BEBAAB in popluar color models

BE BA AB
RGB 190 186 171
HSL 47° 12.75% 70.78%
HSB/HSV 47° 10.00% 74.51%
CMYK 0.00% 2.11% 10.00%
25.49%

Color #BEBAAB in popluar number systems.

HEX BE BA AB
Decimal 190 186 171
Binary 10111110 10111010 10101011
Octal 276 272 253

Shades and tints

Shades of #BEBAAB

#BEBAAB
(190,186,171)
#ADAA9C
(173,170,156)
#9C9A8D
(156,154,141)
#8B8A7E
(139,138,126)
#7A7A6F
(122,122,111)
#696A60
(105,106,96)
#585A51
(88,90,81)
#474A42
(71,74,66)
#363A33
(54,58,51)
#252A24
(37,42,36)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #BEBAAB

#BEBAAB
(190,186,171)
#C3C0B2
(195,192,178)
#C8C6B9
(200,198,185)
#CDCCC0
(205,204,192)
#D2D2C7
(210,210,199)
#D7D8CE
(215,216,206)
#DCDED5
(220,222,213)
#E1E4DC
(225,228,220)
#E6EAE3
(230,234,227)
#EBF0EA
(235,240,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAAB; }

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

This text font color is #BEBAAB.

Background Color

.myBgColor { background-color: #BEBAAB; }

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

This div background color is #BEBAAB.

Border color

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

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

This div border color is #BEBAAB.

Opacity

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

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

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

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

This text has shadow with #BEBAAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAAB.

Preview

Color preview on black background

This text has color #BEBAAB on black background.


Color preview on white background

This text has color #BEBAAB on white background.


Black color preview on #BEBAAB background

This text has black color on #BEBAAB background.


White color preview on #BEBAAB background

This text has white color on #BEBAAB background.


Related colors

Complementary color

Complementary color for #hex is #414554.


I love getcolorcode.com

Triadic colors

1 #ABBEBA and #BAABBE with #BEBAAB are triadic colors.

2 #ABBABE and #BABEAB with #BEBAAB are triadic colors.