COLOR #BD748A

HEX: #BD748A RGB: (189,116,138)

Color info

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

RGB color model

#BD748A color RGB value is (189,116,138).

RGB: (189,116,138) (74%, 45%, 54%)

RGB channels and saturation

R 189 of 255 = 74%
G 116 of 255 = 45%
B 138 of 255 = 54%

189
116
138

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

Portions of RGB colors in percentages

R + G + B = 189 + 116 + 138 = 443 (100%)
R 189 of 443 ~ 42.66%
G 116 of 443 ~ 26.19%
B 138 of 443 ~ 31.15'%

%42.66
%26.19
%31.15

CMYK color model

#BD748A color CMYK value is (0,39,27,26).

  • cyan value is 0.00%
  • magenta value is 38.62%
  • yellow value is 26.98%
  • key color value is 25.88%

CMYK: (0,39,27,26)
C0M39Y27K26 (0%, 39%, 27%, 26%)
(0.00 / 0.39 / 0.27 / 0.26)

CMYK percentages

%0
%38.62
%26.98
%25.88

Codes

Color #BD748A in popluar color models

BD 74 8A
RGB 189 116 138
HSL 342° 35.61% 59.80%
HSB/HSV 342° 38.62% 74.12%
CMYK 0.00% 38.62% 26.98%
25.88%

Color #BD748A in popluar number systems.

HEX BD 74 8A
Decimal 189 116 138
Binary 10111101 1110100 10001010
Octal 275 164 212

Shades and tints

Shades of #BD748A

#BD748A
(189,116,138)
#AC6A7E
(172,106,126)
#9B6072
(155,96,114)
#8A5666
(138,86,102)
#794C5A
(121,76,90)
#68424E
(104,66,78)
#573842
(87,56,66)
#462E36
(70,46,54)
#35242A
(53,36,42)
#241A1E
(36,26,30)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #BD748A

#BD748A
(189,116,138)
#C38094
(195,128,148)
#C98C9E
(201,140,158)
#CF98A8
(207,152,168)
#D5A4B2
(213,164,178)
#DBB0BC
(219,176,188)
#E1BCC6
(225,188,198)
#E7C8D0
(231,200,208)
#EDD4DA
(237,212,218)
#F3E0E4
(243,224,228)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD748A; }

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

This text font color is #BD748A.

Background Color

.myBgColor { background-color: #BD748A; }

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

This div background color is #BD748A.

Border color

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

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

This div border color is #BD748A.

Opacity

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

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

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

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

This text has shadow with #BD748A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD748A.

Preview

Color preview on black background

This text has color #BD748A on black background.


Color preview on white background

This text has color #BD748A on white background.


Black color preview on #BD748A background

This text has black color on #BD748A background.


White color preview on #BD748A background

This text has white color on #BD748A background.


Related colors

Complementary color

Complementary color for #hex is #428B75.


I love getcolorcode.com

Triadic colors

1 #8ABD74 and #748ABD with #BD748A are triadic colors.

2 #8A74BD and #74BD8A with #BD748A are triadic colors.