COLOR #BDB297

HEX: #BDB297 RGB: (189,178,151)

Color info

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

RGB color model

#BDB297 color RGB value is (189,178,151).

RGB: (189,178,151) (74%, 70%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 151 of 255 = 59%

189
178
151

R + G + B ~ 68%. #BDB297 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 178 + 151 = 518 (100%)
R 189 of 518 ~ 36.49%
G 178 of 518 ~ 34.36%
B 151 of 518 ~ 29.15'%

%36.49
%34.36
%29.15

CMYK color model

#BDB297 color CMYK value is (0,6,20,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 20.11%
  • key color value is 25.88%

CMYK: (0,6,20,26)
C0M6Y20K26 (0%, 6%, 20%, 26%)
(0.00 / 0.06 / 0.20 / 0.26)

CMYK percentages

%0
%5.82
%20.11
%25.88

Codes

Color #BDB297 in popluar color models

BD B2 97
RGB 189 178 151
HSL 43° 22.35% 66.67%
HSB/HSV 43° 20.11% 74.12%
CMYK 0.00% 5.82% 20.11%
25.88%

Color #BDB297 in popluar number systems.

HEX BD B2 97
Decimal 189 178 151
Binary 10111101 10110010 10010111
Octal 275 262 227

Shades and tints

Shades of #BDB297

#BDB297
(189,178,151)
#ACA28A
(172,162,138)
#9B927D
(155,146,125)
#8A8270
(138,130,112)
#797263
(121,114,99)
#686256
(104,98,86)
#575249
(87,82,73)
#46423C
(70,66,60)
#35322F
(53,50,47)
#242222
(36,34,34)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BDB297

#BDB297
(189,178,151)
#C3B9A0
(195,185,160)
#C9C0A9
(201,192,169)
#CFC7B2
(207,199,178)
#D5CEBB
(213,206,187)
#DBD5C4
(219,213,196)
#E1DCCD
(225,220,205)
#E7E3D6
(231,227,214)
#EDEADF
(237,234,223)
#F3F1E8
(243,241,232)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB297 color. Also use rgb(189,178,151) instead hex code.

Text Font Color

.myTextColor { color: #BDB297; }

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

This text font color is #BDB297.

Background Color

.myBgColor { background-color: #BDB297; }

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

This div background color is #BDB297.

Border color

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

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

This div border color is #BDB297.

Opacity

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

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

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

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

This text has shadow with #BDB297 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB297.

Preview

Color preview on black background

This text has color #BDB297 on black background.


Color preview on white background

This text has color #BDB297 on white background.


Black color preview on #BDB297 background

This text has black color on #BDB297 background.


White color preview on #BDB297 background

This text has white color on #BDB297 background.


Related colors

Complementary color

Complementary color for #hex is #424D68.


I love getcolorcode.com

Triadic colors

1 #97BDB2 and #B297BD with #BDB297 are triadic colors.

2 #97B2BD and #B2BD97 with #BDB297 are triadic colors.