COLOR #B5B27A

HEX: #B5B27A
RGB: (181,178,122)

Color info

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

RGB color model

#B5B27A color RGB value is (181,178,122).

  • red value is 181;
  • green value is 178;
  • blue value is 122.
RGB:
(181,178,122)
(71%,70%,48%)

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 122 of 255 = 48%

181
178
122

R + G + B ~ 63%. #B5B27A is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 122 = 481 (100%)
R 181 of 481 ~ 37.63%
G 178 of 481 ~ 37.01%
B 122 of 481 ~ 25.36%

%37.63
%37.01
%25.36

CMYK color model

#B5B27A color CMYK value is (0,2,33,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 32.60%
  • key color value is 29.02%
CMYK:
(0,2,33,29)
C0M2Y33K29 
(0%,2%,33%,29%)
(0.00/0.02/0.33/0.29)	

CMYK percentages

%0
%1.66
%32.6
%29.02

Codes

Color #B5B27A in popluar color models

B5B27A
RGB181178122
HSL57°28.50%59.41%
HSB/HSV57°32.60%70.98%
CMYK0.00%1.66%32.60%
29.02%

Color #B5B27A in popluar number systems.

HEXB5B27A
Decimal181178122
Binary10110101101100101111010
Octal265262172

Shades and tints

Shades of #B5B27A

#B5B27A
(181,178,122)
#A5A26F
(165,162,111)
#959264
(149,146,100)
#858259
(133,130,89)
#75724E
(117,114,78)
#656243
(101,98,67)
#555238
(85,82,56)
#45422D
(69,66,45)
#353222
(53,50,34)
#252217
(37,34,23)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #B5B27A

#B5B27A
(181,178,122)
#BBB986
(187,185,134)
#C1C092
(193,192,146)
#C7C79E
(199,199,158)
#CDCEAA
(205,206,170)
#D3D5B6
(211,213,182)
#D9DCC2
(217,220,194)
#DFE3CE
(223,227,206)
#E5EADA
(229,234,218)
#EBF1E6
(235,241,230)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5B27A color. Also use rgb(181,178,122) instead hex code.

Text Font Color

.myTextColor { color: #B5B27A; }

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

This text font color is #B5B27A.


Background Color

.myBgColor { background-color: #B5B27A; }

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

This div background color is #B5B27A.


Border color

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

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

This div border color is #B5B27A.


Opacity

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

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

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

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

This text has shadow with #B5B27A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B27A on black background.


Color preview on white background

This text has color #B5B27A on white background.



Black color preview on #B5B27A background

This text has black color on #B5B27A background.


White color preview on #B5B27A background

This text has white color on #B5B27A background.