COLOR #BD3D69

HEX: #BD3D69 RGB: (189,61,105)

Color info

#BD3D69 contains mainly red color. Web safe color of #BD3D69 is #CC3366 (or #C36).

RGB color model

#BD3D69 color RGB value is (189,61,105).

RGB: (189,61,105) (74%, 24%, 41%)

RGB channels and saturation

R 189 of 255 = 74%
G 61 of 255 = 24%
B 105 of 255 = 41%

189
61
105

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

Portions of RGB colors in percentages

R + G + B = 189 + 61 + 105 = 355 (100%)
R 189 of 355 ~ 53.24%
G 61 of 355 ~ 17.18%
B 105 of 355 ~ 29.58'%

%53.24
%17.18
%29.58

CMYK color model

#BD3D69 color CMYK value is (0,68,44,26).

  • cyan value is 0.00%
  • magenta value is 67.72%
  • yellow value is 44.44%
  • key color value is 25.88%

CMYK: (0,68,44,26)
C0M68Y44K26 (0%, 68%, 44%, 26%)
(0.00 / 0.68 / 0.44 / 0.26)

CMYK percentages

%0
%67.72
%44.44
%25.88

Codes

Color #BD3D69 in popluar color models

BD 3D 69
RGB 189 61 105
HSL 339° 51.20% 49.02%
HSB/HSV 339° 67.72% 74.12%
CMYK 0.00% 67.72% 44.44%
25.88%

Color #BD3D69 in popluar number systems.

HEX BD 3D 69
Decimal 189 61 105
Binary 10111101 111101 1101001
Octal 275 75 151

Shades and tints

Shades of #BD3D69

#BD3D69
(189,61,105)
#AC3860
(172,56,96)
#9B3357
(155,51,87)
#8A2E4E
(138,46,78)
#792945
(121,41,69)
#68243C
(104,36,60)
#571F33
(87,31,51)
#461A2A
(70,26,42)
#351521
(53,21,33)
#241018
(36,16,24)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #BD3D69

#BD3D69
(189,61,105)
#C34E76
(195,78,118)
#C95F83
(201,95,131)
#CF7090
(207,112,144)
#D5819D
(213,129,157)
#DB92AA
(219,146,170)
#E1A3B7
(225,163,183)
#E7B4C4
(231,180,196)
#EDC5D1
(237,197,209)
#F3D6DE
(243,214,222)
#F9E7EB
(249,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD3D69 color. Also use rgb(189,61,105) instead hex code.

Text Font Color

.myTextColor { color: #BD3D69; }

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

This text font color is #BD3D69.

Background Color

.myBgColor { background-color: #BD3D69; }

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

This div background color is #BD3D69.

Border color

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

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

This div border color is #BD3D69.

Opacity

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

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

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

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

This text has shadow with #BD3D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD3D69.

Preview

Color preview on black background

This text has color #BD3D69 on black background.


Color preview on white background

This text has color #BD3D69 on white background.


Black color preview on #BD3D69 background

This text has black color on #BD3D69 background.


White color preview on #BD3D69 background

This text has white color on #BD3D69 background.


Related colors

Complementary color

Complementary color for #hex is #42C296.


I love getcolorcode.com

Triadic colors

1 #69BD3D and #3D69BD with #BD3D69 are triadic colors.

2 #693DBD and #3DBD69 with #BD3D69 are triadic colors.