COLOR #BD498B

HEX: #BD498B RGB: (189,73,139)

Color info

#BD498B contains mainly red and blue colors. Web safe color of #BD498B is #CC3399 (or #C39).

RGB color model

#BD498B color RGB value is (189,73,139).

RGB: (189,73,139) (74%, 29%, 55%)

RGB channels and saturation

R 189 of 255 = 74%
G 73 of 255 = 29%
B 139 of 255 = 55%

189
73
139

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

Portions of RGB colors in percentages

R + G + B = 189 + 73 + 139 = 401 (100%)
R 189 of 401 ~ 47.13%
G 73 of 401 ~ 18.2%
B 139 of 401 ~ 34.66'%

%47.13
%18.2
%34.66

CMYK color model

#BD498B color CMYK value is (0,61,26,26).

  • cyan value is 0.00%
  • magenta value is 61.38%
  • yellow value is 26.46%
  • key color value is 25.88%

CMYK: (0,61,26,26)
C0M61Y26K26 (0%, 61%, 26%, 26%)
(0.00 / 0.61 / 0.26 / 0.26)

CMYK percentages

%0
%61.38
%26.46
%25.88

Codes

Color #BD498B in popluar color models

BD 49 8B
RGB 189 73 139
HSL 326° 46.77% 51.37%
HSB/HSV 326° 61.38% 74.12%
CMYK 0.00% 61.38% 26.46%
25.88%

Color #BD498B in popluar number systems.

HEX BD 49 8B
Decimal 189 73 139
Binary 10111101 1001001 10001011
Octal 275 111 213

Shades and tints

Shades of #BD498B

#BD498B
(189,73,139)
#AC437F
(172,67,127)
#9B3D73
(155,61,115)
#8A3767
(138,55,103)
#79315B
(121,49,91)
#682B4F
(104,43,79)
#572543
(87,37,67)
#461F37
(70,31,55)
#35192B
(53,25,43)
#24131F
(36,19,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #BD498B

#BD498B
(189,73,139)
#C35995
(195,89,149)
#C9699F
(201,105,159)
#CF79A9
(207,121,169)
#D589B3
(213,137,179)
#DB99BD
(219,153,189)
#E1A9C7
(225,169,199)
#E7B9D1
(231,185,209)
#EDC9DB
(237,201,219)
#F3D9E5
(243,217,229)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD498B color. Also use rgb(189,73,139) instead hex code.

Text Font Color

.myTextColor { color: #BD498B; }

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

This text font color is #BD498B.

Background Color

.myBgColor { background-color: #BD498B; }

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

This div background color is #BD498B.

Border color

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

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

This div border color is #BD498B.

Opacity

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

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

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

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

This text has shadow with #BD498B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD498B.

Preview

Color preview on black background

This text has color #BD498B on black background.


Color preview on white background

This text has color #BD498B on white background.


Black color preview on #BD498B background

This text has black color on #BD498B background.


White color preview on #BD498B background

This text has white color on #BD498B background.


Related colors

Complementary color

Complementary color for #hex is #42B674.


I love getcolorcode.com

Triadic colors

1 #8BBD49 and #498BBD with #BD498B are triadic colors.

2 #8B49BD and #49BD8B with #BD498B are triadic colors.