COLOR #BE9C7C

HEX: #BE9C7C RGB: (190,156,124)

Color info

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

RGB color model

#BE9C7C color RGB value is (190,156,124).

RGB: (190,156,124) (75%, 61%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 124 of 255 = 49%

190
156
124

R + G + B ~ 62%. #BE9C7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 124 = 470 (100%)
R 190 of 470 ~ 40.43%
G 156 of 470 ~ 33.19%
B 124 of 470 ~ 26.38'%

%40.43
%33.19
%26.38

CMYK color model

#BE9C7C color CMYK value is (0,18,35,25).

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

CMYK: (0,18,35,25)
C0M18Y35K25 (0%, 18%, 35%, 25%)
(0.00 / 0.18 / 0.35 / 0.25)

CMYK percentages

%0
%17.89
%34.74
%25.49

Codes

Color #BE9C7C in popluar color models

BE 9C 7C
RGB 190 156 124
HSL 29° 33.67% 61.57%
HSB/HSV 29° 34.74% 74.51%
CMYK 0.00% 17.89% 34.74%
25.49%

Color #BE9C7C in popluar number systems.

HEX BE 9C 7C
Decimal 190 156 124
Binary 10111110 10011100 1111100
Octal 276 234 174

Shades and tints

Shades of #BE9C7C

#BE9C7C
(190,156,124)
#AD8E71
(173,142,113)
#9C8066
(156,128,102)
#8B725B
(139,114,91)
#7A6450
(122,100,80)
#695645
(105,86,69)
#58483A
(88,72,58)
#473A2F
(71,58,47)
#362C24
(54,44,36)
#251E19
(37,30,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #BE9C7C

#BE9C7C
(190,156,124)
#C3A587
(195,165,135)
#C8AE92
(200,174,146)
#CDB79D
(205,183,157)
#D2C0A8
(210,192,168)
#D7C9B3
(215,201,179)
#DCD2BE
(220,210,190)
#E1DBC9
(225,219,201)
#E6E4D4
(230,228,212)
#EBEDDF
(235,237,223)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9C7C; }

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

This text font color is #BE9C7C.

Background Color

.myBgColor { background-color: #BE9C7C; }

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

This div background color is #BE9C7C.

Border color

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

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

This div border color is #BE9C7C.

Opacity

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

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

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

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

This text has shadow with #BE9C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9C7C.

Preview

Color preview on black background

This text has color #BE9C7C on black background.


Color preview on white background

This text has color #BE9C7C on white background.


Black color preview on #BE9C7C background

This text has black color on #BE9C7C background.


White color preview on #BE9C7C background

This text has white color on #BE9C7C background.


Related colors

Complementary color

Complementary color for #hex is #416383.


I love getcolorcode.com

Triadic colors

1 #7CBE9C and #9C7CBE with #BE9C7C are triadic colors.

2 #7C9CBE and #9CBE7C with #BE9C7C are triadic colors.