COLOR #BDB27D

HEX: #BDB27D
RGB: (189,178,125)

Color info

#BDB27D contains mainly red and green colors. Web safe color of #BDB27D is #CC9966 (or #C96).

RGB color model

#BDB27D color RGB value is (189,178,125).

  • red value is 189;
  • green value is 178;
  • blue value is 125.
RGB:
(189,178,125)
(74%,70%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 125 of 255 = 49%

189
178
125

R + G + B ~ 64%. #BDB27D is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 125 = 492 (100%)
R 189 of 492 ~ 38.41%
G 178 of 492 ~ 36.18%
B 125 of 492 ~ 25.41%

%38.41
%36.18
%25.41

CMYK color model

#BDB27D color CMYK value is (0,6,34,26).

  • cyan value is 0.00%
  • magenta value is 5.82%
  • yellow value is 33.86%
  • key color value is 25.88%
CMYK:
(0,6,34,26)
C0M6Y34K26 
(0%,6%,34%,26%)
(0.00/0.06/0.34/0.26)	

CMYK percentages

%0
%5.82
%33.86
%25.88

Codes

Color #BDB27D in popluar color models

BDB27D
RGB189178125
HSL50°32.65%61.57%
HSB/HSV50°33.86%74.12%
CMYK0.00%5.82%33.86%
25.88%

Color #BDB27D in popluar number systems.

HEXBDB27D
Decimal189178125
Binary10111101101100101111101
Octal275262175

Shades and tints

Shades of #BDB27D

#BDB27D
(189,178,125)
#ACA272
(172,162,114)
#9B9267
(155,146,103)
#8A825C
(138,130,92)
#797251
(121,114,81)
#686246
(104,98,70)
#57523B
(87,82,59)
#464230
(70,66,48)
#353225
(53,50,37)
#24221A
(36,34,26)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BDB27D

#BDB27D
(189,178,125)
#C3B988
(195,185,136)
#C9C093
(201,192,147)
#CFC79E
(207,199,158)
#D5CEA9
(213,206,169)
#DBD5B4
(219,213,180)
#E1DCBF
(225,220,191)
#E7E3CA
(231,227,202)
#EDEAD5
(237,234,213)
#F3F1E0
(243,241,224)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB27D; }

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

This text font color is #BDB27D.


Background Color

.myBgColor { background-color: #BDB27D; }

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

This div background color is #BDB27D.


Border color

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

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

This div border color is #BDB27D.


Opacity

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

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

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

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

This text has shadow with #BDB27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB27D on black background.


Color preview on white background

This text has color #BDB27D on white background.



Black color preview on #BDB27D background

This text has black color on #BDB27D background.


White color preview on #BDB27D background

This text has white color on #BDB27D background.