COLOR #BD8384

HEX: #BD8384
RGB: (189,131,132)

Color info

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

RGB color model

#BD8384 color RGB value is (189,131,132).

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

RGB channels and saturation

R 189 of 255 = 74%
G 131 of 255 = 51%
B 132 of 255 = 52%

189
131
132

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

Portions of RGB colors in percentages

R + G + B =
189 + 131 + 132 = 452 (100%)
R 189 of 452 ~ 41.81%
G 131 of 452 ~ 28.98%
B 132 of 452 ~ 29.2%

%41.81
%28.98
%29.2

CMYK color model

#BD8384 color CMYK value is (0,31,30,26).

  • cyan value is 0.00%
  • magenta value is 30.69%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(0,31,30,26)
C0M31Y30K26 
(0%,31%,30%,26%)
(0.00/0.31/0.30/0.26)	

CMYK percentages

%0
%30.69
%30.16
%25.88

Codes

Color #BD8384 in popluar color models

BD8384
RGB189131132
HSL359°30.53%62.75%
HSB/HSV359°30.69%74.12%
CMYK0.00%30.69%30.16%
25.88%

Color #BD8384 in popluar number systems.

HEXBD8384
Decimal189131132
Binary101111011000001110000100
Octal275203204

Shades and tints

Shades of #BD8384

#BD8384
(189,131,132)
#AC7878
(172,120,120)
#9B6D6C
(155,109,108)
#8A6260
(138,98,96)
#795754
(121,87,84)
#684C48
(104,76,72)
#57413C
(87,65,60)
#463630
(70,54,48)
#352B24
(53,43,36)
#242018
(36,32,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #BD8384

#BD8384
(189,131,132)
#C38E8F
(195,142,143)
#C9999A
(201,153,154)
#CFA4A5
(207,164,165)
#D5AFB0
(213,175,176)
#DBBABB
(219,186,187)
#E1C5C6
(225,197,198)
#E7D0D1
(231,208,209)
#EDDBDC
(237,219,220)
#F3E6E7
(243,230,231)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8384; }

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

This text font color is #BD8384.


Background Color

.myBgColor { background-color: #BD8384; }

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

This div background color is #BD8384.


Border color

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

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

This div border color is #BD8384.


Opacity

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

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

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

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

This text has shadow with #BD8384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8384 on black background.


Color preview on white background

This text has color #BD8384 on white background.



Black color preview on #BD8384 background

This text has black color on #BD8384 background.


White color preview on #BD8384 background

This text has white color on #BD8384 background.