COLOR #BD788E

HEX: #BD788E RGB: (189,120,142)

Color info

#BD788E contains mainly red and blue colors. Web safe color of #BD788E is #CC6699 (or #C69).

RGB color model

#BD788E color RGB value is (189,120,142).

RGB: (189,120,142) (74%, 47%, 56%)

RGB channels and saturation

R 189 of 255 = 74%
G 120 of 255 = 47%
B 142 of 255 = 56%

189
120
142

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

Portions of RGB colors in percentages

R + G + B = 189 + 120 + 142 = 451 (100%)
R 189 of 451 ~ 41.91%
G 120 of 451 ~ 26.61%
B 142 of 451 ~ 31.49'%

%41.91
%26.61
%31.49

CMYK color model

#BD788E color CMYK value is (0,37,25,26).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 24.87%
  • key color value is 25.88%
CMYK: (0,37,25,26) C0M37Y25K26 (0%,37%,25%,26%) (0.00/0.37/0.25/0.26) 

CMYK percentages

%0
%36.51
%24.87
%25.88

Codes

Color #BD788E in popluar color models

BD 78 8E
RGB 189 120 142
HSL 341° 34.33% 60.59%
HSB/HSV 341° 36.51% 74.12%
CMYK 0.00% 36.51% 24.87%
25.88%

Color #BD788E in popluar number systems.

HEX BD 78 8E
Decimal 189 120 142
Binary 10111101 1111000 10001110
Octal 275 170 216

Shades and tints

Shades of #BD788E

#BD788E
(189,120,142)
#AC6E82
(172,110,130)
#9B6476
(155,100,118)
#8A5A6A
(138,90,106)
#79505E
(121,80,94)
#684652
(104,70,82)
#573C46
(87,60,70)
#46323A
(70,50,58)
#35282E
(53,40,46)
#241E22
(36,30,34)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BD788E

#BD788E
(189,120,142)
#C38498
(195,132,152)
#C990A2
(201,144,162)
#CF9CAC
(207,156,172)
#D5A8B6
(213,168,182)
#DBB4C0
(219,180,192)
#E1C0CA
(225,192,202)
#E7CCD4
(231,204,212)
#EDD8DE
(237,216,222)
#F3E4E8
(243,228,232)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD788E color. Also use rgb(189,120,142) instead hex code.

Text Font Color

.myTextColor { color: #BD788E; }

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

This text font color is #BD788E.

Background Color

.myBgColor { background-color: #BD788E; }

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

This div background color is #BD788E.

Border color

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

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

This div border color is #BD788E.

Opacity

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

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

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

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

This text has shadow with #BD788E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD788E.

Preview

Color preview on black background

This text has color #BD788E on black background.


Color preview on white background

This text has color #BD788E on white background.


Black color preview on #BD788E background

This text has black color on #BD788E background.


White color preview on #BD788E background

This text has white color on #BD788E background.


Related colors

Complementary color

Complementary color for #hex is #428771.


I love getcolorcode.com

Triadic colors

1 #8EBD78 and #788EBD with #BD788E are triadic colors.

2 #8E78BD and #78BD8E with #BD788E are triadic colors.