COLOR #BD7F90

HEX: #BD7F90
RGB: (189,127,144)

Color info

#BD7F90 contains mainly red and blue colors. Web safe color of #BD7F90 is #CC6699 (or #C69).

RGB color model

#BD7F90 color RGB value is (189,127,144).

  • red value is 189;
  • green value is 127;
  • blue value is 144.
RGB:
(189,127,144)
(74%,50%,56%)

RGB channels and saturation

R 189 of 255 = 74%
G 127 of 255 = 50%
B 144 of 255 = 56%

189
127
144

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

Portions of RGB colors in percentages

R + G + B =
189 + 127 + 144 = 460 (100%)
R 189 of 460 ~ 41.09%
G 127 of 460 ~ 27.61%
B 144 of 460 ~ 31.3%

%41.09
%27.61
%31.3

CMYK color model

#BD7F90 color CMYK value is (0,33,24,26).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 23.81%
  • key color value is 25.88%
CMYK:
(0,33,24,26)
C0M33Y24K26 
(0%,33%,24%,26%)
(0.00/0.33/0.24/0.26)	

CMYK percentages

%0
%32.8
%23.81
%25.88

Codes

Color #BD7F90 in popluar color models

BD7F90
RGB189127144
HSL344°31.96%61.96%
HSB/HSV344°32.80%74.12%
CMYK0.00%32.80%23.81%
25.88%

Color #BD7F90 in popluar number systems.

HEXBD7F90
Decimal189127144
Binary10111101111111110010000
Octal275177220

Shades and tints

Shades of #BD7F90

#BD7F90
(189,127,144)
#AC7483
(172,116,131)
#9B6976
(155,105,118)
#8A5E69
(138,94,105)
#79535C
(121,83,92)
#68484F
(104,72,79)
#573D42
(87,61,66)
#463235
(70,50,53)
#352728
(53,39,40)
#241C1B
(36,28,27)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #BD7F90

#BD7F90
(189,127,144)
#C38A9A
(195,138,154)
#C995A4
(201,149,164)
#CFA0AE
(207,160,174)
#D5ABB8
(213,171,184)
#DBB6C2
(219,182,194)
#E1C1CC
(225,193,204)
#E7CCD6
(231,204,214)
#EDD7E0
(237,215,224)
#F3E2EA
(243,226,234)
#F9EDF4
(249,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD7F90; }

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

This text font color is #BD7F90.


Background Color

.myBgColor { background-color: #BD7F90; }

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

This div background color is #BD7F90.


Border color

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

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

This div border color is #BD7F90.


Opacity

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

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

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

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

This text has shadow with #BD7F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD7F90 on black background.


Color preview on white background

This text has color #BD7F90 on white background.



Black color preview on #BD7F90 background

This text has black color on #BD7F90 background.


White color preview on #BD7F90 background

This text has white color on #BD7F90 background.