COLOR #BD5C5C

HEX: #BD5C5C
RGB: (189,92,92)

Color info

#BD5C5C contains mainly red color. Web safe color of #BD5C5C is #CC6666 (or #C66).

RGB color model

#BD5C5C color RGB value is (189,92,92).

  • red value is 189;
  • green value is 92;
  • blue value is 92.
RGB:
(189,92,92)
(74%,36%,36%)

RGB channels and saturation

R 189 of 255 = 74%
G 92 of 255 = 36%
B 92 of 255 = 36%

189
92
92

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

Portions of RGB colors in percentages

R + G + B =
189 + 92 + 92 = 373 (100%)
R 189 of 373 ~ 50.67%
G 92 of 373 ~ 24.66%
B 92 of 373 ~ 24.66%

%50.67
%24.66
%24.66

CMYK color model

#BD5C5C color CMYK value is (0,51,51,26).

  • cyan value is 0.00%
  • magenta value is 51.32%
  • yellow value is 51.32%
  • key color value is 25.88%
CMYK:
(0,51,51,26)
C0M51Y51K26 
(0%,51%,51%,26%)
(0.00/0.51/0.51/0.26)	

CMYK percentages

%0
%51.32
%51.32
%25.88

Codes

Color #BD5C5C in popluar color models

BD5C5C
RGB1899292
HSL42.36%55.10%
HSB/HSV51.32%74.12%
CMYK0.00%51.32%51.32%
25.88%

Color #BD5C5C in popluar number systems.

HEXBD5C5C
Decimal1899292
Binary1011110110111001011100
Octal275134134

Shades and tints

Shades of #BD5C5C

#BD5C5C
(189,92,92)
#AC5454
(172,84,84)
#9B4C4C
(155,76,76)
#8A4444
(138,68,68)
#793C3C
(121,60,60)
#683434
(104,52,52)
#572C2C
(87,44,44)
#462424
(70,36,36)
#351C1C
(53,28,28)
#241414
(36,20,20)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #BD5C5C

#BD5C5C
(189,92,92)
#C36A6A
(195,106,106)
#C97878
(201,120,120)
#CF8686
(207,134,134)
#D59494
(213,148,148)
#DBA2A2
(219,162,162)
#E1B0B0
(225,176,176)
#E7BEBE
(231,190,190)
#EDCCCC
(237,204,204)
#F3DADA
(243,218,218)
#F9E8E8
(249,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD5C5C; }

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

This text font color is #BD5C5C.


Background Color

.myBgColor { background-color: #BD5C5C; }

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

This div background color is #BD5C5C.


Border color

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

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

This div border color is #BD5C5C.


Opacity

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

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

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

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

This text has shadow with #BD5C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5C5C on black background.


Color preview on white background

This text has color #BD5C5C on white background.



Black color preview on #BD5C5C background

This text has black color on #BD5C5C background.


White color preview on #BD5C5C background

This text has white color on #BD5C5C background.