COLOR #BD8969

HEX: #BD8969
RGB: (189,137,105)

Color info

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

RGB color model

#BD8969 color RGB value is (189,137,105).

  • red value is 189;
  • green value is 137;
  • blue value is 105.
RGB:
(189,137,105)
(74%,54%,41%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 105 of 255 = 41%

189
137
105

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 105 = 431 (100%)
R 189 of 431 ~ 43.85%
G 137 of 431 ~ 31.79%
B 105 of 431 ~ 24.36%

%43.85
%31.79
%24.36

CMYK color model

#BD8969 color CMYK value is (0,28,44,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 44.44%
  • key color value is 25.88%
CMYK:
(0,28,44,26)
C0M28Y44K26 
(0%,28%,44%,26%)
(0.00/0.28/0.44/0.26)	

CMYK percentages

%0
%27.51
%44.44
%25.88

Codes

Color #BD8969 in popluar color models

BD8969
RGB189137105
HSL23°38.89%57.65%
HSB/HSV23°44.44%74.12%
CMYK0.00%27.51%44.44%
25.88%

Color #BD8969 in popluar number systems.

HEXBD8969
Decimal189137105
Binary10111101100010011101001
Octal275211151

Shades and tints

Shades of #BD8969

#BD8969
(189,137,105)
#AC7D60
(172,125,96)
#9B7157
(155,113,87)
#8A654E
(138,101,78)
#795945
(121,89,69)
#684D3C
(104,77,60)
#574133
(87,65,51)
#46352A
(70,53,42)
#352921
(53,41,33)
#241D18
(36,29,24)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #BD8969

#BD8969
(189,137,105)
#C39376
(195,147,118)
#C99D83
(201,157,131)
#CFA790
(207,167,144)
#D5B19D
(213,177,157)
#DBBBAA
(219,187,170)
#E1C5B7
(225,197,183)
#E7CFC4
(231,207,196)
#EDD9D1
(237,217,209)
#F3E3DE
(243,227,222)
#F9EDEB
(249,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8969 color. Also use rgb(189,137,105) instead hex code.

Text Font Color

.myTextColor { color: #BD8969; }

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

This text font color is #BD8969.


Background Color

.myBgColor { background-color: #BD8969; }

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

This div background color is #BD8969.


Border color

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

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

This div border color is #BD8969.


Opacity

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

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

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

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

This text has shadow with #BD8969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8969 on black background.


Color preview on white background

This text has color #BD8969 on white background.



Black color preview on #BD8969 background

This text has black color on #BD8969 background.


White color preview on #BD8969 background

This text has white color on #BD8969 background.