COLOR #BD838C

HEX: #BD838C RGB: (189,131,140)

Color info

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

RGB color model

#BD838C color RGB value is (189,131,140).

RGB: (189,131,140) (74%, 51%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 140 of 255 = 55%

189
131
140

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

Portions of RGB colors in percentages

R + G + B = 189 + 131 + 140 = 460 (100%)
R 189 of 460 ~ 41.09%
G 131 of 460 ~ 28.48%
B 140 of 460 ~ 30.43'%

%41.09
%28.48
%30.43

CMYK color model

#BD838C color CMYK value is (0,31,26,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK: (0,31,26,26) C0M31Y26K26 (0%,31%,26%,26%) (0.00/0.31/0.26/0.26) 

CMYK percentages

%0
%30.69
%25.93
%25.88

Codes

Color #BD838C in popluar color models

BD 83 8C
RGB 189 131 140
HSL 351° 30.53% 62.75%
HSB/HSV 351° 30.69% 74.12%
CMYK 0.00% 30.69% 25.93%
25.88%

Color #BD838C in popluar number systems.

HEX BD 83 8C
Decimal 189 131 140
Binary 10111101 10000011 10001100
Octal 275 203 214

Shades and tints

Shades of #BD838C

#BD838C
(189,131,140)
#AC7880
(172,120,128)
#9B6D74
(155,109,116)
#8A6268
(138,98,104)
#79575C
(121,87,92)
#684C50
(104,76,80)
#574144
(87,65,68)
#463638
(70,54,56)
#352B2C
(53,43,44)
#242020
(36,32,32)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BD838C

#BD838C
(189,131,140)
#C38E96
(195,142,150)
#C999A0
(201,153,160)
#CFA4AA
(207,164,170)
#D5AFB4
(213,175,180)
#DBBABE
(219,186,190)
#E1C5C8
(225,197,200)
#E7D0D2
(231,208,210)
#EDDBDC
(237,219,220)
#F3E6E6
(243,230,230)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD838C; }

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

This text font color is #BD838C.

Background Color

.myBgColor { background-color: #BD838C; }

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

This div background color is #BD838C.

Border color

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

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

This div border color is #BD838C.

Opacity

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

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

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

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

This text has shadow with #BD838C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD838C.

Preview

Color preview on black background

This text has color #BD838C on black background.


Color preview on white background

This text has color #BD838C on white background.


Black color preview on #BD838C background

This text has black color on #BD838C background.


White color preview on #BD838C background

This text has white color on #BD838C background.


Related colors

Complementary color

Complementary color for #hex is #427C73.


I love getcolorcode.com

Triadic colors

1 #8CBD83 and #838CBD with #BD838C are triadic colors.

2 #8C83BD and #83BD8C with #BD838C are triadic colors.