COLOR #BDB598

HEX: #BDB598 RGB: (189,181,152)

Color info

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

RGB color model

#BDB598 color RGB value is (189,181,152).

RGB: (189,181,152) (74%, 71%, 60%)

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 152 of 255 = 60%

189
181
152

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

Portions of RGB colors in percentages

R + G + B = 189 + 181 + 152 = 522 (100%)
R 189 of 522 ~ 36.21%
G 181 of 522 ~ 34.67%
B 152 of 522 ~ 29.12'%

%36.21
%34.67
%29.12

CMYK color model

#BDB598 color CMYK value is (0,4,20,26).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 19.58%
  • key color value is 25.88%

CMYK: (0,4,20,26)
C0M4Y20K26 (0%, 4%, 20%, 26%)
(0.00 / 0.04 / 0.20 / 0.26)

CMYK percentages

%0
%4.23
%19.58
%25.88

Codes

Color #BDB598 in popluar color models

BD B5 98
RGB 189 181 152
HSL 47° 21.89% 66.86%
HSB/HSV 47° 19.58% 74.12%
CMYK 0.00% 4.23% 19.58%
25.88%

Color #BDB598 in popluar number systems.

HEX BD B5 98
Decimal 189 181 152
Binary 10111101 10110101 10011000
Octal 275 265 230

Shades and tints

Shades of #BDB598

#BDB598
(189,181,152)
#ACA58B
(172,165,139)
#9B957E
(155,149,126)
#8A8571
(138,133,113)
#797564
(121,117,100)
#686557
(104,101,87)
#57554A
(87,85,74)
#46453D
(70,69,61)
#353530
(53,53,48)
#242523
(36,37,35)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #BDB598

#BDB598
(189,181,152)
#C3BBA1
(195,187,161)
#C9C1AA
(201,193,170)
#CFC7B3
(207,199,179)
#D5CDBC
(213,205,188)
#DBD3C5
(219,211,197)
#E1D9CE
(225,217,206)
#E7DFD7
(231,223,215)
#EDE5E0
(237,229,224)
#F3EBE9
(243,235,233)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB598 color. Also use rgb(189,181,152) instead hex code.

Text Font Color

.myTextColor { color: #BDB598; }

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

This text font color is #BDB598.

Background Color

.myBgColor { background-color: #BDB598; }

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

This div background color is #BDB598.

Border color

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

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

This div border color is #BDB598.

Opacity

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

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

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

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

This text has shadow with #BDB598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB598.

Preview

Color preview on black background

This text has color #BDB598 on black background.


Color preview on white background

This text has color #BDB598 on white background.


Black color preview on #BDB598 background

This text has black color on #BDB598 background.


White color preview on #BDB598 background

This text has white color on #BDB598 background.


Related colors

Complementary color

Complementary color for #hex is #424A67.


I love getcolorcode.com

Triadic colors

1 #98BDB5 and #B598BD with #BDB598 are triadic colors.

2 #98B5BD and #B5BD98 with #BDB598 are triadic colors.