COLOR #BD695C

HEX: #BD695C RGB: (189,105,92)

Color info

#BD695C contains mainly red color. Web safe color of #BD695C is #CC6666 (or #C66).

RGB color model

#BD695C color RGB value is (189,105,92).

RGB: (189,105,92) (74%, 41%, 36%)

RGB channels and saturation

R 189 of 255 = 74%
G 105 of 255 = 41%
B 92 of 255 = 36%

189
105
92

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

Portions of RGB colors in percentages

R + G + B = 189 + 105 + 92 = 386 (100%)
R 189 of 386 ~ 48.96%
G 105 of 386 ~ 27.2%
B 92 of 386 ~ 23.83'%

%48.96
%27.2
%23.83

CMYK color model

#BD695C color CMYK value is (0,44,51,26).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK: (0,44,51,26) C0M44Y51K26 (0%,44%,51%,26%) (0.00/0.44/0.51/0.26) 

CMYK percentages

%0
%44.44
%51.32
%25.88

Codes

Color #BD695C in popluar color models

BD 69 5C
RGB 189 105 92
HSL 42.36% 55.10%
HSB/HSV 51.32% 74.12%
CMYK 0.00% 44.44% 51.32%
25.88%

Color #BD695C in popluar number systems.

HEX BD 69 5C
Decimal 189 105 92
Binary 10111101 1101001 1011100
Octal 275 151 134

Shades and tints

Shades of #BD695C

#BD695C
(189,105,92)
#AC6054
(172,96,84)
#9B574C
(155,87,76)
#8A4E44
(138,78,68)
#79453C
(121,69,60)
#683C34
(104,60,52)
#57332C
(87,51,44)
#462A24
(70,42,36)
#35211C
(53,33,28)
#241814
(36,24,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #BD695C

#BD695C
(189,105,92)
#C3766A
(195,118,106)
#C98378
(201,131,120)
#CF9086
(207,144,134)
#D59D94
(213,157,148)
#DBAAA2
(219,170,162)
#E1B7B0
(225,183,176)
#E7C4BE
(231,196,190)
#EDD1CC
(237,209,204)
#F3DEDA
(243,222,218)
#F9EBE8
(249,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD695C; }

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

This text font color is #BD695C.

Background Color

.myBgColor { background-color: #BD695C; }

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

This div background color is #BD695C.

Border color

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

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

This div border color is #BD695C.

Opacity

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

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

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

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

This text has shadow with #BD695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD695C.

Preview

Color preview on black background

This text has color #BD695C on black background.


Color preview on white background

This text has color #BD695C on white background.


Black color preview on #BD695C background

This text has black color on #BD695C background.


White color preview on #BD695C background

This text has white color on #BD695C background.


Related colors

Complementary color

Complementary color for #hex is #4296A3.


I love getcolorcode.com

Triadic colors

1 #5CBD69 and #695CBD with #BD695C are triadic colors.

2 #5C69BD and #69BD5C with #BD695C are triadic colors.