COLOR #BE8A7E

HEX: #BE8A7E RGB: (190,138,126)

Color info

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

RGB color model

#BE8A7E color RGB value is (190,138,126).

RGB: (190,138,126) (75%, 54%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 138 of 255 = 54%
B 126 of 255 = 49%

190
138
126

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

Portions of RGB colors in percentages

R + G + B = 190 + 138 + 126 = 454 (100%)
R 190 of 454 ~ 41.85%
G 138 of 454 ~ 30.4%
B 126 of 454 ~ 27.75'%

%41.85
%30.4
%27.75

CMYK color model

#BE8A7E color CMYK value is (0,27,34,25).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 33.68%
  • key color value is 25.49%

CMYK: (0,27,34,25)
C0M27Y34K25 (0%, 27%, 34%, 25%)
(0.00 / 0.27 / 0.34 / 0.25)

CMYK percentages

%0
%27.37
%33.68
%25.49

Codes

Color #BE8A7E in popluar color models

BE 8A 7E
RGB 190 138 126
HSL 11° 32.99% 61.96%
HSB/HSV 11° 33.68% 74.51%
CMYK 0.00% 27.37% 33.68%
25.49%

Color #BE8A7E in popluar number systems.

HEX BE 8A 7E
Decimal 190 138 126
Binary 10111110 10001010 1111110
Octal 276 212 176

Shades and tints

Shades of #BE8A7E

#BE8A7E
(190,138,126)
#AD7E73
(173,126,115)
#9C7268
(156,114,104)
#8B665D
(139,102,93)
#7A5A52
(122,90,82)
#694E47
(105,78,71)
#58423C
(88,66,60)
#473631
(71,54,49)
#362A26
(54,42,38)
#251E1B
(37,30,27)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #BE8A7E

#BE8A7E
(190,138,126)
#C39489
(195,148,137)
#C89E94
(200,158,148)
#CDA89F
(205,168,159)
#D2B2AA
(210,178,170)
#D7BCB5
(215,188,181)
#DCC6C0
(220,198,192)
#E1D0CB
(225,208,203)
#E6DAD6
(230,218,214)
#EBE4E1
(235,228,225)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8A7E color. Also use rgb(190,138,126) instead hex code.

Text Font Color

.myTextColor { color: #BE8A7E; }

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

This text font color is #BE8A7E.

Background Color

.myBgColor { background-color: #BE8A7E; }

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

This div background color is #BE8A7E.

Border color

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

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

This div border color is #BE8A7E.

Opacity

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

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

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

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

This text has shadow with #BE8A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8A7E.

Preview

Color preview on black background

This text has color #BE8A7E on black background.


Color preview on white background

This text has color #BE8A7E on white background.


Black color preview on #BE8A7E background

This text has black color on #BE8A7E background.


White color preview on #BE8A7E background

This text has white color on #BE8A7E background.


Related colors

Complementary color

Complementary color for #hex is #417581.


I love getcolorcode.com

Triadic colors

1 #7EBE8A and #8A7EBE with #BE8A7E are triadic colors.

2 #7E8ABE and #8ABE7E with #BE8A7E are triadic colors.