COLOR #BD567C

HEX: #BD567C
RGB: (189,86,124)

Color info

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

RGB color model

#BD567C color RGB value is (189,86,124).

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

RGB channels and saturation

R 189 of 255 = 74%
G 86 of 255 = 34%
B 124 of 255 = 49%

189
86
124

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

Portions of RGB colors in percentages

R + G + B =
189 + 86 + 124 = 399 (100%)
R 189 of 399 ~ 47.37%
G 86 of 399 ~ 21.55%
B 124 of 399 ~ 31.08%

%47.37
%21.55
%31.08

CMYK color model

#BD567C color CMYK value is (0,54,34,26).

  • cyan value is 0.00%
  • magenta value is 54.50%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(0,54,34,26)
C0M54Y34K26 
(0%,54%,34%,26%)
(0.00/0.54/0.34/0.26)	

CMYK percentages

%0
%54.5
%34.39
%25.88

Codes

Color #BD567C in popluar color models

BD567C
RGB18986124
HSL338°43.83%53.92%
HSB/HSV338°54.50%74.12%
CMYK0.00%54.50%34.39%
25.88%

Color #BD567C in popluar number systems.

HEXBD567C
Decimal18986124
Binary1011110110101101111100
Octal275126174

Shades and tints

Shades of #BD567C

#BD567C
(189,86,124)
#AC4F71
(172,79,113)
#9B4866
(155,72,102)
#8A415B
(138,65,91)
#793A50
(121,58,80)
#683345
(104,51,69)
#572C3A
(87,44,58)
#46252F
(70,37,47)
#351E24
(53,30,36)
#241719
(36,23,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #BD567C

#BD567C
(189,86,124)
#C36587
(195,101,135)
#C97492
(201,116,146)
#CF839D
(207,131,157)
#D592A8
(213,146,168)
#DBA1B3
(219,161,179)
#E1B0BE
(225,176,190)
#E7BFC9
(231,191,201)
#EDCED4
(237,206,212)
#F3DDDF
(243,221,223)
#F9ECEA
(249,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD567C; }

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

This text font color is #BD567C.


Background Color

.myBgColor { background-color: #BD567C; }

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

This div background color is #BD567C.


Border color

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

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

This div border color is #BD567C.


Opacity

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

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

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

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

This text has shadow with #BD567C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD567C on black background.


Color preview on white background

This text has color #BD567C on white background.



Black color preview on #BD567C background

This text has black color on #BD567C background.


White color preview on #BD567C background

This text has white color on #BD567C background.