COLOR #BDA598

HEX: #BDA598
RGB: (189,165,152)

Color info

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

RGB color model

#BDA598 color RGB value is (189,165,152).

  • red value is 189;
  • green value is 165;
  • blue value is 152.
RGB:
(189,165,152)
(74%,65%,60%)

RGB channels and saturation

R 189 of 255 = 74%
G 165 of 255 = 65%
B 152 of 255 = 60%

189
165
152

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

Portions of RGB colors in percentages

R + G + B =
189 + 165 + 152 = 506 (100%)
R 189 of 506 ~ 37.35%
G 165 of 506 ~ 32.61%
B 152 of 506 ~ 30.04%

%37.35
%32.61
%30.04

CMYK color model

#BDA598 color CMYK value is (0,13,20,26).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 19.58%
  • key color value is 25.88%
CMYK:
(0,13,20,26)
C0M13Y20K26 
(0%,13%,20%,26%)
(0.00/0.13/0.20/0.26)	

CMYK percentages

%0
%12.7
%19.58
%25.88

Codes

Color #BDA598 in popluar color models

BDA598
RGB189165152
HSL21°21.89%66.86%
HSB/HSV21°19.58%74.12%
CMYK0.00%12.70%19.58%
25.88%

Color #BDA598 in popluar number systems.

HEXBDA598
Decimal189165152
Binary101111011010010110011000
Octal275245230

Shades and tints

Shades of #BDA598

#BDA598
(189,165,152)
#AC968B
(172,150,139)
#9B877E
(155,135,126)
#8A7871
(138,120,113)
#796964
(121,105,100)
#685A57
(104,90,87)
#574B4A
(87,75,74)
#463C3D
(70,60,61)
#352D30
(53,45,48)
#241E23
(36,30,35)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #BDA598

#BDA598
(189,165,152)
#C3ADA1
(195,173,161)
#C9B5AA
(201,181,170)
#CFBDB3
(207,189,179)
#D5C5BC
(213,197,188)
#DBCDC5
(219,205,197)
#E1D5CE
(225,213,206)
#E7DDD7
(231,221,215)
#EDE5E0
(237,229,224)
#F3EDE9
(243,237,233)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA598; }

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

This text font color is #BDA598.


Background Color

.myBgColor { background-color: #BDA598; }

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

This div background color is #BDA598.


Border color

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

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

This div border color is #BDA598.


Opacity

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

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

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

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

This text has shadow with #BDA598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA598 on black background.


Color preview on white background

This text has color #BDA598 on white background.



Black color preview on #BDA598 background

This text has black color on #BDA598 background.


White color preview on #BDA598 background

This text has white color on #BDA598 background.