COLOR #BEBC97

HEX: #BEBC97 RGB: (190,188,151)

Color info

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

RGB color model

#BEBC97 color RGB value is (190,188,151).

RGB: (190,188,151) (75%, 74%, 59%)

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 151 of 255 = 59%

190
188
151

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

Portions of RGB colors in percentages

R + G + B = 190 + 188 + 151 = 529 (100%)
R 190 of 529 ~ 35.92%
G 188 of 529 ~ 35.54%
B 151 of 529 ~ 28.54'%

%35.92
%35.54
%28.54

CMYK color model

#BEBC97 color CMYK value is (0,1,21,25).

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

CMYK: (0,1,21,25)
C0M1Y21K25 (0%, 1%, 21%, 25%)
(0.00 / 0.01 / 0.21 / 0.25)

CMYK percentages

%0
%1.05
%20.53
%25.49

Codes

Color #BEBC97 in popluar color models

BE BC 97
RGB 190 188 151
HSL 57° 23.08% 66.86%
HSB/HSV 57° 20.53% 74.51%
CMYK 0.00% 1.05% 20.53%
25.49%

Color #BEBC97 in popluar number systems.

HEX BE BC 97
Decimal 190 188 151
Binary 10111110 10111100 10010111
Octal 276 274 227

Shades and tints

Shades of #BEBC97

#BEBC97
(190,188,151)
#ADAB8A
(173,171,138)
#9C9A7D
(156,154,125)
#8B8970
(139,137,112)
#7A7863
(122,120,99)
#696756
(105,103,86)
#585649
(88,86,73)
#47453C
(71,69,60)
#36342F
(54,52,47)
#252322
(37,35,34)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #BEBC97

#BEBC97
(190,188,151)
#C3C2A0
(195,194,160)
#C8C8A9
(200,200,169)
#CDCEB2
(205,206,178)
#D2D4BB
(210,212,187)
#D7DAC4
(215,218,196)
#DCE0CD
(220,224,205)
#E1E6D6
(225,230,214)
#E6ECDF
(230,236,223)
#EBF2E8
(235,242,232)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC97; }

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

This text font color is #BEBC97.

Background Color

.myBgColor { background-color: #BEBC97; }

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

This div background color is #BEBC97.

Border color

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

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

This div border color is #BEBC97.

Opacity

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

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

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

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

This text has shadow with #BEBC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBC97.

Preview

Color preview on black background

This text has color #BEBC97 on black background.


Color preview on white background

This text has color #BEBC97 on white background.


Black color preview on #BEBC97 background

This text has black color on #BEBC97 background.


White color preview on #BEBC97 background

This text has white color on #BEBC97 background.


Related colors

Complementary color

Complementary color for #hex is #414368.


I love getcolorcode.com

Triadic colors

1 #97BEBC and #BC97BE with #BEBC97 are triadic colors.

2 #97BCBE and #BCBE97 with #BEBC97 are triadic colors.