COLOR #BD817E

HEX: #BD817E RGB: (189,129,126)

Color info

#BD817E contains mainly red color. Web safe color of #BD817E is #CC9966 (or #C96).

RGB color model

#BD817E color RGB value is (189,129,126).

RGB: (189,129,126) (74%, 51%, 49%)

RGB channels and saturation

R 189 of 255 = 74%
G 129 of 255 = 51%
B 126 of 255 = 49%

189
129
126

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

Portions of RGB colors in percentages

R + G + B = 189 + 129 + 126 = 444 (100%)
R 189 of 444 ~ 42.57%
G 129 of 444 ~ 29.05%
B 126 of 444 ~ 28.38'%

%42.57
%29.05
%28.38

CMYK color model

#BD817E color CMYK value is (0,32,33,26).

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

CMYK: (0,32,33,26)
C0M32Y33K26 (0%, 32%, 33%, 26%)
(0.00 / 0.32 / 0.33 / 0.26)

CMYK percentages

%0
%31.75
%33.33
%25.88

Codes

Color #BD817E in popluar color models

BD 81 7E
RGB 189 129 126
HSL 32.31% 61.76%
HSB/HSV 33.33% 74.12%
CMYK 0.00% 31.75% 33.33%
25.88%

Color #BD817E in popluar number systems.

HEX BD 81 7E
Decimal 189 129 126
Binary 10111101 10000001 1111110
Octal 275 201 176

Shades and tints

Shades of #BD817E

#BD817E
(189,129,126)
#AC7673
(172,118,115)
#9B6B68
(155,107,104)
#8A605D
(138,96,93)
#795552
(121,85,82)
#684A47
(104,74,71)
#573F3C
(87,63,60)
#463431
(70,52,49)
#352926
(53,41,38)
#241E1B
(36,30,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #BD817E

#BD817E
(189,129,126)
#C38C89
(195,140,137)
#C99794
(201,151,148)
#CFA29F
(207,162,159)
#D5ADAA
(213,173,170)
#DBB8B5
(219,184,181)
#E1C3C0
(225,195,192)
#E7CECB
(231,206,203)
#EDD9D6
(237,217,214)
#F3E4E1
(243,228,225)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD817E; }

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

This text font color is #BD817E.

Background Color

.myBgColor { background-color: #BD817E; }

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

This div background color is #BD817E.

Border color

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

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

This div border color is #BD817E.

Opacity

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

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

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

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

This text has shadow with #BD817E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD817E.

Preview

Color preview on black background

This text has color #BD817E on black background.


Color preview on white background

This text has color #BD817E on white background.


Black color preview on #BD817E background

This text has black color on #BD817E background.


White color preview on #BD817E background

This text has white color on #BD817E background.


Related colors

Complementary color

Complementary color for #hex is #427E81.


I love getcolorcode.com

Triadic colors

1 #7EBD81 and #817EBD with #BD817E are triadic colors.

2 #7E81BD and #81BD7E with #BD817E are triadic colors.