COLOR #BDB770

HEX: #BDB770
RGB: (189,183,112)

Color info

#BDB770 contains mainly red and green colors. Web safe color of #BDB770 is #CCCC66 (or #CC6).

RGB color model

#BDB770 color RGB value is (189,183,112).

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

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 112 of 255 = 44%

189
183
112

R + G + B ~ 63%. #BDB770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 112 = 484 (100%)
R 189 of 484 ~ 39.05%
G 183 of 484 ~ 37.81%
B 112 of 484 ~ 23.14%

%39.05
%37.81
%23.14

CMYK color model

#BDB770 color CMYK value is (0,3,41,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 40.74%
  • key color value is 25.88%
CMYK:
(0,3,41,26)
C0M3Y41K26 
(0%,3%,41%,26%)
(0.00/0.03/0.41/0.26)	

CMYK percentages

%0
%3.17
%40.74
%25.88

Codes

Color #BDB770 in popluar color models

BDB770
RGB189183112
HSL55°36.84%59.02%
HSB/HSV55°40.74%74.12%
CMYK0.00%3.17%40.74%
25.88%

Color #BDB770 in popluar number systems.

HEXBDB770
Decimal189183112
Binary10111101101101111110000
Octal275267160

Shades and tints

Shades of #BDB770

#BDB770
(189,183,112)
#ACA766
(172,167,102)
#9B975C
(155,151,92)
#8A8752
(138,135,82)
#797748
(121,119,72)
#68673E
(104,103,62)
#575734
(87,87,52)
#46472A
(70,71,42)
#353720
(53,55,32)
#242716
(36,39,22)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #BDB770

#BDB770
(189,183,112)
#C3BD7D
(195,189,125)
#C9C38A
(201,195,138)
#CFC997
(207,201,151)
#D5CFA4
(213,207,164)
#DBD5B1
(219,213,177)
#E1DBBE
(225,219,190)
#E7E1CB
(231,225,203)
#EDE7D8
(237,231,216)
#F3EDE5
(243,237,229)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB770; }

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

This text font color is #BDB770.


Background Color

.myBgColor { background-color: #BDB770; }

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

This div background color is #BDB770.


Border color

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

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

This div border color is #BDB770.


Opacity

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

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

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

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

This text has shadow with #BDB770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB770 on black background.


Color preview on white background

This text has color #BDB770 on white background.



Black color preview on #BDB770 background

This text has black color on #BDB770 background.


White color preview on #BDB770 background

This text has white color on #BDB770 background.