COLOR #BDAB92

HEX: #BDAB92
RGB: (189,171,146)

Color info

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

RGB color model

#BDAB92 color RGB value is (189,171,146).

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

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 146 of 255 = 57%

189
171
146

R + G + B ~ 66%. #BDAB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 171 + 146 = 506 (100%)
R 189 of 506 ~ 37.35%
G 171 of 506 ~ 33.79%
B 146 of 506 ~ 28.85%

%37.35
%33.79
%28.85

CMYK color model

#BDAB92 color CMYK value is (0,10,23,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 22.75%
  • key color value is 25.88%
CMYK:
(0,10,23,26)
C0M10Y23K26 
(0%,10%,23%,26%)
(0.00/0.10/0.23/0.26)	

CMYK percentages

%0
%9.52
%22.75
%25.88

Codes

Color #BDAB92 in popluar color models

BDAB92
RGB189171146
HSL35°24.57%65.69%
HSB/HSV35°22.75%74.12%
CMYK0.00%9.52%22.75%
25.88%

Color #BDAB92 in popluar number systems.

HEXBDAB92
Decimal189171146
Binary101111011010101110010010
Octal275253222

Shades and tints

Shades of #BDAB92

#BDAB92
(189,171,146)
#AC9C85
(172,156,133)
#9B8D78
(155,141,120)
#8A7E6B
(138,126,107)
#796F5E
(121,111,94)
#686051
(104,96,81)
#575144
(87,81,68)
#464237
(70,66,55)
#35332A
(53,51,42)
#24241D
(36,36,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BDAB92

#BDAB92
(189,171,146)
#C3B29B
(195,178,155)
#C9B9A4
(201,185,164)
#CFC0AD
(207,192,173)
#D5C7B6
(213,199,182)
#DBCEBF
(219,206,191)
#E1D5C8
(225,213,200)
#E7DCD1
(231,220,209)
#EDE3DA
(237,227,218)
#F3EAE3
(243,234,227)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB92; }

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

This text font color is #BDAB92.


Background Color

.myBgColor { background-color: #BDAB92; }

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

This div background color is #BDAB92.


Border color

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

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

This div border color is #BDAB92.


Opacity

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

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

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

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

This text has shadow with #BDAB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAB92 on black background.


Color preview on white background

This text has color #BDAB92 on white background.



Black color preview on #BDAB92 background

This text has black color on #BDAB92 background.


White color preview on #BDAB92 background

This text has white color on #BDAB92 background.