COLOR #BDBA88

HEX: #BDBA88 RGB: (189,186,136)

Color info

#BDBA88 contains red, green and blue colors in about the same proportion. Web safe color of #BDBA88 is #CCCC99 (or #CC9).

RGB color model

#BDBA88 color RGB value is (189,186,136).

RGB: (189,186,136) (74%, 73%, 53%)

RGB channels and saturation

R 189 of 255 = 74%
G 186 of 255 = 73%
B 136 of 255 = 53%

189
186
136

R + G + B ~ 67%. #BDBA88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 186 + 136 = 511 (100%)
R 189 of 511 ~ 36.99%
G 186 of 511 ~ 36.4%
B 136 of 511 ~ 26.61'%

%36.99
%36.4
%26.61

CMYK color model

#BDBA88 color CMYK value is (0,2,28,26).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK: (0,2,28,26) C0M2Y28K26 (0%,2%,28%,26%) (0.00/0.02/0.28/0.26) 

CMYK percentages

%0
%1.59
%28.04
%25.88

Codes

Color #BDBA88 in popluar color models

BD BA 88
RGB 189 186 136
HSL 57° 28.65% 63.73%
HSB/HSV 57° 28.04% 74.12%
CMYK 0.00% 1.59% 28.04%
25.88%

Color #BDBA88 in popluar number systems.

HEX BD BA 88
Decimal 189 186 136
Binary 10111101 10111010 10001000
Octal 275 272 210

Shades and tints

Shades of #BDBA88

#BDBA88
(189,186,136)
#ACAA7C
(172,170,124)
#9B9A70
(155,154,112)
#8A8A64
(138,138,100)
#797A58
(121,122,88)
#686A4C
(104,106,76)
#575A40
(87,90,64)
#464A34
(70,74,52)
#353A28
(53,58,40)
#242A1C
(36,42,28)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #BDBA88

#BDBA88
(189,186,136)
#C3C092
(195,192,146)
#C9C69C
(201,198,156)
#CFCCA6
(207,204,166)
#D5D2B0
(213,210,176)
#DBD8BA
(219,216,186)
#E1DEC4
(225,222,196)
#E7E4CE
(231,228,206)
#EDEAD8
(237,234,216)
#F3F0E2
(243,240,226)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBA88 color. Also use rgb(189,186,136) instead hex code.

Text Font Color

.myTextColor { color: #BDBA88; }

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

This text font color is #BDBA88.

Background Color

.myBgColor { background-color: #BDBA88; }

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

This div background color is #BDBA88.

Border color

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

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

This div border color is #BDBA88.

Opacity

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

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

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

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

This text has shadow with #BDBA88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBA88.

Preview

Color preview on black background

This text has color #BDBA88 on black background.


Color preview on white background

This text has color #BDBA88 on white background.


Black color preview on #BDBA88 background

This text has black color on #BDBA88 background.


White color preview on #BDBA88 background

This text has white color on #BDBA88 background.


Related colors

Complementary color

Complementary color for #hex is #424577.


I love getcolorcode.com

Triadic colors

1 #88BDBA and #BA88BD with #BDBA88 are triadic colors.

2 #88BABD and #BABD88 with #BDBA88 are triadic colors.