COLOR #BE8A75

HEX: #BE8A75 RGB: (190,138,117)

Color info

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

RGB color model

#BE8A75 color RGB value is (190,138,117).

RGB: (190,138,117) (75%, 54%, 46%)

RGB channels and saturation

R 190 of 255 = 75%
G 138 of 255 = 54%
B 117 of 255 = 46%

190
138
117

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

Portions of RGB colors in percentages

R + G + B = 190 + 138 + 117 = 445 (100%)
R 190 of 445 ~ 42.7%
G 138 of 445 ~ 31.01%
B 117 of 445 ~ 26.29'%

%42.7
%31.01
%26.29

CMYK color model

#BE8A75 color CMYK value is (0,27,38,25).

  • cyan value is 0.00%
  • magenta value is 27.37%
  • yellow value is 38.42%
  • key color value is 25.49%
CMYK: (0,27,38,25) C0M27Y38K25 (0%,27%,38%,25%) (0.00/0.27/0.38/0.25) 

CMYK percentages

%0
%27.37
%38.42
%25.49

Codes

Color #BE8A75 in popluar color models

BE 8A 75
RGB 190 138 117
HSL 17° 35.96% 60.20%
HSB/HSV 17° 38.42% 74.51%
CMYK 0.00% 27.37% 38.42%
25.49%

Color #BE8A75 in popluar number systems.

HEX BE 8A 75
Decimal 190 138 117
Binary 10111110 10001010 1110101
Octal 276 212 165

Shades and tints

Shades of #BE8A75

#BE8A75
(190,138,117)
#AD7E6B
(173,126,107)
#9C7261
(156,114,97)
#8B6657
(139,102,87)
#7A5A4D
(122,90,77)
#694E43
(105,78,67)
#584239
(88,66,57)
#47362F
(71,54,47)
#362A25
(54,42,37)
#251E1B
(37,30,27)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BE8A75

#BE8A75
(190,138,117)
#C39481
(195,148,129)
#C89E8D
(200,158,141)
#CDA899
(205,168,153)
#D2B2A5
(210,178,165)
#D7BCB1
(215,188,177)
#DCC6BD
(220,198,189)
#E1D0C9
(225,208,201)
#E6DAD5
(230,218,213)
#EBE4E1
(235,228,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8A75; }

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

This text font color is #BE8A75.

Background Color

.myBgColor { background-color: #BE8A75; }

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

This div background color is #BE8A75.

Border color

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

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

This div border color is #BE8A75.

Opacity

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

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

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

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

This text has shadow with #BE8A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8A75.

Preview

Color preview on black background

This text has color #BE8A75 on black background.


Color preview on white background

This text has color #BE8A75 on white background.


Black color preview on #BE8A75 background

This text has black color on #BE8A75 background.


White color preview on #BE8A75 background

This text has white color on #BE8A75 background.


Related colors

Complementary color

Complementary color for #hex is #41758A.


I love getcolorcode.com

Triadic colors

1 #75BE8A and #8A75BE with #BE8A75 are triadic colors.

2 #758ABE and #8ABE75 with #BE8A75 are triadic colors.