COLOR #B99B7D

HEX: #B99B7D RGB: (185,155,125)

Color info

#B99B7D contains mainly red and green colors. Web safe color of #B99B7D is #CC9966 (or #C96).

RGB color model

#B99B7D color RGB value is (185,155,125).

RGB: (185,155,125) (73%, 61%, 49%)

RGB channels and saturation

R 185 of 255 = 73%
G 155 of 255 = 61%
B 125 of 255 = 49%

185
155
125

R + G + B ~ 61%. #B99B7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 155 + 125 = 465 (100%)
R 185 of 465 ~ 39.78%
G 155 of 465 ~ 33.33%
B 125 of 465 ~ 26.88'%

%39.78
%33.33
%26.88

CMYK color model

#B99B7D color CMYK value is (0,16,32,27).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 32.43%
  • key color value is 27.45%
CMYK: (0,16,32,27) C0M16Y32K27 (0%,16%,32%,27%) (0.00/0.16/0.32/0.27) 

CMYK percentages

%0
%16.22
%32.43
%27.45

Codes

Color #B99B7D in popluar color models

B9 9B 7D
RGB 185 155 125
HSL 30° 30.00% 60.78%
HSB/HSV 30° 32.43% 72.55%
CMYK 0.00% 16.22% 32.43%
27.45%

Color #B99B7D in popluar number systems.

HEX B9 9B 7D
Decimal 185 155 125
Binary 10111001 10011011 1111101
Octal 271 233 175

Shades and tints

Shades of #B99B7D

#B99B7D
(185,155,125)
#A98D72
(169,141,114)
#997F67
(153,127,103)
#89715C
(137,113,92)
#796351
(121,99,81)
#695546
(105,85,70)
#59473B
(89,71,59)
#493930
(73,57,48)
#392B25
(57,43,37)
#291D1A
(41,29,26)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #B99B7D

#B99B7D
(185,155,125)
#BFA488
(191,164,136)
#C5AD93
(197,173,147)
#CBB69E
(203,182,158)
#D1BFA9
(209,191,169)
#D7C8B4
(215,200,180)
#DDD1BF
(221,209,191)
#E3DACA
(227,218,202)
#E9E3D5
(233,227,213)
#EFECE0
(239,236,224)
#F5F5EB
(245,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99B7D color. Also use rgb(185,155,125) instead hex code.

Text Font Color

.myTextColor { color: #B99B7D; }

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

This text font color is #B99B7D.

Background Color

.myBgColor { background-color: #B99B7D; }

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

This div background color is #B99B7D.

Border color

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

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

This div border color is #B99B7D.

Opacity

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

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

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

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

This text has shadow with #B99B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99B7D.

Preview

Color preview on black background

This text has color #B99B7D on black background.


Color preview on white background

This text has color #B99B7D on white background.


Black color preview on #B99B7D background

This text has black color on #B99B7D background.


White color preview on #B99B7D background

This text has white color on #B99B7D background.


Related colors

Complementary color

Complementary color for #hex is #466482.


I love getcolorcode.com

Triadic colors

1 #7DB99B and #9B7DB9 with #B99B7D are triadic colors.

2 #7D9BB9 and #9BB97D with #B99B7D are triadic colors.