COLOR #BE956B

HEX: #BE956B RGB: (190,149,107)

Color info

#BE956B contains mainly red and green colors. Web safe color of #BE956B is #CC9966 (or #C96).

RGB color model

#BE956B color RGB value is (190,149,107).

RGB: (190,149,107) (75%, 58%, 42%)

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 107 of 255 = 42%

190
149
107

R + G + B ~ 58%. #BE956B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 190 + 149 + 107 = 446 (100%)
R 190 of 446 ~ 42.6%
G 149 of 446 ~ 33.41%
B 107 of 446 ~ 23.99'%

%42.6
%33.41
%23.99

CMYK color model

#BE956B color CMYK value is (0,22,44,25).

  • cyan value is 0.00%
  • magenta value is 21.58%
  • yellow value is 43.68%
  • key color value is 25.49%

CMYK: (0,22,44,25)
C0M22Y44K25 (0%, 22%, 44%, 25%)
(0.00 / 0.22 / 0.44 / 0.25)

CMYK percentages

%0
%21.58
%43.68
%25.49

Codes

Color #BE956B in popluar color models

BE 95 6B
RGB 190 149 107
HSL 30° 38.97% 58.24%
HSB/HSV 30° 43.68% 74.51%
CMYK 0.00% 21.58% 43.68%
25.49%

Color #BE956B in popluar number systems.

HEX BE 95 6B
Decimal 190 149 107
Binary 10111110 10010101 1101011
Octal 276 225 153

Shades and tints

Shades of #BE956B

#BE956B
(190,149,107)
#AD8862
(173,136,98)
#9C7B59
(156,123,89)
#8B6E50
(139,110,80)
#7A6147
(122,97,71)
#69543E
(105,84,62)
#584735
(88,71,53)
#473A2C
(71,58,44)
#362D23
(54,45,35)
#25201A
(37,32,26)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #BE956B

#BE956B
(190,149,107)
#C39E78
(195,158,120)
#C8A785
(200,167,133)
#CDB092
(205,176,146)
#D2B99F
(210,185,159)
#D7C2AC
(215,194,172)
#DCCBB9
(220,203,185)
#E1D4C6
(225,212,198)
#E6DDD3
(230,221,211)
#EBE6E0
(235,230,224)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE956B; }

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

This text font color is #BE956B.

Background Color

.myBgColor { background-color: #BE956B; }

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

This div background color is #BE956B.

Border color

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

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

This div border color is #BE956B.

Opacity

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

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

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

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

This text has shadow with #BE956B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE956B.

Preview

Color preview on black background

This text has color #BE956B on black background.


Color preview on white background

This text has color #BE956B on white background.


Black color preview on #BE956B background

This text has black color on #BE956B background.


White color preview on #BE956B background

This text has white color on #BE956B background.


Related colors

Complementary color

Complementary color for #hex is #416A94.


I love getcolorcode.com

Triadic colors

1 #6BBE95 and #956BBE with #BE956B are triadic colors.

2 #6B95BE and #95BE6B with #BE956B are triadic colors.