COLOR #BDB170

HEX: #BDB170
RGB: (189,177,112)

Color info

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

RGB color model

#BDB170 color RGB value is (189,177,112).

  • red value is 189;
  • green value is 177;
  • blue value is 112.
RGB:
(189,177,112)
(74%,69%,44%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 112 of 255 = 44%

189
177
112

R + G + B ~ 62%. #BDB170 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 112 = 478 (100%)
R 189 of 478 ~ 39.54%
G 177 of 478 ~ 37.03%
B 112 of 478 ~ 23.43%

%39.54
%37.03
%23.43

CMYK color model

#BDB170 color CMYK value is (0,6,41,26).

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 40.74%
  • key color value is 25.88%
CMYK:
(0,6,41,26)
C0M6Y41K26 
(0%,6%,41%,26%)
(0.00/0.06/0.41/0.26)	

CMYK percentages

%0
%6.35
%40.74
%25.88

Codes

Color #BDB170 in popluar color models

BDB170
RGB189177112
HSL51°36.84%59.02%
HSB/HSV51°40.74%74.12%
CMYK0.00%6.35%40.74%
25.88%

Color #BDB170 in popluar number systems.

HEXBDB170
Decimal189177112
Binary10111101101100011110000
Octal275261160

Shades and tints

Shades of #BDB170

#BDB170
(189,177,112)
#ACA166
(172,161,102)
#9B915C
(155,145,92)
#8A8152
(138,129,82)
#797148
(121,113,72)
#68613E
(104,97,62)
#575134
(87,81,52)
#46412A
(70,65,42)
#353120
(53,49,32)
#242116
(36,33,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #BDB170

#BDB170
(189,177,112)
#C3B87D
(195,184,125)
#C9BF8A
(201,191,138)
#CFC697
(207,198,151)
#D5CDA4
(213,205,164)
#DBD4B1
(219,212,177)
#E1DBBE
(225,219,190)
#E7E2CB
(231,226,203)
#EDE9D8
(237,233,216)
#F3F0E5
(243,240,229)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB170 color. Also use rgb(189,177,112) instead hex code.

Text Font Color

.myTextColor { color: #BDB170; }

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

This text font color is #BDB170.


Background Color

.myBgColor { background-color: #BDB170; }

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

This div background color is #BDB170.


Border color

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

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

This div border color is #BDB170.


Opacity

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

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

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

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

This text has shadow with #BDB170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB170 on black background.


Color preview on white background

This text has color #BDB170 on white background.



Black color preview on #BDB170 background

This text has black color on #BDB170 background.


White color preview on #BDB170 background

This text has white color on #BDB170 background.