COLOR #BD7A74

HEX: #BD7A74 RGB: (189,122,116)

Color info

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

RGB color model

#BD7A74 color RGB value is (189,122,116).

RGB: (189,122,116) (74%, 48%, 45%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 116 of 255 = 45%

189
122
116

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

Portions of RGB colors in percentages

R + G + B = 189 + 122 + 116 = 427 (100%)
R 189 of 427 ~ 44.26%
G 122 of 427 ~ 28.57%
B 116 of 427 ~ 27.17'%

%44.26
%28.57
%27.17

CMYK color model

#BD7A74 color CMYK value is (0,35,39,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 38.62%
  • key color value is 25.88%
CMYK: (0,35,39,26) C0M35Y39K26 (0%,35%,39%,26%) (0.00/0.35/0.39/0.26) 

CMYK percentages

%0
%35.45
%38.62
%25.88

Codes

Color #BD7A74 in popluar color models

BD 7A 74
RGB 189 122 116
HSL 35.61% 59.80%
HSB/HSV 38.62% 74.12%
CMYK 0.00% 35.45% 38.62%
25.88%

Color #BD7A74 in popluar number systems.

HEX BD 7A 74
Decimal 189 122 116
Binary 10111101 1111010 1110100
Octal 275 172 164

Shades and tints

Shades of #BD7A74

#BD7A74
(189,122,116)
#AC6F6A
(172,111,106)
#9B6460
(155,100,96)
#8A5956
(138,89,86)
#794E4C
(121,78,76)
#684342
(104,67,66)
#573838
(87,56,56)
#462D2E
(70,45,46)
#352224
(53,34,36)
#24171A
(36,23,26)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #BD7A74

#BD7A74
(189,122,116)
#C38680
(195,134,128)
#C9928C
(201,146,140)
#CF9E98
(207,158,152)
#D5AAA4
(213,170,164)
#DBB6B0
(219,182,176)
#E1C2BC
(225,194,188)
#E7CEC8
(231,206,200)
#EDDAD4
(237,218,212)
#F3E6E0
(243,230,224)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD7A74 color. Also use rgb(189,122,116) instead hex code.

Text Font Color

.myTextColor { color: #BD7A74; }

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

This text font color is #BD7A74.

Background Color

.myBgColor { background-color: #BD7A74; }

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

This div background color is #BD7A74.

Border color

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

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

This div border color is #BD7A74.

Opacity

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

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

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

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

This text has shadow with #BD7A74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD7A74.

Preview

Color preview on black background

This text has color #BD7A74 on black background.


Color preview on white background

This text has color #BD7A74 on white background.


Black color preview on #BD7A74 background

This text has black color on #BD7A74 background.


White color preview on #BD7A74 background

This text has white color on #BD7A74 background.


Related colors

Complementary color

Complementary color for #hex is #42858B.


I love getcolorcode.com

Triadic colors

1 #74BD7A and #7A74BD with #BD7A74 are triadic colors.

2 #747ABD and #7ABD74 with #BD7A74 are triadic colors.