COLOR #BD8290

HEX: #BD8290
RGB: (189,130,144)

Color info

#BD8290 contains red, green and blue colors in about the same proportion. Web safe color of #BD8290 is #CC9999 (or #C99).

RGB color model

#BD8290 color RGB value is (189,130,144).

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

RGB channels and saturation

R 189 of 255 = 74%
G 130 of 255 = 51%
B 144 of 255 = 56%

189
130
144

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

Portions of RGB colors in percentages

R + G + B =
189 + 130 + 144 = 463 (100%)
R 189 of 463 ~ 40.82%
G 130 of 463 ~ 28.08%
B 144 of 463 ~ 31.1%

%40.82
%28.08
%31.1

CMYK color model

#BD8290 color CMYK value is (0,31,24,26).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 23.81%
  • key color value is 25.88%
CMYK:
(0,31,24,26)
C0M31Y24K26 
(0%,31%,24%,26%)
(0.00/0.31/0.24/0.26)	

CMYK percentages

%0
%31.22
%23.81
%25.88

Codes

Color #BD8290 in popluar color models

BD8290
RGB189130144
HSL346°30.89%62.55%
HSB/HSV346°31.22%74.12%
CMYK0.00%31.22%23.81%
25.88%

Color #BD8290 in popluar number systems.

HEXBD8290
Decimal189130144
Binary101111011000001010010000
Octal275202220

Shades and tints

Shades of #BD8290

#BD8290
(189,130,144)
#AC7783
(172,119,131)
#9B6C76
(155,108,118)
#8A6169
(138,97,105)
#79565C
(121,86,92)
#684B4F
(104,75,79)
#574042
(87,64,66)
#463535
(70,53,53)
#352A28
(53,42,40)
#241F1B
(36,31,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #BD8290

#BD8290
(189,130,144)
#C38D9A
(195,141,154)
#C998A4
(201,152,164)
#CFA3AE
(207,163,174)
#D5AEB8
(213,174,184)
#DBB9C2
(219,185,194)
#E1C4CC
(225,196,204)
#E7CFD6
(231,207,214)
#EDDAE0
(237,218,224)
#F3E5EA
(243,229,234)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8290; }

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

This text font color is #BD8290.


Background Color

.myBgColor { background-color: #BD8290; }

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

This div background color is #BD8290.


Border color

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

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

This div border color is #BD8290.


Opacity

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

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

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

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

This text has shadow with #BD8290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8290 on black background.


Color preview on white background

This text has color #BD8290 on white background.



Black color preview on #BD8290 background

This text has black color on #BD8290 background.


White color preview on #BD8290 background

This text has white color on #BD8290 background.