COLOR #BD565B

HEX: #BD565B
RGB: (189,86,91)

Color info

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

RGB color model

#BD565B color RGB value is (189,86,91).

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

RGB channels and saturation

R 189 of 255 = 74%
G 86 of 255 = 34%
B 91 of 255 = 36%

189
86
91

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

Portions of RGB colors in percentages

R + G + B =
189 + 86 + 91 = 366 (100%)
R 189 of 366 ~ 51.64%
G 86 of 366 ~ 23.5%
B 91 of 366 ~ 24.86%

%51.64
%23.5
%24.86

CMYK color model

#BD565B color CMYK value is (0,54,52,26).

  • cyan value is 0.00%
  • magenta value is 54.50%
  • yellow value is 51.85%
  • key color value is 25.88%
CMYK:
(0,54,52,26)
C0M54Y52K26 
(0%,54%,52%,26%)
(0.00/0.54/0.52/0.26)	

CMYK percentages

%0
%54.5
%51.85
%25.88

Codes

Color #BD565B in popluar color models

BD565B
RGB1898691
HSL357°43.83%53.92%
HSB/HSV357°54.50%74.12%
CMYK0.00%54.50%51.85%
25.88%

Color #BD565B in popluar number systems.

HEXBD565B
Decimal1898691
Binary1011110110101101011011
Octal275126133

Shades and tints

Shades of #BD565B

#BD565B
(189,86,91)
#AC4F53
(172,79,83)
#9B484B
(155,72,75)
#8A4143
(138,65,67)
#793A3B
(121,58,59)
#683333
(104,51,51)
#572C2B
(87,44,43)
#462523
(70,37,35)
#351E1B
(53,30,27)
#241713
(36,23,19)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #BD565B

#BD565B
(189,86,91)
#C36569
(195,101,105)
#C97477
(201,116,119)
#CF8385
(207,131,133)
#D59293
(213,146,147)
#DBA1A1
(219,161,161)
#E1B0AF
(225,176,175)
#E7BFBD
(231,191,189)
#EDCECB
(237,206,203)
#F3DDD9
(243,221,217)
#F9ECE7
(249,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD565B; }

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

This text font color is #BD565B.


Background Color

.myBgColor { background-color: #BD565B; }

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

This div background color is #BD565B.


Border color

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

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

This div border color is #BD565B.


Opacity

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

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

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

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

This text has shadow with #BD565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD565B on black background.


Color preview on white background

This text has color #BD565B on white background.



Black color preview on #BD565B background

This text has black color on #BD565B background.


White color preview on #BD565B background

This text has white color on #BD565B background.