COLOR #B9BE9A

HEX: #B9BE9A RGB: (185,190,154)

Color info

#B9BE9A contains red, green and blue colors in about the same proportion. Web safe color of #B9BE9A is #CCCC99 (or #CC9).

RGB color model

#B9BE9A color RGB value is (185,190,154).

RGB: (185,190,154) (73%, 75%, 60%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 154 of 255 = 60%

185
190
154

R + G + B ~ 69%. #B9BE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 154 = 529 (100%)
R 185 of 529 ~ 34.97%
G 190 of 529 ~ 35.92%
B 154 of 529 ~ 29.11'%

%34.97
%35.92
%29.11

CMYK color model

#B9BE9A color CMYK value is (3,0,19,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (3,0,19,25)
C3M0Y19K25 (3%, 0%, 19%, 25%)
(0.03 / 0.00 / 0.19 / 0.25)

CMYK percentages

%2.63
%0
%18.95
%25.49

Codes

Color #B9BE9A in popluar color models

B9 BE 9A
RGB 185 190 154
HSL 68° 21.69% 67.45%
HSB/HSV 68° 18.95% 74.51%
CMYK 2.63% 0.00% 18.95%
25.49%

Color #B9BE9A in popluar number systems.

HEX B9 BE 9A
Decimal 185 190 154
Binary 10111001 10111110 10011010
Octal 271 276 232

Shades and tints

Shades of #B9BE9A

#B9BE9A
(185,190,154)
#A9AD8C
(169,173,140)
#999C7E
(153,156,126)
#898B70
(137,139,112)
#797A62
(121,122,98)
#696954
(105,105,84)
#595846
(89,88,70)
#494738
(73,71,56)
#39362A
(57,54,42)
#29251C
(41,37,28)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #B9BE9A

#B9BE9A
(185,190,154)
#BFC3A3
(191,195,163)
#C5C8AC
(197,200,172)
#CBCDB5
(203,205,181)
#D1D2BE
(209,210,190)
#D7D7C7
(215,215,199)
#DDDCD0
(221,220,208)
#E3E1D9
(227,225,217)
#E9E6E2
(233,230,226)
#EFEBEB
(239,235,235)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BE9A color. Also use rgb(185,190,154) instead hex code.

Text Font Color

.myTextColor { color: #B9BE9A; }

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

This text font color is #B9BE9A.

Background Color

.myBgColor { background-color: #B9BE9A; }

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

This div background color is #B9BE9A.

Border color

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

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

This div border color is #B9BE9A.

Opacity

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

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

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

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

This text has shadow with #B9BE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BE9A.

Preview

Color preview on black background

This text has color #B9BE9A on black background.


Color preview on white background

This text has color #B9BE9A on white background.


Black color preview on #B9BE9A background

This text has black color on #B9BE9A background.


White color preview on #B9BE9A background

This text has white color on #B9BE9A background.


Related colors

Complementary color

Complementary color for #hex is #464165.


I love getcolorcode.com

Triadic colors

1 #9AB9BE and #BE9AB9 with #B9BE9A are triadic colors.

2 #9ABEB9 and #BEB99A with #B9BE9A are triadic colors.