COLOR #BE9C7A

HEX: #BE9C7A RGB: (190,156,122)

Color info

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

RGB color model

#BE9C7A color RGB value is (190,156,122).

RGB: (190,156,122) (75%, 61%, 48%)

RGB channels and saturation

R 190 of 255 = 75%
G 156 of 255 = 61%
B 122 of 255 = 48%

190
156
122

R + G + B ~ 61%. #BE9C7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 156 + 122 = 468 (100%)
R 190 of 468 ~ 40.6%
G 156 of 468 ~ 33.33%
B 122 of 468 ~ 26.07'%

%40.6
%33.33
%26.07

CMYK color model

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

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

CMYK: (0,18,36,25)
C0M18Y36K25 (0%, 18%, 36%, 25%)
(0.00 / 0.18 / 0.36 / 0.25)

CMYK percentages

%0
%17.89
%35.79
%25.49

Codes

Color #BE9C7A in popluar color models

BE 9C 7A
RGB 190 156 122
HSL 30° 34.34% 61.18%
HSB/HSV 30° 35.79% 74.51%
CMYK 0.00% 17.89% 35.79%
25.49%

Color #BE9C7A in popluar number systems.

HEX BE 9C 7A
Decimal 190 156 122
Binary 10111110 10011100 1111010
Octal 276 234 172

Shades and tints

Shades of #BE9C7A

#BE9C7A
(190,156,122)
#AD8E6F
(173,142,111)
#9C8064
(156,128,100)
#8B7259
(139,114,89)
#7A644E
(122,100,78)
#695643
(105,86,67)
#584838
(88,72,56)
#473A2D
(71,58,45)
#362C22
(54,44,34)
#251E17
(37,30,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #BE9C7A

#BE9C7A
(190,156,122)
#C3A586
(195,165,134)
#C8AE92
(200,174,146)
#CDB79E
(205,183,158)
#D2C0AA
(210,192,170)
#D7C9B6
(215,201,182)
#DCD2C2
(220,210,194)
#E1DBCE
(225,219,206)
#E6E4DA
(230,228,218)
#EBEDE6
(235,237,230)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9C7A; }

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

This text font color is #BE9C7A.

Background Color

.myBgColor { background-color: #BE9C7A; }

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

This div background color is #BE9C7A.

Border color

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

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

This div border color is #BE9C7A.

Opacity

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

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

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

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

This text has shadow with #BE9C7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9C7A.

Preview

Color preview on black background

This text has color #BE9C7A on black background.


Color preview on white background

This text has color #BE9C7A on white background.


Black color preview on #BE9C7A background

This text has black color on #BE9C7A background.


White color preview on #BE9C7A background

This text has white color on #BE9C7A background.


Related colors

Complementary color

Complementary color for #hex is #416385.


I love getcolorcode.com

Triadic colors

1 #7ABE9C and #9C7ABE with #BE9C7A are triadic colors.

2 #7A9CBE and #9CBE7A with #BE9C7A are triadic colors.