COLOR #BD7D7E

HEX: #BD7D7E
RGB: (189,125,126)

Color info

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

RGB color model

#BD7D7E color RGB value is (189,125,126).

  • red value is 189;
  • green value is 125;
  • blue value is 126.
RGB:
(189,125,126)
(74%,49%,49%)

RGB channels and saturation

R 189 of 255 = 74%
G 125 of 255 = 49%
B 126 of 255 = 49%

189
125
126

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

Portions of RGB colors in percentages

R + G + B =
189 + 125 + 126 = 440 (100%)
R 189 of 440 ~ 42.95%
G 125 of 440 ~ 28.41%
B 126 of 440 ~ 28.64%

%42.95
%28.41
%28.64

CMYK color model

#BD7D7E color CMYK value is (0,34,33,26).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 33.33%
  • key color value is 25.88%
CMYK:
(0,34,33,26)
C0M34Y33K26 
(0%,34%,33%,26%)
(0.00/0.34/0.33/0.26)	

CMYK percentages

%0
%33.86
%33.33
%25.88

Codes

Color #BD7D7E in popluar color models

BD7D7E
RGB189125126
HSL359°32.65%61.57%
HSB/HSV359°33.86%74.12%
CMYK0.00%33.86%33.33%
25.88%

Color #BD7D7E in popluar number systems.

HEXBD7D7E
Decimal189125126
Binary1011110111111011111110
Octal275175176

Shades and tints

Shades of #BD7D7E

#BD7D7E
(189,125,126)
#AC7273
(172,114,115)
#9B6768
(155,103,104)
#8A5C5D
(138,92,93)
#795152
(121,81,82)
#684647
(104,70,71)
#573B3C
(87,59,60)
#463031
(70,48,49)
#352526
(53,37,38)
#241A1B
(36,26,27)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #BD7D7E

#BD7D7E
(189,125,126)
#C38889
(195,136,137)
#C99394
(201,147,148)
#CF9E9F
(207,158,159)
#D5A9AA
(213,169,170)
#DBB4B5
(219,180,181)
#E1BFC0
(225,191,192)
#E7CACB
(231,202,203)
#EDD5D6
(237,213,214)
#F3E0E1
(243,224,225)
#F9EBEC
(249,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7D7E; }

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

This text font color is #BD7D7E.


Background Color

.myBgColor { background-color: #BD7D7E; }

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

This div background color is #BD7D7E.


Border color

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

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

This div border color is #BD7D7E.


Opacity

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

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

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

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

This text has shadow with #BD7D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7D7E on black background.


Color preview on white background

This text has color #BD7D7E on white background.



Black color preview on #BD7D7E background

This text has black color on #BD7D7E background.


White color preview on #BD7D7E background

This text has white color on #BD7D7E background.