COLOR #BD6772

HEX: #BD6772
RGB: (189,103,114)

Color info

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

RGB color model

#BD6772 color RGB value is (189,103,114).

  • red value is 189;
  • green value is 103;
  • blue value is 114.
RGB:
(189,103,114)
(74%,40%,45%)

RGB channels and saturation

R 189 of 255 = 74%
G 103 of 255 = 40%
B 114 of 255 = 45%

189
103
114

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

Portions of RGB colors in percentages

R + G + B =
189 + 103 + 114 = 406 (100%)
R 189 of 406 ~ 46.55%
G 103 of 406 ~ 25.37%
B 114 of 406 ~ 28.08%

%46.55
%25.37
%28.08

CMYK color model

#BD6772 color CMYK value is (0,46,40,26).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 39.68%
  • key color value is 25.88%
CMYK:
(0,46,40,26)
C0M46Y40K26 
(0%,46%,40%,26%)
(0.00/0.46/0.40/0.26)	

CMYK percentages

%0
%45.5
%39.68
%25.88

Codes

Color #BD6772 in popluar color models

BD6772
RGB189103114
HSL352°39.45%57.25%
HSB/HSV352°45.50%74.12%
CMYK0.00%45.50%39.68%
25.88%

Color #BD6772 in popluar number systems.

HEXBD6772
Decimal189103114
Binary1011110111001111110010
Octal275147162

Shades and tints

Shades of #BD6772

#BD6772
(189,103,114)
#AC5E68
(172,94,104)
#9B555E
(155,85,94)
#8A4C54
(138,76,84)
#79434A
(121,67,74)
#683A40
(104,58,64)
#573136
(87,49,54)
#46282C
(70,40,44)
#351F22
(53,31,34)
#241618
(36,22,24)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #BD6772

#BD6772
(189,103,114)
#C3747E
(195,116,126)
#C9818A
(201,129,138)
#CF8E96
(207,142,150)
#D59BA2
(213,155,162)
#DBA8AE
(219,168,174)
#E1B5BA
(225,181,186)
#E7C2C6
(231,194,198)
#EDCFD2
(237,207,210)
#F3DCDE
(243,220,222)
#F9E9EA
(249,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD6772 color. Also use rgb(189,103,114) instead hex code.

Text Font Color

.myTextColor { color: #BD6772; }

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

This text font color is #BD6772.


Background Color

.myBgColor { background-color: #BD6772; }

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

This div background color is #BD6772.


Border color

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

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

This div border color is #BD6772.


Opacity

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

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

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

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

This text has shadow with #BD6772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD6772 on black background.


Color preview on white background

This text has color #BD6772 on white background.



Black color preview on #BD6772 background

This text has black color on #BD6772 background.


White color preview on #BD6772 background

This text has white color on #BD6772 background.