COLOR #BD6A79

HEX: #BD6A79 RGB: (189,106,121)

Color info

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

RGB color model

#BD6A79 color RGB value is (189,106,121).

RGB: (189,106,121) (74%, 42%, 47%)

RGB channels and saturation

R 189 of 255 = 74%
G 106 of 255 = 42%
B 121 of 255 = 47%

189
106
121

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

Portions of RGB colors in percentages

R + G + B = 189 + 106 + 121 = 416 (100%)
R 189 of 416 ~ 45.43%
G 106 of 416 ~ 25.48%
B 121 of 416 ~ 29.09'%

%45.43
%25.48
%29.09

CMYK color model

#BD6A79 color CMYK value is (0,44,36,26).

  • cyan value is 0.00%
  • magenta value is 43.92%
  • yellow value is 35.98%
  • key color value is 25.88%

CMYK: (0,44,36,26)
C0M44Y36K26 (0%, 44%, 36%, 26%)
(0.00 / 0.44 / 0.36 / 0.26)

CMYK percentages

%0
%43.92
%35.98
%25.88

Codes

Color #BD6A79 in popluar color models

BD 6A 79
RGB 189 106 121
HSL 349° 38.60% 57.84%
HSB/HSV 349° 43.92% 74.12%
CMYK 0.00% 43.92% 35.98%
25.88%

Color #BD6A79 in popluar number systems.

HEX BD 6A 79
Decimal 189 106 121
Binary 10111101 1101010 1111001
Octal 275 152 171

Shades and tints

Shades of #BD6A79

#BD6A79
(189,106,121)
#AC616E
(172,97,110)
#9B5863
(155,88,99)
#8A4F58
(138,79,88)
#79464D
(121,70,77)
#683D42
(104,61,66)
#573437
(87,52,55)
#462B2C
(70,43,44)
#352221
(53,34,33)
#241916
(36,25,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD6A79

#BD6A79
(189,106,121)
#C37785
(195,119,133)
#C98491
(201,132,145)
#CF919D
(207,145,157)
#D59EA9
(213,158,169)
#DBABB5
(219,171,181)
#E1B8C1
(225,184,193)
#E7C5CD
(231,197,205)
#EDD2D9
(237,210,217)
#F3DFE5
(243,223,229)
#F9ECF1
(249,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6A79 color. Also use rgb(189,106,121) instead hex code.

Text Font Color

.myTextColor { color: #BD6A79; }

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

This text font color is #BD6A79.

Background Color

.myBgColor { background-color: #BD6A79; }

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

This div background color is #BD6A79.

Border color

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

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

This div border color is #BD6A79.

Opacity

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

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

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

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

This text has shadow with #BD6A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD6A79.

Preview

Color preview on black background

This text has color #BD6A79 on black background.


Color preview on white background

This text has color #BD6A79 on white background.


Black color preview on #BD6A79 background

This text has black color on #BD6A79 background.


White color preview on #BD6A79 background

This text has white color on #BD6A79 background.


Related colors

Complementary color

Complementary color for #hex is #429586.


I love getcolorcode.com

Triadic colors

1 #79BD6A and #6A79BD with #BD6A79 are triadic colors.

2 #796ABD and #6ABD79 with #BD6A79 are triadic colors.