COLOR #BDA691

HEX: #BDA691
RGB: (189,166,145)

Color info

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

RGB color model

#BDA691 color RGB value is (189,166,145).

  • red value is 189;
  • green value is 166;
  • blue value is 145.
RGB:
(189,166,145)
(74%,65%,57%)

RGB channels and saturation

R 189 of 255 = 74%
G 166 of 255 = 65%
B 145 of 255 = 57%

189
166
145

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

Portions of RGB colors in percentages

R + G + B =
189 + 166 + 145 = 500 (100%)
R 189 of 500 ~ 37.8%
G 166 of 500 ~ 33.2%
B 145 of 500 ~ 29%

%37.8
%33.2
%29

CMYK color model

#BDA691 color CMYK value is (0,12,23,26).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 23.28%
  • key color value is 25.88%
CMYK:
(0,12,23,26)
C0M12Y23K26 
(0%,12%,23%,26%)
(0.00/0.12/0.23/0.26)	

CMYK percentages

%0
%12.17
%23.28
%25.88

Codes

Color #BDA691 in popluar color models

BDA691
RGB189166145
HSL29°25.00%65.49%
HSB/HSV29°23.28%74.12%
CMYK0.00%12.17%23.28%
25.88%

Color #BDA691 in popluar number systems.

HEXBDA691
Decimal189166145
Binary101111011010011010010001
Octal275246221

Shades and tints

Shades of #BDA691

#BDA691
(189,166,145)
#AC9784
(172,151,132)
#9B8877
(155,136,119)
#8A796A
(138,121,106)
#796A5D
(121,106,93)
#685B50
(104,91,80)
#574C43
(87,76,67)
#463D36
(70,61,54)
#352E29
(53,46,41)
#241F1C
(36,31,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #BDA691

#BDA691
(189,166,145)
#C3AE9B
(195,174,155)
#C9B6A5
(201,182,165)
#CFBEAF
(207,190,175)
#D5C6B9
(213,198,185)
#DBCEC3
(219,206,195)
#E1D6CD
(225,214,205)
#E7DED7
(231,222,215)
#EDE6E1
(237,230,225)
#F3EEEB
(243,238,235)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA691 color. Also use rgb(189,166,145) instead hex code.

Text Font Color

.myTextColor { color: #BDA691; }

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

This text font color is #BDA691.


Background Color

.myBgColor { background-color: #BDA691; }

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

This div background color is #BDA691.


Border color

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

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

This div border color is #BDA691.


Opacity

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

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

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

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

This text has shadow with #BDA691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA691 on black background.


Color preview on white background

This text has color #BDA691 on white background.



Black color preview on #BDA691 background

This text has black color on #BDA691 background.


White color preview on #BDA691 background

This text has white color on #BDA691 background.