COLOR #BD6E6F

HEX: #BD6E6F RGB: (189,110,111)

Color info

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

RGB color model

#BD6E6F color RGB value is (189,110,111).

RGB: (189,110,111) (74%, 43%, 44%)

RGB channels and saturation

R 189 of 255 = 74%
G 110 of 255 = 43%
B 111 of 255 = 44%

189
110
111

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

Portions of RGB colors in percentages

R + G + B = 189 + 110 + 111 = 410 (100%)
R 189 of 410 ~ 46.1%
G 110 of 410 ~ 26.83%
B 111 of 410 ~ 27.07'%

%46.1
%26.83
%27.07

CMYK color model

#BD6E6F color CMYK value is (0,42,41,26).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 41.27%
  • key color value is 25.88%

CMYK: (0,42,41,26)
C0M42Y41K26 (0%, 42%, 41%, 26%)
(0.00 / 0.42 / 0.41 / 0.26)

CMYK percentages

%0
%41.8
%41.27
%25.88

Codes

Color #BD6E6F in popluar color models

BD 6E 6F
RGB 189 110 111
HSL 359° 37.44% 58.63%
HSB/HSV 359° 41.80% 74.12%
CMYK 0.00% 41.80% 41.27%
25.88%

Color #BD6E6F in popluar number systems.

HEX BD 6E 6F
Decimal 189 110 111
Binary 10111101 1101110 1101111
Octal 275 156 157

Shades and tints

Shades of #BD6E6F

#BD6E6F
(189,110,111)
#AC6465
(172,100,101)
#9B5A5B
(155,90,91)
#8A5051
(138,80,81)
#794647
(121,70,71)
#683C3D
(104,60,61)
#573233
(87,50,51)
#462829
(70,40,41)
#351E1F
(53,30,31)
#241415
(36,20,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #BD6E6F

#BD6E6F
(189,110,111)
#C37B7C
(195,123,124)
#C98889
(201,136,137)
#CF9596
(207,149,150)
#D5A2A3
(213,162,163)
#DBAFB0
(219,175,176)
#E1BCBD
(225,188,189)
#E7C9CA
(231,201,202)
#EDD6D7
(237,214,215)
#F3E3E4
(243,227,228)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6E6F color. Also use rgb(189,110,111) instead hex code.

Text Font Color

.myTextColor { color: #BD6E6F; }

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

This text font color is #BD6E6F.

Background Color

.myBgColor { background-color: #BD6E6F; }

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

This div background color is #BD6E6F.

Border color

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

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

This div border color is #BD6E6F.

Opacity

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

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

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

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

This text has shadow with #BD6E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6E6F.

Preview

Color preview on black background

This text has color #BD6E6F on black background.


Color preview on white background

This text has color #BD6E6F on white background.


Black color preview on #BD6E6F background

This text has black color on #BD6E6F background.


White color preview on #BD6E6F background

This text has white color on #BD6E6F background.


Related colors

Complementary color

Complementary color for #hex is #429190.


I love getcolorcode.com

Triadic colors

1 #6FBD6E and #6E6FBD with #BD6E6F are triadic colors.

2 #6F6EBD and #6EBD6F with #BD6E6F are triadic colors.