COLOR #BE968D

HEX: #BE968D RGB: (190,150,141)

Color info

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

RGB color model

#BE968D color RGB value is (190,150,141).

RGB: (190,150,141) (75%, 59%, 55%)

RGB channels and saturation

R 190 of 255 = 75%
G 150 of 255 = 59%
B 141 of 255 = 55%

190
150
141

R + G + B ~ 63%. #BE968D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 150 + 141 = 481 (100%)
R 190 of 481 ~ 39.5%
G 150 of 481 ~ 31.19%
B 141 of 481 ~ 29.31'%

%39.5
%31.19
%29.31

CMYK color model

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

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

CMYK: (0,21,26,25)
C0M21Y26K25 (0%, 21%, 26%, 25%)
(0.00 / 0.21 / 0.26 / 0.25)

CMYK percentages

%0
%21.05
%25.79
%25.49

Codes

Color #BE968D in popluar color models

BE 96 8D
RGB 190 150 141
HSL 11° 27.37% 64.90%
HSB/HSV 11° 25.79% 74.51%
CMYK 0.00% 21.05% 25.79%
25.49%

Color #BE968D in popluar number systems.

HEX BE 96 8D
Decimal 190 150 141
Binary 10111110 10010110 10001101
Octal 276 226 215

Shades and tints

Shades of #BE968D

#BE968D
(190,150,141)
#AD8981
(173,137,129)
#9C7C75
(156,124,117)
#8B6F69
(139,111,105)
#7A625D
(122,98,93)
#695551
(105,85,81)
#584845
(88,72,69)
#473B39
(71,59,57)
#362E2D
(54,46,45)
#252121
(37,33,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BE968D

#BE968D
(190,150,141)
#C39F97
(195,159,151)
#C8A8A1
(200,168,161)
#CDB1AB
(205,177,171)
#D2BAB5
(210,186,181)
#D7C3BF
(215,195,191)
#DCCCC9
(220,204,201)
#E1D5D3
(225,213,211)
#E6DEDD
(230,222,221)
#EBE7E7
(235,231,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE968D; }

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

This text font color is #BE968D.

Background Color

.myBgColor { background-color: #BE968D; }

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

This div background color is #BE968D.

Border color

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

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

This div border color is #BE968D.

Opacity

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

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

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

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

This text has shadow with #BE968D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE968D.

Preview

Color preview on black background

This text has color #BE968D on black background.


Color preview on white background

This text has color #BE968D on white background.


Black color preview on #BE968D background

This text has black color on #BE968D background.


White color preview on #BE968D background

This text has white color on #BE968D background.


Related colors

Complementary color

Complementary color for #hex is #416972.


I love getcolorcode.com

Triadic colors

1 #8DBE96 and #968DBE with #BE968D are triadic colors.

2 #8D96BE and #96BE8D with #BE968D are triadic colors.