COLOR #BE9C8E

HEX: #BE9C8E RGB: (190,156,142)

Color info

#BE9C8E contains red, green and blue colors in about the same proportion. Web safe color of #BE9C8E is #CC9999 (or #C99).

RGB color model

#BE9C8E color RGB value is (190,156,142).

RGB: (190,156,142) (75%, 61%, 56%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 142 of 255 = 56%

190
156
142

R + G + B ~ 64%. #BE9C8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 142 = 488 (100%)
R 190 of 488 ~ 38.93%
G 156 of 488 ~ 31.97%
B 142 of 488 ~ 29.1'%

%38.93
%31.97
%29.1

CMYK color model

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

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

CMYK: (0,18,25,25)
C0M18Y25K25 (0%, 18%, 25%, 25%)
(0.00 / 0.18 / 0.25 / 0.25)

CMYK percentages

%0
%17.89
%25.26
%25.49

Codes

Color #BE9C8E in popluar color models

BE 9C 8E
RGB 190 156 142
HSL 18° 26.97% 65.10%
HSB/HSV 18° 25.26% 74.51%
CMYK 0.00% 17.89% 25.26%
25.49%

Color #BE9C8E in popluar number systems.

HEX BE 9C 8E
Decimal 190 156 142
Binary 10111110 10011100 10001110
Octal 276 234 216

Shades and tints

Shades of #BE9C8E

#BE9C8E
(190,156,142)
#AD8E82
(173,142,130)
#9C8076
(156,128,118)
#8B726A
(139,114,106)
#7A645E
(122,100,94)
#695652
(105,86,82)
#584846
(88,72,70)
#473A3A
(71,58,58)
#362C2E
(54,44,46)
#251E22
(37,30,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BE9C8E

#BE9C8E
(190,156,142)
#C3A598
(195,165,152)
#C8AEA2
(200,174,162)
#CDB7AC
(205,183,172)
#D2C0B6
(210,192,182)
#D7C9C0
(215,201,192)
#DCD2CA
(220,210,202)
#E1DBD4
(225,219,212)
#E6E4DE
(230,228,222)
#EBEDE8
(235,237,232)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9C8E; }

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

This text font color is #BE9C8E.

Background Color

.myBgColor { background-color: #BE9C8E; }

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

This div background color is #BE9C8E.

Border color

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

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

This div border color is #BE9C8E.

Opacity

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

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

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

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

This text has shadow with #BE9C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9C8E.

Preview

Color preview on black background

This text has color #BE9C8E on black background.


Color preview on white background

This text has color #BE9C8E on white background.


Black color preview on #BE9C8E background

This text has black color on #BE9C8E background.


White color preview on #BE9C8E background

This text has white color on #BE9C8E background.


Related colors

Complementary color

Complementary color for #hex is #416371.


I love getcolorcode.com

Triadic colors

1 #8EBE9C and #9C8EBE with #BE9C8E are triadic colors.

2 #8E9CBE and #9CBE8E with #BE9C8E are triadic colors.