COLOR #BD8B9A

HEX: #BD8B9A
RGB: (189,139,154)

Color info

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

RGB color model

#BD8B9A color RGB value is (189,139,154).

  • red value is 189;
  • green value is 139;
  • blue value is 154.
RGB:
(189,139,154)
(74%,55%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 139 of 255 = 55%
B 154 of 255 = 60%

189
139
154

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

Portions of RGB colors in percentages

R + G + B =
189 + 139 + 154 = 482 (100%)
R 189 of 482 ~ 39.21%
G 139 of 482 ~ 28.84%
B 154 of 482 ~ 31.95%

%39.21
%28.84
%31.95

CMYK color model

#BD8B9A color CMYK value is (0,26,19,26).

  • cyan value is 0.00%
  • magenta value is 26.46%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(0,26,19,26)
C0M26Y19K26 
(0%,26%,19%,26%)
(0.00/0.26/0.19/0.26)	

CMYK percentages

%0
%26.46
%18.52
%25.88

Codes

Color #BD8B9A in popluar color models

BD8B9A
RGB189139154
HSL342°27.47%64.31%
HSB/HSV342°26.46%74.12%
CMYK0.00%26.46%18.52%
25.88%

Color #BD8B9A in popluar number systems.

HEXBD8B9A
Decimal189139154
Binary101111011000101110011010
Octal275213232

Shades and tints

Shades of #BD8B9A

#BD8B9A
(189,139,154)
#AC7F8C
(172,127,140)
#9B737E
(155,115,126)
#8A6770
(138,103,112)
#795B62
(121,91,98)
#684F54
(104,79,84)
#574346
(87,67,70)
#463738
(70,55,56)
#352B2A
(53,43,42)
#241F1C
(36,31,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BD8B9A

#BD8B9A
(189,139,154)
#C395A3
(195,149,163)
#C99FAC
(201,159,172)
#CFA9B5
(207,169,181)
#D5B3BE
(213,179,190)
#DBBDC7
(219,189,199)
#E1C7D0
(225,199,208)
#E7D1D9
(231,209,217)
#EDDBE2
(237,219,226)
#F3E5EB
(243,229,235)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8B9A color. Also use rgb(189,139,154) instead hex code.

Text Font Color

.myTextColor { color: #BD8B9A; }

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

This text font color is #BD8B9A.


Background Color

.myBgColor { background-color: #BD8B9A; }

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

This div background color is #BD8B9A.


Border color

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

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

This div border color is #BD8B9A.


Opacity

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

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

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

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

This text has shadow with #BD8B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8B9A on black background.


Color preview on white background

This text has color #BD8B9A on white background.



Black color preview on #BD8B9A background

This text has black color on #BD8B9A background.


White color preview on #BD8B9A background

This text has white color on #BD8B9A background.