COLOR #BD4C51

HEX: #BD4C51
RGB: (189,76,81)

Color info

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

RGB color model

#BD4C51 color RGB value is (189,76,81).

  • red value is 189;
  • green value is 76;
  • blue value is 81.
RGB:
(189,76,81)
(74%,30%,32%)

RGB channels and saturation

R 189 of 255 = 74%
G 76 of 255 = 30%
B 81 of 255 = 32%

189
76
81

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

Portions of RGB colors in percentages

R + G + B =
189 + 76 + 81 = 346 (100%)
R 189 of 346 ~ 54.62%
G 76 of 346 ~ 21.97%
B 81 of 346 ~ 23.41%

%54.62
%21.97
%23.41

CMYK color model

#BD4C51 color CMYK value is (0,60,57,26).

  • cyan value is 0.00%
  • magenta value is 59.79%
  • yellow value is 57.14%
  • key color value is 25.88%
CMYK:
(0,60,57,26)
C0M60Y57K26 
(0%,60%,57%,26%)
(0.00/0.60/0.57/0.26)	

CMYK percentages

%0
%59.79
%57.14
%25.88

Codes

Color #BD4C51 in popluar color models

BD4C51
RGB1897681
HSL357°46.12%51.96%
HSB/HSV357°59.79%74.12%
CMYK0.00%59.79%57.14%
25.88%

Color #BD4C51 in popluar number systems.

HEXBD4C51
Decimal1897681
Binary1011110110011001010001
Octal275114121

Shades and tints

Shades of #BD4C51

#BD4C51
(189,76,81)
#AC464A
(172,70,74)
#9B4043
(155,64,67)
#8A3A3C
(138,58,60)
#793435
(121,52,53)
#682E2E
(104,46,46)
#572827
(87,40,39)
#462220
(70,34,32)
#351C19
(53,28,25)
#241612
(36,22,18)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD4C51

#BD4C51
(189,76,81)
#C35C60
(195,92,96)
#C96C6F
(201,108,111)
#CF7C7E
(207,124,126)
#D58C8D
(213,140,141)
#DB9C9C
(219,156,156)
#E1ACAB
(225,172,171)
#E7BCBA
(231,188,186)
#EDCCC9
(237,204,201)
#F3DCD8
(243,220,216)
#F9ECE7
(249,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD4C51; }

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

This text font color is #BD4C51.


Background Color

.myBgColor { background-color: #BD4C51; }

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

This div background color is #BD4C51.


Border color

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

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

This div border color is #BD4C51.


Opacity

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

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

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

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

This text has shadow with #BD4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD4C51 on black background.


Color preview on white background

This text has color #BD4C51 on white background.



Black color preview on #BD4C51 background

This text has black color on #BD4C51 background.


White color preview on #BD4C51 background

This text has white color on #BD4C51 background.