COLOR #BD757B

HEX: #BD757B
RGB: (189,117,123)

Color info

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

RGB color model

#BD757B color RGB value is (189,117,123).

  • red value is 189;
  • green value is 117;
  • blue value is 123.
RGB:
(189,117,123)
(74%,46%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 117 of 255 = 46%
B 123 of 255 = 48%

189
117
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 117 + 123 = 429 (100%)
R 189 of 429 ~ 44.06%
G 117 of 429 ~ 27.27%
B 123 of 429 ~ 28.67%

%44.06
%27.27
%28.67

CMYK color model

#BD757B color CMYK value is (0,38,35,26).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,38,35,26)
C0M38Y35K26 
(0%,38%,35%,26%)
(0.00/0.38/0.35/0.26)	

CMYK percentages

%0
%38.1
%34.92
%25.88

Codes

Color #BD757B in popluar color models

BD757B
RGB189117123
HSL355°35.29%60.00%
HSB/HSV355°38.10%74.12%
CMYK0.00%38.10%34.92%
25.88%

Color #BD757B in popluar number systems.

HEXBD757B
Decimal189117123
Binary1011110111101011111011
Octal275165173

Shades and tints

Shades of #BD757B

#BD757B
(189,117,123)
#AC6B70
(172,107,112)
#9B6165
(155,97,101)
#8A575A
(138,87,90)
#794D4F
(121,77,79)
#684344
(104,67,68)
#573939
(87,57,57)
#462F2E
(70,47,46)
#352523
(53,37,35)
#241B18
(36,27,24)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #BD757B

#BD757B
(189,117,123)
#C38187
(195,129,135)
#C98D93
(201,141,147)
#CF999F
(207,153,159)
#D5A5AB
(213,165,171)
#DBB1B7
(219,177,183)
#E1BDC3
(225,189,195)
#E7C9CF
(231,201,207)
#EDD5DB
(237,213,219)
#F3E1E7
(243,225,231)
#F9EDF3
(249,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD757B color. Also use rgb(189,117,123) instead hex code.

Text Font Color

.myTextColor { color: #BD757B; }

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

This text font color is #BD757B.


Background Color

.myBgColor { background-color: #BD757B; }

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

This div background color is #BD757B.


Border color

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

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

This div border color is #BD757B.


Opacity

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

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

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

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

This text has shadow with #BD757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD757B on black background.


Color preview on white background

This text has color #BD757B on white background.



Black color preview on #BD757B background

This text has black color on #BD757B background.


White color preview on #BD757B background

This text has white color on #BD757B background.