COLOR #BD7A85

HEX: #BD7A85
RGB: (189,122,133)

Color info

#BD7A85 contains mainly red and blue colors. Web safe color of #BD7A85 is #CC6699 (or #C69).

RGB color model

#BD7A85 color RGB value is (189,122,133).

  • red value is 189;
  • green value is 122;
  • blue value is 133.
RGB:
(189,122,133)
(74%,48%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 122 of 255 = 48%
B 133 of 255 = 52%

189
122
133

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

Portions of RGB colors in percentages

R + G + B =
189 + 122 + 133 = 444 (100%)
R 189 of 444 ~ 42.57%
G 122 of 444 ~ 27.48%
B 133 of 444 ~ 29.95%

%42.57
%27.48
%29.95

CMYK color model

#BD7A85 color CMYK value is (0,35,30,26).

  • cyan value is 0.00%
  • magenta value is 35.45%
  • yellow value is 29.63%
  • key color value is 25.88%
CMYK:
(0,35,30,26)
C0M35Y30K26 
(0%,35%,30%,26%)
(0.00/0.35/0.30/0.26)	

CMYK percentages

%0
%35.45
%29.63
%25.88

Codes

Color #BD7A85 in popluar color models

BD7A85
RGB189122133
HSL350°33.67%60.98%
HSB/HSV350°35.45%74.12%
CMYK0.00%35.45%29.63%
25.88%

Color #BD7A85 in popluar number systems.

HEXBD7A85
Decimal189122133
Binary10111101111101010000101
Octal275172205

Shades and tints

Shades of #BD7A85

#BD7A85
(189,122,133)
#AC6F79
(172,111,121)
#9B646D
(155,100,109)
#8A5961
(138,89,97)
#794E55
(121,78,85)
#684349
(104,67,73)
#57383D
(87,56,61)
#462D31
(70,45,49)
#352225
(53,34,37)
#241719
(36,23,25)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #BD7A85

#BD7A85
(189,122,133)
#C38690
(195,134,144)
#C9929B
(201,146,155)
#CF9EA6
(207,158,166)
#D5AAB1
(213,170,177)
#DBB6BC
(219,182,188)
#E1C2C7
(225,194,199)
#E7CED2
(231,206,210)
#EDDADD
(237,218,221)
#F3E6E8
(243,230,232)
#F9F2F3
(249,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7A85; }

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

This text font color is #BD7A85.


Background Color

.myBgColor { background-color: #BD7A85; }

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

This div background color is #BD7A85.


Border color

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

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

This div border color is #BD7A85.


Opacity

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

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

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

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

This text has shadow with #BD7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7A85 on black background.


Color preview on white background

This text has color #BD7A85 on white background.



Black color preview on #BD7A85 background

This text has black color on #BD7A85 background.


White color preview on #BD7A85 background

This text has white color on #BD7A85 background.