COLOR #BD767C

HEX: #BD767C RGB: (189,118,124)

Color info

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

RGB color model

#BD767C color RGB value is (189,118,124).

RGB: (189,118,124) (74%, 46%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 118 of 255 = 46%
B 124 of 255 = 49%

189
118
124

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

Portions of RGB colors in percentages

R + G + B = 189 + 118 + 124 = 431 (100%)
R 189 of 431 ~ 43.85%
G 118 of 431 ~ 27.38%
B 124 of 431 ~ 28.77'%

%43.85
%27.38
%28.77

CMYK color model

#BD767C color CMYK value is (0,38,34,26).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 34.39%
  • key color value is 25.88%

CMYK: (0,38,34,26)
C0M38Y34K26 (0%, 38%, 34%, 26%)
(0.00 / 0.38 / 0.34 / 0.26)

CMYK percentages

%0
%37.57
%34.39
%25.88

Codes

Color #BD767C in popluar color models

BD 76 7C
RGB 189 118 124
HSL 355° 34.98% 60.20%
HSB/HSV 355° 37.57% 74.12%
CMYK 0.00% 37.57% 34.39%
25.88%

Color #BD767C in popluar number systems.

HEX BD 76 7C
Decimal 189 118 124
Binary 10111101 1110110 1111100
Octal 275 166 174

Shades and tints

Shades of #BD767C

#BD767C
(189,118,124)
#AC6C71
(172,108,113)
#9B6266
(155,98,102)
#8A585B
(138,88,91)
#794E50
(121,78,80)
#684445
(104,68,69)
#573A3A
(87,58,58)
#46302F
(70,48,47)
#352624
(53,38,36)
#241C19
(36,28,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #BD767C

#BD767C
(189,118,124)
#C38287
(195,130,135)
#C98E92
(201,142,146)
#CF9A9D
(207,154,157)
#D5A6A8
(213,166,168)
#DBB2B3
(219,178,179)
#E1BEBE
(225,190,190)
#E7CAC9
(231,202,201)
#EDD6D4
(237,214,212)
#F3E2DF
(243,226,223)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD767C color. Also use rgb(189,118,124) instead hex code.

Text Font Color

.myTextColor { color: #BD767C; }

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

This text font color is #BD767C.

Background Color

.myBgColor { background-color: #BD767C; }

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

This div background color is #BD767C.

Border color

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

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

This div border color is #BD767C.

Opacity

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

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

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

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

This text has shadow with #BD767C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD767C.

Preview

Color preview on black background

This text has color #BD767C on black background.


Color preview on white background

This text has color #BD767C on white background.


Black color preview on #BD767C background

This text has black color on #BD767C background.


White color preview on #BD767C background

This text has white color on #BD767C background.


Related colors

Complementary color

Complementary color for #hex is #428983.


I love getcolorcode.com

Triadic colors

1 #7CBD76 and #767CBD with #BD767C are triadic colors.

2 #7C76BD and #76BD7C with #BD767C are triadic colors.