COLOR #BD9096

HEX: #BD9096 RGB: (189,144,150)

Color info

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

RGB color model

#BD9096 color RGB value is (189,144,150).

RGB: (189,144,150) (74%, 56%, 59%)

RGB channels and saturation

R 189 of 255 = 74%
G 144 of 255 = 56%
B 150 of 255 = 59%

189
144
150

R + G + B ~ 63%. #BD9096 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 144 + 150 = 483 (100%)
R 189 of 483 ~ 39.13%
G 144 of 483 ~ 29.81%
B 150 of 483 ~ 31.06'%

%39.13
%29.81
%31.06

CMYK color model

#BD9096 color CMYK value is (0,24,21,26).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 20.63%
  • key color value is 25.88%

CMYK: (0,24,21,26)
C0M24Y21K26 (0%, 24%, 21%, 26%)
(0.00 / 0.24 / 0.21 / 0.26)

CMYK percentages

%0
%23.81
%20.63
%25.88

Codes

Color #BD9096 in popluar color models

BD 90 96
RGB 189 144 150
HSL 352° 25.42% 65.29%
HSB/HSV 352° 23.81% 74.12%
CMYK 0.00% 23.81% 20.63%
25.88%

Color #BD9096 in popluar number systems.

HEX BD 90 96
Decimal 189 144 150
Binary 10111101 10010000 10010110
Octal 275 220 226

Shades and tints

Shades of #BD9096

#BD9096
(189,144,150)
#AC8389
(172,131,137)
#9B767C
(155,118,124)
#8A696F
(138,105,111)
#795C62
(121,92,98)
#684F55
(104,79,85)
#574248
(87,66,72)
#46353B
(70,53,59)
#35282E
(53,40,46)
#241B21
(36,27,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #BD9096

#BD9096
(189,144,150)
#C39A9F
(195,154,159)
#C9A4A8
(201,164,168)
#CFAEB1
(207,174,177)
#D5B8BA
(213,184,186)
#DBC2C3
(219,194,195)
#E1CCCC
(225,204,204)
#E7D6D5
(231,214,213)
#EDE0DE
(237,224,222)
#F3EAE7
(243,234,231)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9096; }

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

This text font color is #BD9096.

Background Color

.myBgColor { background-color: #BD9096; }

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

This div background color is #BD9096.

Border color

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

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

This div border color is #BD9096.

Opacity

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

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

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

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

This text has shadow with #BD9096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD9096.

Preview

Color preview on black background

This text has color #BD9096 on black background.


Color preview on white background

This text has color #BD9096 on white background.


Black color preview on #BD9096 background

This text has black color on #BD9096 background.


White color preview on #BD9096 background

This text has white color on #BD9096 background.


Related colors

Complementary color

Complementary color for #hex is #426F69.


I love getcolorcode.com

Triadic colors

1 #96BD90 and #9096BD with #BD9096 are triadic colors.

2 #9690BD and #90BD96 with #BD9096 are triadic colors.