COLOR #B9B27B

HEX: #B9B27B RGB: (185,178,123)

Color info

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

RGB color model

#B9B27B color RGB value is (185,178,123).

RGB: (185,178,123) (73%, 70%, 48%)

RGB channels and saturation

R 185 of 255 = 73%
G 178 of 255 = 70%
B 123 of 255 = 48%

185
178
123

R + G + B ~ 64%. #B9B27B is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 178 + 123 = 486 (100%)
R 185 of 486 ~ 38.07%
G 178 of 486 ~ 36.63%
B 123 of 486 ~ 25.31'%

%38.07
%36.63
%25.31

CMYK color model

#B9B27B color CMYK value is (0,4,34,27).

  • cyan value is 0.00%
  • magenta value is 3.78%
  • yellow value is 33.51%
  • key color value is 27.45%
CMYK: (0,4,34,27) C0M4Y34K27 (0%,4%,34%,27%) (0.00/0.04/0.34/0.27) 

CMYK percentages

%0
%3.78
%33.51
%27.45

Codes

Color #B9B27B in popluar color models

B9 B2 7B
RGB 185 178 123
HSL 53° 30.69% 60.39%
HSB/HSV 53° 33.51% 72.55%
CMYK 0.00% 3.78% 33.51%
27.45%

Color #B9B27B in popluar number systems.

HEX B9 B2 7B
Decimal 185 178 123
Binary 10111001 10110010 1111011
Octal 271 262 173

Shades and tints

Shades of #B9B27B

#B9B27B
(185,178,123)
#A9A270
(169,162,112)
#999265
(153,146,101)
#89825A
(137,130,90)
#79724F
(121,114,79)
#696244
(105,98,68)
#595239
(89,82,57)
#49422E
(73,66,46)
#393223
(57,50,35)
#292218
(41,34,24)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #B9B27B

#B9B27B
(185,178,123)
#BFB987
(191,185,135)
#C5C093
(197,192,147)
#CBC79F
(203,199,159)
#D1CEAB
(209,206,171)
#D7D5B7
(215,213,183)
#DDDCC3
(221,220,195)
#E3E3CF
(227,227,207)
#E9EADB
(233,234,219)
#EFF1E7
(239,241,231)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B27B color. Also use rgb(185,178,123) instead hex code.

Text Font Color

.myTextColor { color: #B9B27B; }

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

This text font color is #B9B27B.

Background Color

.myBgColor { background-color: #B9B27B; }

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

This div background color is #B9B27B.

Border color

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

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

This div border color is #B9B27B.

Opacity

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

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

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

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

This text has shadow with #B9B27B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B27B.

Preview

Color preview on black background

This text has color #B9B27B on black background.


Color preview on white background

This text has color #B9B27B on white background.


Black color preview on #B9B27B background

This text has black color on #B9B27B background.


White color preview on #B9B27B background

This text has white color on #B9B27B background.


Related colors

Complementary color

Complementary color for #hex is #464D84.


I love getcolorcode.com

Triadic colors

1 #7BB9B2 and #B27BB9 with #B9B27B are triadic colors.

2 #7BB2B9 and #B2B97B with #B9B27B are triadic colors.