COLOR #BDAB89

HEX: #BDAB89
RGB: (189,171,137)

Color info

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

RGB color model

#BDAB89 color RGB value is (189,171,137).

  • red value is 189;
  • green value is 171;
  • blue value is 137.
RGB:
(189,171,137)
(74%,67%,54%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 137 of 255 = 54%

189
171
137

R + G + B ~ 65%. #BDAB89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 137 = 497 (100%)
R 189 of 497 ~ 38.03%
G 171 of 497 ~ 34.41%
B 137 of 497 ~ 27.57%

%38.03
%34.41
%27.57

CMYK color model

#BDAB89 color CMYK value is (0,10,28,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 27.51%
  • key color value is 25.88%
CMYK:
(0,10,28,26)
C0M10Y28K26 
(0%,10%,28%,26%)
(0.00/0.10/0.28/0.26)	

CMYK percentages

%0
%9.52
%27.51
%25.88

Codes

Color #BDAB89 in popluar color models

BDAB89
RGB189171137
HSL39°28.26%63.92%
HSB/HSV39°27.51%74.12%
CMYK0.00%9.52%27.51%
25.88%

Color #BDAB89 in popluar number systems.

HEXBDAB89
Decimal189171137
Binary101111011010101110001001
Octal275253211

Shades and tints

Shades of #BDAB89

#BDAB89
(189,171,137)
#AC9C7D
(172,156,125)
#9B8D71
(155,141,113)
#8A7E65
(138,126,101)
#796F59
(121,111,89)
#68604D
(104,96,77)
#575141
(87,81,65)
#464235
(70,66,53)
#353329
(53,51,41)
#24241D
(36,36,29)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #BDAB89

#BDAB89
(189,171,137)
#C3B293
(195,178,147)
#C9B99D
(201,185,157)
#CFC0A7
(207,192,167)
#D5C7B1
(213,199,177)
#DBCEBB
(219,206,187)
#E1D5C5
(225,213,197)
#E7DCCF
(231,220,207)
#EDE3D9
(237,227,217)
#F3EAE3
(243,234,227)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAB89 color. Also use rgb(189,171,137) instead hex code.

Text Font Color

.myTextColor { color: #BDAB89; }

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

This text font color is #BDAB89.


Background Color

.myBgColor { background-color: #BDAB89; }

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

This div background color is #BDAB89.


Border color

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

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

This div border color is #BDAB89.


Opacity

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

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

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

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

This text has shadow with #BDAB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAB89 on black background.


Color preview on white background

This text has color #BDAB89 on white background.



Black color preview on #BDAB89 background

This text has black color on #BDAB89 background.


White color preview on #BDAB89 background

This text has white color on #BDAB89 background.