COLOR #BD9082

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
144
130

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

Portions of RGB colors in percentages

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

%40.82
%31.1
%28.08

CMYK color model

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

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

CMYK percentages

%0
%23.81
%31.22
%25.88

Codes

Color #BD9082 in popluar color models

BD9082
RGB189144130
HSL14°30.89%62.55%
HSB/HSV14°31.22%74.12%
CMYK0.00%23.81%31.22%
25.88%

Color #BD9082 in popluar number systems.

HEXBD9082
Decimal189144130
Binary101111011001000010000010
Octal275220202

Shades and tints

Shades of #BD9082

#BD9082
(189,144,130)
#AC8377
(172,131,119)
#9B766C
(155,118,108)
#8A6961
(138,105,97)
#795C56
(121,92,86)
#684F4B
(104,79,75)
#574240
(87,66,64)
#463535
(70,53,53)
#35282A
(53,40,42)
#241B1F
(36,27,31)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #BD9082

#BD9082
(189,144,130)
#C39A8D
(195,154,141)
#C9A498
(201,164,152)
#CFAEA3
(207,174,163)
#D5B8AE
(213,184,174)
#DBC2B9
(219,194,185)
#E1CCC4
(225,204,196)
#E7D6CF
(231,214,207)
#EDE0DA
(237,224,218)
#F3EAE5
(243,234,229)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9082; }

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

This text font color is #BD9082.


Background Color

.myBgColor { background-color: #BD9082; }

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

This div background color is #BD9082.


Border color

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

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

This div border color is #BD9082.


Opacity

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

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

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

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

This text has shadow with #BD9082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9082 on black background.


Color preview on white background

This text has color #BD9082 on white background.



Black color preview on #BD9082 background

This text has black color on #BD9082 background.


White color preview on #BD9082 background

This text has white color on #BD9082 background.