COLOR #BE8C8D

HEX: #BE8C8D RGB: (190,140,141)

Color info

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

RGB color model

#BE8C8D color RGB value is (190,140,141).

RGB: (190,140,141) (75%, 55%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 140 of 255 = 55%
B 141 of 255 = 55%

190
140
141

R + G + B ~ 62%. #BE8C8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 140 + 141 = 471 (100%)
R 190 of 471 ~ 40.34%
G 140 of 471 ~ 29.72%
B 141 of 471 ~ 29.94'%

%40.34
%29.72
%29.94

CMYK color model

#BE8C8D color CMYK value is (0,26,26,25).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 25.79%
  • key color value is 25.49%

CMYK: (0,26,26,25)
C0M26Y26K25 (0%, 26%, 26%, 25%)
(0.00 / 0.26 / 0.26 / 0.25)

CMYK percentages

%0
%26.32
%25.79
%25.49

Codes

Color #BE8C8D in popluar color models

BE 8C 8D
RGB 190 140 141
HSL 359° 27.78% 64.71%
HSB/HSV 359° 26.32% 74.51%
CMYK 0.00% 26.32% 25.79%
25.49%

Color #BE8C8D in popluar number systems.

HEX BE 8C 8D
Decimal 190 140 141
Binary 10111110 10001100 10001101
Octal 276 214 215

Shades and tints

Shades of #BE8C8D

#BE8C8D
(190,140,141)
#AD8081
(173,128,129)
#9C7475
(156,116,117)
#8B6869
(139,104,105)
#7A5C5D
(122,92,93)
#695051
(105,80,81)
#584445
(88,68,69)
#473839
(71,56,57)
#362C2D
(54,44,45)
#252021
(37,32,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BE8C8D

#BE8C8D
(190,140,141)
#C39697
(195,150,151)
#C8A0A1
(200,160,161)
#CDAAAB
(205,170,171)
#D2B4B5
(210,180,181)
#D7BEBF
(215,190,191)
#DCC8C9
(220,200,201)
#E1D2D3
(225,210,211)
#E6DCDD
(230,220,221)
#EBE6E7
(235,230,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8C8D color. Also use rgb(190,140,141) instead hex code.

Text Font Color

.myTextColor { color: #BE8C8D; }

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

This text font color is #BE8C8D.

Background Color

.myBgColor { background-color: #BE8C8D; }

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

This div background color is #BE8C8D.

Border color

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

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

This div border color is #BE8C8D.

Opacity

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

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

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

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

This text has shadow with #BE8C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8C8D.

Preview

Color preview on black background

This text has color #BE8C8D on black background.


Color preview on white background

This text has color #BE8C8D on white background.


Black color preview on #BE8C8D background

This text has black color on #BE8C8D background.


White color preview on #BE8C8D background

This text has white color on #BE8C8D background.


Related colors

Complementary color

Complementary color for #hex is #417372.


I love getcolorcode.com

Triadic colors

1 #8DBE8C and #8C8DBE with #BE8C8D are triadic colors.

2 #8D8CBE and #8CBE8D with #BE8C8D are triadic colors.