COLOR #BDAB95

HEX: #BDAB95 RGB: (189,171,149)

Color info

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

RGB color model

#BDAB95 color RGB value is (189,171,149).

RGB: (189,171,149) (74%, 67%, 58%)

RGB channels and saturation

R 189 of 255 = 74%
G 171 of 255 = 67%
B 149 of 255 = 58%

189
171
149

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

Portions of RGB colors in percentages

R + G + B = 189 + 171 + 149 = 509 (100%)
R 189 of 509 ~ 37.13%
G 171 of 509 ~ 33.6%
B 149 of 509 ~ 29.27'%

%37.13
%33.6
%29.27

CMYK color model

#BDAB95 color CMYK value is (0,10,21,26).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 21.16%
  • key color value is 25.88%

CMYK: (0,10,21,26)
C0M10Y21K26 (0%, 10%, 21%, 26%)
(0.00 / 0.10 / 0.21 / 0.26)

CMYK percentages

%0
%9.52
%21.16
%25.88

Codes

Color #BDAB95 in popluar color models

BD AB 95
RGB 189 171 149
HSL 33° 23.26% 66.27%
HSB/HSV 33° 21.16% 74.12%
CMYK 0.00% 9.52% 21.16%
25.88%

Color #BDAB95 in popluar number systems.

HEX BD AB 95
Decimal 189 171 149
Binary 10111101 10101011 10010101
Octal 275 253 225

Shades and tints

Shades of #BDAB95

#BDAB95
(189,171,149)
#AC9C88
(172,156,136)
#9B8D7B
(155,141,123)
#8A7E6E
(138,126,110)
#796F61
(121,111,97)
#686054
(104,96,84)
#575147
(87,81,71)
#46423A
(70,66,58)
#35332D
(53,51,45)
#242420
(36,36,32)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #BDAB95

#BDAB95
(189,171,149)
#C3B29E
(195,178,158)
#C9B9A7
(201,185,167)
#CFC0B0
(207,192,176)
#D5C7B9
(213,199,185)
#DBCEC2
(219,206,194)
#E1D5CB
(225,213,203)
#E7DCD4
(231,220,212)
#EDE3DD
(237,227,221)
#F3EAE6
(243,234,230)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDAB95; }

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

This text font color is #BDAB95.

Background Color

.myBgColor { background-color: #BDAB95; }

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

This div background color is #BDAB95.

Border color

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

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

This div border color is #BDAB95.

Opacity

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

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

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

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

This text has shadow with #BDAB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDAB95.

Preview

Color preview on black background

This text has color #BDAB95 on black background.


Color preview on white background

This text has color #BDAB95 on white background.


Black color preview on #BDAB95 background

This text has black color on #BDAB95 background.


White color preview on #BDAB95 background

This text has white color on #BDAB95 background.


Related colors

Complementary color

Complementary color for #hex is #42546A.


I love getcolorcode.com

Triadic colors

1 #95BDAB and #AB95BD with #BDAB95 are triadic colors.

2 #95ABBD and #ABBD95 with #BDAB95 are triadic colors.