COLOR #BD4C60

HEX: #BD4C60 RGB: (189,76,96)

Color info

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

RGB color model

#BD4C60 color RGB value is (189,76,96).

RGB: (189,76,96) (74%, 30%, 38%)

RGB channels and saturation

R 189 of 255 = 74%
G 76 of 255 = 30%
B 96 of 255 = 38%

189
76
96

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

Portions of RGB colors in percentages

R + G + B = 189 + 76 + 96 = 361 (100%)
R 189 of 361 ~ 52.35%
G 76 of 361 ~ 21.05%
B 96 of 361 ~ 26.59'%

%52.35
%21.05
%26.59

CMYK color model

#BD4C60 color CMYK value is (0,60,49,26).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 49.21%
  • key color value is 25.88%

CMYK: (0,60,49,26)
C0M60Y49K26 (0%, 60%, 49%, 26%)
(0.00 / 0.60 / 0.49 / 0.26)

CMYK percentages

%0
%59.79
%49.21
%25.88

Codes

Color #BD4C60 in popluar color models

BD 4C 60
RGB 189 76 96
HSL 349° 46.12% 51.96%
HSB/HSV 349° 59.79% 74.12%
CMYK 0.00% 59.79% 49.21%
25.88%

Color #BD4C60 in popluar number systems.

HEX BD 4C 60
Decimal 189 76 96
Binary 10111101 1001100 1100000
Octal 275 114 140

Shades and tints

Shades of #BD4C60

#BD4C60
(189,76,96)
#AC4658
(172,70,88)
#9B4050
(155,64,80)
#8A3A48
(138,58,72)
#793440
(121,52,64)
#682E38
(104,46,56)
#572830
(87,40,48)
#462228
(70,34,40)
#351C20
(53,28,32)
#241618
(36,22,24)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #BD4C60

#BD4C60
(189,76,96)
#C35C6E
(195,92,110)
#C96C7C
(201,108,124)
#CF7C8A
(207,124,138)
#D58C98
(213,140,152)
#DB9CA6
(219,156,166)
#E1ACB4
(225,172,180)
#E7BCC2
(231,188,194)
#EDCCD0
(237,204,208)
#F3DCDE
(243,220,222)
#F9ECEC
(249,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD4C60 color. Also use rgb(189,76,96) instead hex code.

Text Font Color

.myTextColor { color: #BD4C60; }

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

This text font color is #BD4C60.

Background Color

.myBgColor { background-color: #BD4C60; }

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

This div background color is #BD4C60.

Border color

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

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

This div border color is #BD4C60.

Opacity

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

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

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

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

This text has shadow with #BD4C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD4C60.

Preview

Color preview on black background

This text has color #BD4C60 on black background.


Color preview on white background

This text has color #BD4C60 on white background.


Black color preview on #BD4C60 background

This text has black color on #BD4C60 background.


White color preview on #BD4C60 background

This text has white color on #BD4C60 background.


Related colors

Complementary color

Complementary color for #hex is #42B39F.


I love getcolorcode.com

Triadic colors

1 #60BD4C and #4C60BD with #BD4C60 are triadic colors.

2 #604CBD and #4CBD60 with #BD4C60 are triadic colors.