COLOR #BD9A67

HEX: #BD9A67
RGB: (189,154,103)

Color info

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

RGB color model

#BD9A67 color RGB value is (189,154,103).

  • red value is 189;
  • green value is 154;
  • blue value is 103.
RGB:
(189,154,103)
(74%,60%,40%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 103 of 255 = 40%

189
154
103

R + G + B ~ 58%. #BD9A67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 103 = 446 (100%)
R 189 of 446 ~ 42.38%
G 154 of 446 ~ 34.53%
B 103 of 446 ~ 23.09%

%42.38
%34.53
%23.09

CMYK color model

#BD9A67 color CMYK value is (0,19,46,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 45.50%
  • key color value is 25.88%
CMYK:
(0,19,46,26)
C0M19Y46K26 
(0%,19%,46%,26%)
(0.00/0.19/0.46/0.26)	

CMYK percentages

%0
%18.52
%45.5
%25.88

Codes

Color #BD9A67 in popluar color models

BD9A67
RGB189154103
HSL36°39.45%57.25%
HSB/HSV36°45.50%74.12%
CMYK0.00%18.52%45.50%
25.88%

Color #BD9A67 in popluar number systems.

HEXBD9A67
Decimal189154103
Binary10111101100110101100111
Octal275232147

Shades and tints

Shades of #BD9A67

#BD9A67
(189,154,103)
#AC8C5E
(172,140,94)
#9B7E55
(155,126,85)
#8A704C
(138,112,76)
#796243
(121,98,67)
#68543A
(104,84,58)
#574631
(87,70,49)
#463828
(70,56,40)
#352A1F
(53,42,31)
#241C16
(36,28,22)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #BD9A67

#BD9A67
(189,154,103)
#C3A374
(195,163,116)
#C9AC81
(201,172,129)
#CFB58E
(207,181,142)
#D5BE9B
(213,190,155)
#DBC7A8
(219,199,168)
#E1D0B5
(225,208,181)
#E7D9C2
(231,217,194)
#EDE2CF
(237,226,207)
#F3EBDC
(243,235,220)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9A67 color. Also use rgb(189,154,103) instead hex code.

Text Font Color

.myTextColor { color: #BD9A67; }

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

This text font color is #BD9A67.


Background Color

.myBgColor { background-color: #BD9A67; }

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

This div background color is #BD9A67.


Border color

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

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

This div border color is #BD9A67.


Opacity

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

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

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

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

This text has shadow with #BD9A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9A67 on black background.


Color preview on white background

This text has color #BD9A67 on white background.



Black color preview on #BD9A67 background

This text has black color on #BD9A67 background.


White color preview on #BD9A67 background

This text has white color on #BD9A67 background.