COLOR #BEBC9C

HEX: #BEBC9C RGB: (190,188,156)

Color info

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

RGB color model

#BEBC9C color RGB value is (190,188,156).

RGB: (190,188,156) (75%, 74%, 61%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 156 of 255 = 61%

190
188
156

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 156 = 534 (100%)
R 190 of 534 ~ 35.58%
G 188 of 534 ~ 35.21%
B 156 of 534 ~ 29.21'%

%35.58
%35.21
%29.21

CMYK color model

#BEBC9C color CMYK value is (0,1,18,25).

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

CMYK: (0,1,18,25)
C0M1Y18K25 (0%, 1%, 18%, 25%)
(0.00 / 0.01 / 0.18 / 0.25)

CMYK percentages

%0
%1.05
%17.89
%25.49

Codes

Color #BEBC9C in popluar color models

BE BC 9C
RGB 190 188 156
HSL 56° 20.73% 67.84%
HSB/HSV 56° 17.89% 74.51%
CMYK 0.00% 1.05% 17.89%
25.49%

Color #BEBC9C in popluar number systems.

HEX BE BC 9C
Decimal 190 188 156
Binary 10111110 10111100 10011100
Octal 276 274 234

Shades and tints

Shades of #BEBC9C

#BEBC9C
(190,188,156)
#ADAB8E
(173,171,142)
#9C9A80
(156,154,128)
#8B8972
(139,137,114)
#7A7864
(122,120,100)
#696756
(105,103,86)
#585648
(88,86,72)
#47453A
(71,69,58)
#36342C
(54,52,44)
#25231E
(37,35,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #BEBC9C

#BEBC9C
(190,188,156)
#C3C2A5
(195,194,165)
#C8C8AE
(200,200,174)
#CDCEB7
(205,206,183)
#D2D4C0
(210,212,192)
#D7DAC9
(215,218,201)
#DCE0D2
(220,224,210)
#E1E6DB
(225,230,219)
#E6ECE4
(230,236,228)
#EBF2ED
(235,242,237)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC9C; }

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

This text font color is #BEBC9C.

Background Color

.myBgColor { background-color: #BEBC9C; }

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

This div background color is #BEBC9C.

Border color

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

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

This div border color is #BEBC9C.

Opacity

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

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

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

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

This text has shadow with #BEBC9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBC9C.

Preview

Color preview on black background

This text has color #BEBC9C on black background.


Color preview on white background

This text has color #BEBC9C on white background.


Black color preview on #BEBC9C background

This text has black color on #BEBC9C background.


White color preview on #BEBC9C background

This text has white color on #BEBC9C background.


Related colors

Complementary color

Complementary color for #BEBC9C is #414363.


I love getcolorcode.com

Triadic colors

1 #9CBEBC and #BC9CBE with #BEBC9C are triadic colors.

2 #9CBCBE and #BCBE9C with #BEBC9C are triadic colors.