COLOR #BD6D81

HEX: #BD6D81 RGB: (189,109,129)

Color info

#BD6D81 contains mainly red color. Web safe color of #BD6D81 is #CC6699 (or #C69).

RGB color model

#BD6D81 color RGB value is (189,109,129).

RGB: (189,109,129) (74%, 43%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 109 of 255 = 43%
B 129 of 255 = 51%

189
109
129

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

Portions of RGB colors in percentages

R + G + B = 189 + 109 + 129 = 427 (100%)
R 189 of 427 ~ 44.26%
G 109 of 427 ~ 25.53%
B 129 of 427 ~ 30.21'%

%44.26
%25.53
%30.21

CMYK color model

#BD6D81 color CMYK value is (0,42,32,26).

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 31.75%
  • key color value is 25.88%

CMYK: (0,42,32,26)
C0M42Y32K26 (0%, 42%, 32%, 26%)
(0.00 / 0.42 / 0.32 / 0.26)

CMYK percentages

%0
%42.33
%31.75
%25.88

Codes

Color #BD6D81 in popluar color models

BD 6D 81
RGB 189 109 129
HSL 345° 37.74% 58.43%
HSB/HSV 345° 42.33% 74.12%
CMYK 0.00% 42.33% 31.75%
25.88%

Color #BD6D81 in popluar number systems.

HEX BD 6D 81
Decimal 189 109 129
Binary 10111101 1101101 10000001
Octal 275 155 201

Shades and tints

Shades of #BD6D81

#BD6D81
(189,109,129)
#AC6476
(172,100,118)
#9B5B6B
(155,91,107)
#8A5260
(138,82,96)
#794955
(121,73,85)
#68404A
(104,64,74)
#57373F
(87,55,63)
#462E34
(70,46,52)
#352529
(53,37,41)
#241C1E
(36,28,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BD6D81

#BD6D81
(189,109,129)
#C37A8C
(195,122,140)
#C98797
(201,135,151)
#CF94A2
(207,148,162)
#D5A1AD
(213,161,173)
#DBAEB8
(219,174,184)
#E1BBC3
(225,187,195)
#E7C8CE
(231,200,206)
#EDD5D9
(237,213,217)
#F3E2E4
(243,226,228)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6D81 color. Also use rgb(189,109,129) instead hex code.

Text Font Color

.myTextColor { color: #BD6D81; }

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

This text font color is #BD6D81.

Background Color

.myBgColor { background-color: #BD6D81; }

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

This div background color is #BD6D81.

Border color

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

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

This div border color is #BD6D81.

Opacity

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

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

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

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

This text has shadow with #BD6D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6D81.

Preview

Color preview on black background

This text has color #BD6D81 on black background.


Color preview on white background

This text has color #BD6D81 on white background.


Black color preview on #BD6D81 background

This text has black color on #BD6D81 background.


White color preview on #BD6D81 background

This text has white color on #BD6D81 background.


Related colors

Complementary color

Complementary color for #hex is #42927E.


I love getcolorcode.com

Triadic colors

1 #81BD6D and #6D81BD with #BD6D81 are triadic colors.

2 #816DBD and #6DBD81 with #BD6D81 are triadic colors.