COLOR #BDB188

HEX: #BDB188
RGB: (189,177,136)

Color info

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

RGB color model

#BDB188 color RGB value is (189,177,136).

  • red value is 189;
  • green value is 177;
  • blue value is 136.
RGB:
(189,177,136)
(74%,69%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 136 of 255 = 53%

189
177
136

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 136 = 502 (100%)
R 189 of 502 ~ 37.65%
G 177 of 502 ~ 35.26%
B 136 of 502 ~ 27.09%

%37.65
%35.26
%27.09

CMYK color model

#BDB188 color CMYK value is (0,6,28,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(0,6,28,26)
C0M6Y28K26 
(0%,6%,28%,26%)
(0.00/0.06/0.28/0.26)	

CMYK percentages

%0
%6.35
%28.04
%25.88

Codes

Color #BDB188 in popluar color models

BDB188
RGB189177136
HSL46°28.65%63.73%
HSB/HSV46°28.04%74.12%
CMYK0.00%6.35%28.04%
25.88%

Color #BDB188 in popluar number systems.

HEXBDB188
Decimal189177136
Binary101111011011000110001000
Octal275261210

Shades and tints

Shades of #BDB188

#BDB188
(189,177,136)
#ACA17C
(172,161,124)
#9B9170
(155,145,112)
#8A8164
(138,129,100)
#797158
(121,113,88)
#68614C
(104,97,76)
#575140
(87,81,64)
#464134
(70,65,52)
#353128
(53,49,40)
#24211C
(36,33,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #BDB188

#BDB188
(189,177,136)
#C3B892
(195,184,146)
#C9BF9C
(201,191,156)
#CFC6A6
(207,198,166)
#D5CDB0
(213,205,176)
#DBD4BA
(219,212,186)
#E1DBC4
(225,219,196)
#E7E2CE
(231,226,206)
#EDE9D8
(237,233,216)
#F3F0E2
(243,240,226)
#F9F7EC
(249,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB188; }

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

This text font color is #BDB188.


Background Color

.myBgColor { background-color: #BDB188; }

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

This div background color is #BDB188.


Border color

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

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

This div border color is #BDB188.


Opacity

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

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

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

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

This text has shadow with #BDB188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB188 on black background.


Color preview on white background

This text has color #BDB188 on white background.



Black color preview on #BDB188 background

This text has black color on #BDB188 background.


White color preview on #BDB188 background

This text has white color on #BDB188 background.