COLOR #BD807B

HEX: #BD807B
RGB: (189,128,123)

Color info

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

RGB color model

#BD807B color RGB value is (189,128,123).

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

RGB channels and saturation

R 189 of 255 = 74%
G 128 of 255 = 50%
B 123 of 255 = 48%

189
128
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 128 + 123 = 440 (100%)
R 189 of 440 ~ 42.95%
G 128 of 440 ~ 29.09%
B 123 of 440 ~ 27.95%

%42.95
%29.09
%27.95

CMYK color model

#BD807B color CMYK value is (0,32,35,26).

  • cyan value is 0.00%
  • magenta value is 32.28%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(0,32,35,26)
C0M32Y35K26 
(0%,32%,35%,26%)
(0.00/0.32/0.35/0.26)	

CMYK percentages

%0
%32.28
%34.92
%25.88

Codes

Color #BD807B in popluar color models

BD807B
RGB189128123
HSL33.33%61.18%
HSB/HSV34.92%74.12%
CMYK0.00%32.28%34.92%
25.88%

Color #BD807B in popluar number systems.

HEXBD807B
Decimal189128123
Binary10111101100000001111011
Octal275200173

Shades and tints

Shades of #BD807B

#BD807B
(189,128,123)
#AC7570
(172,117,112)
#9B6A65
(155,106,101)
#8A5F5A
(138,95,90)
#79544F
(121,84,79)
#684944
(104,73,68)
#573E39
(87,62,57)
#46332E
(70,51,46)
#352823
(53,40,35)
#241D18
(36,29,24)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #BD807B

#BD807B
(189,128,123)
#C38B87
(195,139,135)
#C99693
(201,150,147)
#CFA19F
(207,161,159)
#D5ACAB
(213,172,171)
#DBB7B7
(219,183,183)
#E1C2C3
(225,194,195)
#E7CDCF
(231,205,207)
#EDD8DB
(237,216,219)
#F3E3E7
(243,227,231)
#F9EEF3
(249,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD807B; }

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

This text font color is #BD807B.


Background Color

.myBgColor { background-color: #BD807B; }

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

This div background color is #BD807B.


Border color

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

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

This div border color is #BD807B.


Opacity

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

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

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

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

This text has shadow with #BD807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD807B on black background.


Color preview on white background

This text has color #BD807B on white background.



Black color preview on #BD807B background

This text has black color on #BD807B background.


White color preview on #BD807B background

This text has white color on #BD807B background.