COLOR #B99780

HEX: #B99780 RGB: (185,151,128)

Color info

#B99780 contains red, green and blue colors in about the same proportion. Web safe color of #B99780 is #CC9966 (or #C96).

RGB color model

#B99780 color RGB value is (185,151,128).

RGB: (185,151,128) (73%, 59%, 50%)

RGB channels and saturation

R 185 of 255 = 73%
G 151 of 255 = 59%
B 128 of 255 = 50%

185
151
128

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

Portions of RGB colors in percentages

R + G + B = 185 + 151 + 128 = 464 (100%)
R 185 of 464 ~ 39.87%
G 151 of 464 ~ 32.54%
B 128 of 464 ~ 27.59'%

%39.87
%32.54
%27.59

CMYK color model

#B99780 color CMYK value is (0,18,31,27).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 30.81%
  • key color value is 27.45%

CMYK: (0,18,31,27)
C0M18Y31K27 (0%, 18%, 31%, 27%)
(0.00 / 0.18 / 0.31 / 0.27)

CMYK percentages

%0
%18.38
%30.81
%27.45

Codes

Color #B99780 in popluar color models

B9 97 80
RGB 185 151 128
HSL 24° 28.93% 61.37%
HSB/HSV 24° 30.81% 72.55%
CMYK 0.00% 18.38% 30.81%
27.45%

Color #B99780 in popluar number systems.

HEX B9 97 80
Decimal 185 151 128
Binary 10111001 10010111 10000000
Octal 271 227 200

Shades and tints

Shades of #B99780

#B99780
(185,151,128)
#A98A75
(169,138,117)
#997D6A
(153,125,106)
#89705F
(137,112,95)
#796354
(121,99,84)
#695649
(105,86,73)
#59493E
(89,73,62)
#493C33
(73,60,51)
#392F28
(57,47,40)
#29221D
(41,34,29)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #B99780

#B99780
(185,151,128)
#BFA08B
(191,160,139)
#C5A996
(197,169,150)
#CBB2A1
(203,178,161)
#D1BBAC
(209,187,172)
#D7C4B7
(215,196,183)
#DDCDC2
(221,205,194)
#E3D6CD
(227,214,205)
#E9DFD8
(233,223,216)
#EFE8E3
(239,232,227)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B99780 color. Also use rgb(185,151,128) instead hex code.

Text Font Color

.myTextColor { color: #B99780; }

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

This text font color is #B99780.

Background Color

.myBgColor { background-color: #B99780; }

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

This div background color is #B99780.

Border color

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

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

This div border color is #B99780.

Opacity

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

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

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

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

This text has shadow with #B99780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B99780.

Preview

Color preview on black background

This text has color #B99780 on black background.


Color preview on white background

This text has color #B99780 on white background.


Black color preview on #B99780 background

This text has black color on #B99780 background.


White color preview on #B99780 background

This text has white color on #B99780 background.


Related colors

Complementary color

Complementary color for #hex is #46687F.


I love getcolorcode.com

Triadic colors

1 #80B997 and #9780B9 with #B99780 are triadic colors.

2 #8097B9 and #97B980 with #B99780 are triadic colors.