COLOR #BD9967

HEX: #BD9967
RGB: (189,153,103)

Color info

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

RGB color model

#BD9967 color RGB value is (189,153,103).

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

RGB channels and saturation

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

189
153
103

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

Portions of RGB colors in percentages

R + G + B =
189 + 153 + 103 = 445 (100%)
R 189 of 445 ~ 42.47%
G 153 of 445 ~ 34.38%
B 103 of 445 ~ 23.15%

%42.47
%34.38
%23.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.05%
  • 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
%19.05
%45.5
%25.88

Codes

Color #BD9967 in popluar color models

BD9967
RGB189153103
HSL35°39.45%57.25%
HSB/HSV35°45.50%74.12%
CMYK0.00%19.05%45.50%
25.88%

Color #BD9967 in popluar number systems.

HEXBD9967
Decimal189153103
Binary10111101100110011100111
Octal275231147

Shades and tints

Shades of #BD9967

#BD9967
(189,153,103)
#AC8C5E
(172,140,94)
#9B7F55
(155,127,85)
#8A724C
(138,114,76)
#796543
(121,101,67)
#68583A
(104,88,58)
#574B31
(87,75,49)
#463E28
(70,62,40)
#35311F
(53,49,31)
#242416
(36,36,22)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #BD9967

#BD9967
(189,153,103)
#C3A274
(195,162,116)
#C9AB81
(201,171,129)
#CFB48E
(207,180,142)
#D5BD9B
(213,189,155)
#DBC6A8
(219,198,168)
#E1CFB5
(225,207,181)
#E7D8C2
(231,216,194)
#EDE1CF
(237,225,207)
#F3EADC
(243,234,220)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9967; }

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

This text font color is #BD9967.


Background Color

.myBgColor { background-color: #BD9967; }

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

This div background color is #BD9967.


Border color

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

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

This div border color is #BD9967.


Opacity

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

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

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

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

This text has shadow with #BD9967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9967 on black background.


Color preview on white background

This text has color #BD9967 on white background.



Black color preview on #BD9967 background

This text has black color on #BD9967 background.


White color preview on #BD9967 background

This text has white color on #BD9967 background.