COLOR #BDA299

HEX: #BDA299 RGB: (189,162,153)

Color info

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

RGB color model

#BDA299 color RGB value is (189,162,153).

RGB: (189,162,153) (74%, 64%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 162 of 255 = 64%
B 153 of 255 = 60%

189
162
153

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

Portions of RGB colors in percentages

R + G + B = 189 + 162 + 153 = 504 (100%)
R 189 of 504 ~ 37.5%
G 162 of 504 ~ 32.14%
B 153 of 504 ~ 30.36'%

%37.5
%32.14
%30.36

CMYK color model

#BDA299 color CMYK value is (0,14,19,26).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 19.05%
  • key color value is 25.88%

CMYK: (0,14,19,26)
C0M14Y19K26 (0%, 14%, 19%, 26%)
(0.00 / 0.14 / 0.19 / 0.26)

CMYK percentages

%0
%14.29
%19.05
%25.88

Codes

Color #BDA299 in popluar color models

BD A2 99
RGB 189 162 153
HSL 15° 21.43% 67.06%
HSB/HSV 15° 19.05% 74.12%
CMYK 0.00% 14.29% 19.05%
25.88%

Color #BDA299 in popluar number systems.

HEX BD A2 99
Decimal 189 162 153
Binary 10111101 10100010 10011001
Octal 275 242 231

Shades and tints

Shades of #BDA299

#BDA299
(189,162,153)
#AC948C
(172,148,140)
#9B867F
(155,134,127)
#8A7872
(138,120,114)
#796A65
(121,106,101)
#685C58
(104,92,88)
#574E4B
(87,78,75)
#46403E
(70,64,62)
#353231
(53,50,49)
#242424
(36,36,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #BDA299

#BDA299
(189,162,153)
#C3AAA2
(195,170,162)
#C9B2AB
(201,178,171)
#CFBAB4
(207,186,180)
#D5C2BD
(213,194,189)
#DBCAC6
(219,202,198)
#E1D2CF
(225,210,207)
#E7DAD8
(231,218,216)
#EDE2E1
(237,226,225)
#F3EAEA
(243,234,234)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA299 color. Also use rgb(189,162,153) instead hex code.

Text Font Color

.myTextColor { color: #BDA299; }

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

This text font color is #BDA299.

Background Color

.myBgColor { background-color: #BDA299; }

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

This div background color is #BDA299.

Border color

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

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

This div border color is #BDA299.

Opacity

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

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

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

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

This text has shadow with #BDA299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDA299.

Preview

Color preview on black background

This text has color #BDA299 on black background.


Color preview on white background

This text has color #BDA299 on white background.


Black color preview on #BDA299 background

This text has black color on #BDA299 background.


White color preview on #BDA299 background

This text has white color on #BDA299 background.


Related colors

Complementary color

Complementary color for #hex is #425D66.


I love getcolorcode.com

Triadic colors

1 #99BDA2 and #A299BD with #BDA299 are triadic colors.

2 #99A2BD and #A2BD99 with #BDA299 are triadic colors.