COLOR #BD7781

HEX: #BD7781 RGB: (189,119,129)

Color info

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

RGB color model

#BD7781 color RGB value is (189,119,129).

RGB: (189,119,129) (74%, 47%, 51%)

RGB channels and saturation

R 189 of 255 = 74%
G 119 of 255 = 47%
B 129 of 255 = 51%

189
119
129

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

Portions of RGB colors in percentages

R + G + B = 189 + 119 + 129 = 437 (100%)
R 189 of 437 ~ 43.25%
G 119 of 437 ~ 27.23%
B 129 of 437 ~ 29.52'%

%43.25
%27.23
%29.52

CMYK color model

#BD7781 color CMYK value is (0,37,32,26).

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

CMYK: (0,37,32,26)
C0M37Y32K26 (0%, 37%, 32%, 26%)
(0.00 / 0.37 / 0.32 / 0.26)

CMYK percentages

%0
%37.04
%31.75
%25.88

Codes

Color #BD7781 in popluar color models

BD 77 81
RGB 189 119 129
HSL 351° 34.65% 60.39%
HSB/HSV 351° 37.04% 74.12%
CMYK 0.00% 37.04% 31.75%
25.88%

Color #BD7781 in popluar number systems.

HEX BD 77 81
Decimal 189 119 129
Binary 10111101 1110111 10000001
Octal 275 167 201

Shades and tints

Shades of #BD7781

#BD7781
(189,119,129)
#AC6D76
(172,109,118)
#9B636B
(155,99,107)
#8A5960
(138,89,96)
#794F55
(121,79,85)
#68454A
(104,69,74)
#573B3F
(87,59,63)
#463134
(70,49,52)
#352729
(53,39,41)
#241D1E
(36,29,30)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #BD7781

#BD7781
(189,119,129)
#C3838C
(195,131,140)
#C98F97
(201,143,151)
#CF9BA2
(207,155,162)
#D5A7AD
(213,167,173)
#DBB3B8
(219,179,184)
#E1BFC3
(225,191,195)
#E7CBCE
(231,203,206)
#EDD7D9
(237,215,217)
#F3E3E4
(243,227,228)
#F9EFEF
(249,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7781; }

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

This text font color is #BD7781.

Background Color

.myBgColor { background-color: #BD7781; }

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

This div background color is #BD7781.

Border color

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

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

This div border color is #BD7781.

Opacity

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

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

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

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

This text has shadow with #BD7781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7781.

Preview

Color preview on black background

This text has color #BD7781 on black background.


Color preview on white background

This text has color #BD7781 on white background.


Black color preview on #BD7781 background

This text has black color on #BD7781 background.


White color preview on #BD7781 background

This text has white color on #BD7781 background.


Related colors

Complementary color

Complementary color for #hex is #42887E.


I love getcolorcode.com

Triadic colors

1 #81BD77 and #7781BD with #BD7781 are triadic colors.

2 #8177BD and #77BD81 with #BD7781 are triadic colors.