COLOR #BEBB93

HEX: #BEBB93 RGB: (190,187,147)

Color info

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

RGB color model

#BEBB93 color RGB value is (190,187,147).

RGB: (190,187,147) (75%, 73%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 147 of 255 = 58%

190
187
147

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 147 = 524 (100%)
R 190 of 524 ~ 36.26%
G 187 of 524 ~ 35.69%
B 147 of 524 ~ 28.05'%

%36.26
%35.69
%28.05

CMYK color model

#BEBB93 color CMYK value is (0,2,23,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 22.63%
  • key color value is 25.49%

CMYK: (0,2,23,25)
C0M2Y23K25 (0%, 2%, 23%, 25%)
(0.00 / 0.02 / 0.23 / 0.25)

CMYK percentages

%0
%1.58
%22.63
%25.49

Codes

Color #BEBB93 in popluar color models

BE BB 93
RGB 190 187 147
HSL 56° 24.86% 66.08%
HSB/HSV 56° 22.63% 74.51%
CMYK 0.00% 1.58% 22.63%
25.49%

Color #BEBB93 in popluar number systems.

HEX BE BB 93
Decimal 190 187 147
Binary 10111110 10111011 10010011
Octal 276 273 223

Shades and tints

Shades of #BEBB93

#BEBB93
(190,187,147)
#ADAA86
(173,170,134)
#9C9979
(156,153,121)
#8B886C
(139,136,108)
#7A775F
(122,119,95)
#696652
(105,102,82)
#585545
(88,85,69)
#474438
(71,68,56)
#36332B
(54,51,43)
#25221E
(37,34,30)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #BEBB93

#BEBB93
(190,187,147)
#C3C19C
(195,193,156)
#C8C7A5
(200,199,165)
#CDCDAE
(205,205,174)
#D2D3B7
(210,211,183)
#D7D9C0
(215,217,192)
#DCDFC9
(220,223,201)
#E1E5D2
(225,229,210)
#E6EBDB
(230,235,219)
#EBF1E4
(235,241,228)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBB93 color. Also use rgb(190,187,147) instead hex code.

Text Font Color

.myTextColor { color: #BEBB93; }

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

This text font color is #BEBB93.

Background Color

.myBgColor { background-color: #BEBB93; }

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

This div background color is #BEBB93.

Border color

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

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

This div border color is #BEBB93.

Opacity

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

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

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

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

This text has shadow with #BEBB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBB93.

Preview

Color preview on black background

This text has color #BEBB93 on black background.


Color preview on white background

This text has color #BEBB93 on white background.


Black color preview on #BEBB93 background

This text has black color on #BEBB93 background.


White color preview on #BEBB93 background

This text has white color on #BEBB93 background.


Related colors

Complementary color

Complementary color for #hex is #41446C.


I love getcolorcode.com

Triadic colors

1 #93BEBB and #BB93BE with #BEBB93 are triadic colors.

2 #93BBBE and #BBBE93 with #BEBB93 are triadic colors.