COLOR #BEBC9A

HEX: #BEBC9A RGB: (190,188,154)

Color info

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

RGB color model

#BEBC9A color RGB value is (190,188,154).

RGB: (190,188,154) (75%, 74%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 154 of 255 = 60%

190
188
154

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 154 = 532 (100%)
R 190 of 532 ~ 35.71%
G 188 of 532 ~ 35.34%
B 154 of 532 ~ 28.95'%

%35.71
%35.34
%28.95

CMYK color model

#BEBC9A color CMYK value is (0,1,19,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (0,1,19,25)
C0M1Y19K25 (0%, 1%, 19%, 25%)
(0.00 / 0.01 / 0.19 / 0.25)

CMYK percentages

%0
%1.05
%18.95
%25.49

Codes

Color #BEBC9A in popluar color models

BE BC 9A
RGB 190 188 154
HSL 57° 21.69% 67.45%
HSB/HSV 57° 18.95% 74.51%
CMYK 0.00% 1.05% 18.95%
25.49%

Color #BEBC9A in popluar number systems.

HEX BE BC 9A
Decimal 190 188 154
Binary 10111110 10111100 10011010
Octal 276 274 232

Shades and tints

Shades of #BEBC9A

#BEBC9A
(190,188,154)
#ADAB8C
(173,171,140)
#9C9A7E
(156,154,126)
#8B8970
(139,137,112)
#7A7862
(122,120,98)
#696754
(105,103,84)
#585646
(88,86,70)
#474538
(71,69,56)
#36342A
(54,52,42)
#25231C
(37,35,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #BEBC9A

#BEBC9A
(190,188,154)
#C3C2A3
(195,194,163)
#C8C8AC
(200,200,172)
#CDCEB5
(205,206,181)
#D2D4BE
(210,212,190)
#D7DAC7
(215,218,199)
#DCE0D0
(220,224,208)
#E1E6D9
(225,230,217)
#E6ECE2
(230,236,226)
#EBF2EB
(235,242,235)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBC9A color. Also use rgb(190,188,154) instead hex code.

Text Font Color

.myTextColor { color: #BEBC9A; }

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

This text font color is #BEBC9A.

Background Color

.myBgColor { background-color: #BEBC9A; }

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

This div background color is #BEBC9A.

Border color

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

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

This div border color is #BEBC9A.

Opacity

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

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

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

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

This text has shadow with #BEBC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBC9A.

Preview

Color preview on black background

This text has color #BEBC9A on black background.


Color preview on white background

This text has color #BEBC9A on white background.


Black color preview on #BEBC9A background

This text has black color on #BEBC9A background.


White color preview on #BEBC9A background

This text has white color on #BEBC9A background.


Related colors

Complementary color

Complementary color for #hex is #414365.


I love getcolorcode.com

Triadic colors

1 #9ABEBC and #BC9ABE with #BEBC9A are triadic colors.

2 #9ABCBE and #BCBE9A with #BEBC9A are triadic colors.