COLOR #BEBB95

HEX: #BEBB95 RGB: (190,187,149)

Color info

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

RGB color model

#BEBB95 color RGB value is (190,187,149).

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

RGB channels and saturation

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

190
187
149

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 149 = 526 (100%)
R 190 of 526 ~ 36.12%
G 187 of 526 ~ 35.55%
B 149 of 526 ~ 28.33'%

%36.12
%35.55
%28.33

CMYK color model

#BEBB95 color CMYK value is (0,2,22,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 21.58%
  • key color value is 25.49%
CMYK: (0,2,22,25) C0M2Y22K25 (0%,2%,22%,25%) (0.00/0.02/0.22/0.25) 

CMYK percentages

%0
%1.58
%21.58
%25.49

Codes

Color #BEBB95 in popluar color models

BE BB 95
RGB 190 187 149
HSL 56° 23.98% 66.47%
HSB/HSV 56° 21.58% 74.51%
CMYK 0.00% 1.58% 21.58%
25.49%

Color #BEBB95 in popluar number systems.

HEX BE BB 95
Decimal 190 187 149
Binary 10111110 10111011 10010101
Octal 276 273 225

Shades and tints

Shades of #BEBB95

#BEBB95
(190,187,149)
#ADAA88
(173,170,136)
#9C997B
(156,153,123)
#8B886E
(139,136,110)
#7A7761
(122,119,97)
#696654
(105,102,84)
#585547
(88,85,71)
#47443A
(71,68,58)
#36332D
(54,51,45)
#252220
(37,34,32)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #BEBB95

#BEBB95
(190,187,149)
#C3C19E
(195,193,158)
#C8C7A7
(200,199,167)
#CDCDB0
(205,205,176)
#D2D3B9
(210,211,185)
#D7D9C2
(215,217,194)
#DCDFCB
(220,223,203)
#E1E5D4
(225,229,212)
#E6EBDD
(230,235,221)
#EBF1E6
(235,241,230)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBB95; }

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

This text font color is #BEBB95.

Background Color

.myBgColor { background-color: #BEBB95; }

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

This div background color is #BEBB95.

Border color

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

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

This div border color is #BEBB95.

Opacity

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

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

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

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

This text has shadow with #BEBB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBB95.

Preview

Color preview on black background

This text has color #BEBB95 on black background.


Color preview on white background

This text has color #BEBB95 on white background.


Black color preview on #BEBB95 background

This text has black color on #BEBB95 background.


White color preview on #BEBB95 background

This text has white color on #BEBB95 background.


Related colors

Complementary color

Complementary color for #hex is #41446A.


I love getcolorcode.com

Triadic colors

1 #95BEBB and #BB95BE with #BEBB95 are triadic colors.

2 #95BBBE and #BBBE95 with #BEBB95 are triadic colors.