COLOR #BE8A7C

HEX: #BE8A7C RGB: (190,138,124)

Color info

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

RGB color model

#BE8A7C color RGB value is (190,138,124).

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

RGB channels and saturation

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

190
138
124

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

Portions of RGB colors in percentages

R + G + B = 190 + 138 + 124 = 452 (100%)
R 190 of 452 ~ 42.04%
G 138 of 452 ~ 30.53%
B 124 of 452 ~ 27.43'%

%42.04
%30.53
%27.43

CMYK color model

#BE8A7C color CMYK value is (0,27,35,25).

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

CMYK: (0,27,35,25)
C0M27Y35K25 (0%, 27%, 35%, 25%)
(0.00 / 0.27 / 0.35 / 0.25)

CMYK percentages

%0
%27.37
%34.74
%25.49

Codes

Color #BE8A7C in popluar color models

BE 8A 7C
RGB 190 138 124
HSL 13° 33.67% 61.57%
HSB/HSV 13° 34.74% 74.51%
CMYK 0.00% 27.37% 34.74%
25.49%

Color #BE8A7C in popluar number systems.

HEX BE 8A 7C
Decimal 190 138 124
Binary 10111110 10001010 1111100
Octal 276 212 174

Shades and tints

Shades of #BE8A7C

#BE8A7C
(190,138,124)
#AD7E71
(173,126,113)
#9C7266
(156,114,102)
#8B665B
(139,102,91)
#7A5A50
(122,90,80)
#694E45
(105,78,69)
#58423A
(88,66,58)
#47362F
(71,54,47)
#362A24
(54,42,36)
#251E19
(37,30,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #BE8A7C

#BE8A7C
(190,138,124)
#C39487
(195,148,135)
#C89E92
(200,158,146)
#CDA89D
(205,168,157)
#D2B2A8
(210,178,168)
#D7BCB3
(215,188,179)
#DCC6BE
(220,198,190)
#E1D0C9
(225,208,201)
#E6DAD4
(230,218,212)
#EBE4DF
(235,228,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8A7C; }

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

This text font color is #BE8A7C.

Background Color

.myBgColor { background-color: #BE8A7C; }

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

This div background color is #BE8A7C.

Border color

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

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

This div border color is #BE8A7C.

Opacity

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

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

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

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

This text has shadow with #BE8A7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8A7C.

Preview

Color preview on black background

This text has color #BE8A7C on black background.


Color preview on white background

This text has color #BE8A7C on white background.


Black color preview on #BE8A7C background

This text has black color on #BE8A7C background.


White color preview on #BE8A7C background

This text has white color on #BE8A7C background.


Related colors

Complementary color

Complementary color for #hex is #417583.


I love getcolorcode.com

Triadic colors

1 #7CBE8A and #8A7CBE with #BE8A7C are triadic colors.

2 #7C8ABE and #8ABE7C with #BE8A7C are triadic colors.