COLOR #BD948D

HEX: #BD948D RGB: (189,148,141)

Color info

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

RGB color model

#BD948D color RGB value is (189,148,141).

RGB: (189,148,141) (74%, 58%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 141 of 255 = 55%

189
148
141

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

Portions of RGB colors in percentages

R + G + B = 189 + 148 + 141 = 478 (100%)
R 189 of 478 ~ 39.54%
G 148 of 478 ~ 30.96%
B 141 of 478 ~ 29.5'%

%39.54
%30.96
%29.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 25.40%
  • key color value is 25.88%

CMYK: (0,22,25,26)
C0M22Y25K26 (0%, 22%, 25%, 26%)
(0.00 / 0.22 / 0.25 / 0.26)

CMYK percentages

%0
%21.69
%25.4
%25.88

Codes

Color #BD948D in popluar color models

BD 94 8D
RGB 189 148 141
HSL 26.67% 64.71%
HSB/HSV 25.40% 74.12%
CMYK 0.00% 21.69% 25.40%
25.88%

Color #BD948D in popluar number systems.

HEX BD 94 8D
Decimal 189 148 141
Binary 10111101 10010100 10001101
Octal 275 224 215

Shades and tints

Shades of #BD948D

#BD948D
(189,148,141)
#AC8781
(172,135,129)
#9B7A75
(155,122,117)
#8A6D69
(138,109,105)
#79605D
(121,96,93)
#685351
(104,83,81)
#574645
(87,70,69)
#463939
(70,57,57)
#352C2D
(53,44,45)
#241F21
(36,31,33)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD948D

#BD948D
(189,148,141)
#C39D97
(195,157,151)
#C9A6A1
(201,166,161)
#CFAFAB
(207,175,171)
#D5B8B5
(213,184,181)
#DBC1BF
(219,193,191)
#E1CAC9
(225,202,201)
#E7D3D3
(231,211,211)
#EDDCDD
(237,220,221)
#F3E5E7
(243,229,231)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD948D color. Also use rgb(189,148,141) instead hex code.

Text Font Color

.myTextColor { color: #BD948D; }

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

This text font color is #BD948D.

Background Color

.myBgColor { background-color: #BD948D; }

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

This div background color is #BD948D.

Border color

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

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

This div border color is #BD948D.

Opacity

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

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

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

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

This text has shadow with #BD948D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD948D.

Preview

Color preview on black background

This text has color #BD948D on black background.


Color preview on white background

This text has color #BD948D on white background.


Black color preview on #BD948D background

This text has black color on #BD948D background.


White color preview on #BD948D background

This text has white color on #BD948D background.


Related colors

Complementary color

Complementary color for #hex is #426B72.


I love getcolorcode.com

Triadic colors

1 #8DBD94 and #948DBD with #BD948D are triadic colors.

2 #8D94BD and #94BD8D with #BD948D are triadic colors.