COLOR #BD565F

HEX: #BD565F
RGB: (189,86,95)

Color info

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

RGB color model

#BD565F color RGB value is (189,86,95).

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

RGB channels and saturation

R 189 of 255 = 74%
G 86 of 255 = 34%
B 95 of 255 = 37%

189
86
95

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

Portions of RGB colors in percentages

R + G + B =
189 + 86 + 95 = 370 (100%)
R 189 of 370 ~ 51.08%
G 86 of 370 ~ 23.24%
B 95 of 370 ~ 25.68%

%51.08
%23.24
%25.68

CMYK color model

#BD565F color CMYK value is (0,54,50,26).

  • cyan value is 0.00%
  • magenta value is 54.50%
  • yellow value is 49.74%
  • key color value is 25.88%
CMYK:
(0,54,50,26)
C0M54Y50K26 
(0%,54%,50%,26%)
(0.00/0.54/0.50/0.26)	

CMYK percentages

%0
%54.5
%49.74
%25.88

Codes

Color #BD565F in popluar color models

BD565F
RGB1898695
HSL355°43.83%53.92%
HSB/HSV355°54.50%74.12%
CMYK0.00%54.50%49.74%
25.88%

Color #BD565F in popluar number systems.

HEXBD565F
Decimal1898695
Binary1011110110101101011111
Octal275126137

Shades and tints

Shades of #BD565F

#BD565F
(189,86,95)
#AC4F57
(172,79,87)
#9B484F
(155,72,79)
#8A4147
(138,65,71)
#793A3F
(121,58,63)
#683337
(104,51,55)
#572C2F
(87,44,47)
#462527
(70,37,39)
#351E1F
(53,30,31)
#241717
(36,23,23)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #BD565F

#BD565F
(189,86,95)
#C3656D
(195,101,109)
#C9747B
(201,116,123)
#CF8389
(207,131,137)
#D59297
(213,146,151)
#DBA1A5
(219,161,165)
#E1B0B3
(225,176,179)
#E7BFC1
(231,191,193)
#EDCECF
(237,206,207)
#F3DDDD
(243,221,221)
#F9ECEB
(249,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD565F; }

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

This text font color is #BD565F.


Background Color

.myBgColor { background-color: #BD565F; }

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

This div background color is #BD565F.


Border color

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

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

This div border color is #BD565F.


Opacity

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

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

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

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

This text has shadow with #BD565F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD565F on black background.


Color preview on white background

This text has color #BD565F on white background.



Black color preview on #BD565F background

This text has black color on #BD565F background.


White color preview on #BD565F background

This text has white color on #BD565F background.