COLOR #BD8083

HEX: #BD8083
RGB: (189,128,131)

Color info

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

RGB color model

#BD8083 color RGB value is (189,128,131).

  • red value is 189;
  • green value is 128;
  • blue value is 131.
RGB:
(189,128,131)
(74%,50%,51%)

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 131 of 255 = 51%

189
128
131

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

Portions of RGB colors in percentages

R + G + B =
189 + 128 + 131 = 448 (100%)
R 189 of 448 ~ 42.19%
G 128 of 448 ~ 28.57%
B 131 of 448 ~ 29.24%

%42.19
%28.57
%29.24

CMYK color model

#BD8083 color CMYK value is (0,32,31,26).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(0,32,31,26)
C0M32Y31K26 
(0%,32%,31%,26%)
(0.00/0.32/0.31/0.26)	

CMYK percentages

%0
%32.28
%30.69
%25.88

Codes

Color #BD8083 in popluar color models

BD8083
RGB189128131
HSL357°31.61%62.16%
HSB/HSV357°32.28%74.12%
CMYK0.00%32.28%30.69%
25.88%

Color #BD8083 in popluar number systems.

HEXBD8083
Decimal189128131
Binary101111011000000010000011
Octal275200203

Shades and tints

Shades of #BD8083

#BD8083
(189,128,131)
#AC7578
(172,117,120)
#9B6A6D
(155,106,109)
#8A5F62
(138,95,98)
#795457
(121,84,87)
#68494C
(104,73,76)
#573E41
(87,62,65)
#463336
(70,51,54)
#35282B
(53,40,43)
#241D20
(36,29,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD8083

#BD8083
(189,128,131)
#C38B8E
(195,139,142)
#C99699
(201,150,153)
#CFA1A4
(207,161,164)
#D5ACAF
(213,172,175)
#DBB7BA
(219,183,186)
#E1C2C5
(225,194,197)
#E7CDD0
(231,205,208)
#EDD8DB
(237,216,219)
#F3E3E6
(243,227,230)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8083 color. Also use rgb(189,128,131) instead hex code.

Text Font Color

.myTextColor { color: #BD8083; }

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

This text font color is #BD8083.


Background Color

.myBgColor { background-color: #BD8083; }

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

This div background color is #BD8083.


Border color

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

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

This div border color is #BD8083.


Opacity

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

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

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

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

This text has shadow with #BD8083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8083 on black background.


Color preview on white background

This text has color #BD8083 on white background.



Black color preview on #BD8083 background

This text has black color on #BD8083 background.


White color preview on #BD8083 background

This text has white color on #BD8083 background.