COLOR #BD958C

HEX: #BD958C
RGB: (189,149,140)

Color info

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

RGB color model

#BD958C color RGB value is (189,149,140).

  • red value is 189;
  • green value is 149;
  • blue value is 140.
RGB:
(189,149,140)
(74%,58%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 140 of 255 = 55%

189
149
140

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

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 140 = 478 (100%)
R 189 of 478 ~ 39.54%
G 149 of 478 ~ 31.17%
B 140 of 478 ~ 29.29%

%39.54
%31.17
%29.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(0,21,26,26)
C0M21Y26K26 
(0%,21%,26%,26%)
(0.00/0.21/0.26/0.26)	

CMYK percentages

%0
%21.16
%25.93
%25.88

Codes

Color #BD958C in popluar color models

BD958C
RGB189149140
HSL11°27.07%64.51%
HSB/HSV11°25.93%74.12%
CMYK0.00%21.16%25.93%
25.88%

Color #BD958C in popluar number systems.

HEXBD958C
Decimal189149140
Binary101111011001010110001100
Octal275225214

Shades and tints

Shades of #BD958C

#BD958C
(189,149,140)
#AC8880
(172,136,128)
#9B7B74
(155,123,116)
#8A6E68
(138,110,104)
#79615C
(121,97,92)
#685450
(104,84,80)
#574744
(87,71,68)
#463A38
(70,58,56)
#352D2C
(53,45,44)
#242020
(36,32,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #BD958C

#BD958C
(189,149,140)
#C39E96
(195,158,150)
#C9A7A0
(201,167,160)
#CFB0AA
(207,176,170)
#D5B9B4
(213,185,180)
#DBC2BE
(219,194,190)
#E1CBC8
(225,203,200)
#E7D4D2
(231,212,210)
#EDDDDC
(237,221,220)
#F3E6E6
(243,230,230)
#F9EFF0
(249,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD958C color. Also use rgb(189,149,140) instead hex code.

Text Font Color

.myTextColor { color: #BD958C; }

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

This text font color is #BD958C.


Background Color

.myBgColor { background-color: #BD958C; }

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

This div background color is #BD958C.


Border color

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

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

This div border color is #BD958C.


Opacity

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

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

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

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

This text has shadow with #BD958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD958C on black background.


Color preview on white background

This text has color #BD958C on white background.



Black color preview on #BD958C background

This text has black color on #BD958C background.


White color preview on #BD958C background

This text has white color on #BD958C background.