COLOR #B5B27D

HEX: #B5B27D
RGB: (181,178,125)

Color info

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

RGB color model

#B5B27D color RGB value is (181,178,125).

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

RGB channels and saturation

R 181 of 255 = 71%
G 178 of 255 = 70%
B 125 of 255 = 49%

181
178
125

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

Portions of RGB colors in percentages

R + G + B =
181 + 178 + 125 = 484 (100%)
R 181 of 484 ~ 37.4%
G 178 of 484 ~ 36.78%
B 125 of 484 ~ 25.83%

%37.4
%36.78
%25.83

CMYK color model

#B5B27D color CMYK value is (0,2,31,29).

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 30.94%
  • key color value is 29.02%
CMYK:
(0,2,31,29)
C0M2Y31K29 
(0%,2%,31%,29%)
(0.00/0.02/0.31/0.29)	

CMYK percentages

%0
%1.66
%30.94
%29.02

Codes

Color #B5B27D in popluar color models

B5B27D
RGB181178125
HSL57°27.45%60.00%
HSB/HSV57°30.94%70.98%
CMYK0.00%1.66%30.94%
29.02%

Color #B5B27D in popluar number systems.

HEXB5B27D
Decimal181178125
Binary10110101101100101111101
Octal265262175

Shades and tints

Shades of #B5B27D

#B5B27D
(181,178,125)
#A5A272
(165,162,114)
#959267
(149,146,103)
#85825C
(133,130,92)
#757251
(117,114,81)
#656246
(101,98,70)
#55523B
(85,82,59)
#454230
(69,66,48)
#353225
(53,50,37)
#25221A
(37,34,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #B5B27D

#B5B27D
(181,178,125)
#BBB988
(187,185,136)
#C1C093
(193,192,147)
#C7C79E
(199,199,158)
#CDCEA9
(205,206,169)
#D3D5B4
(211,213,180)
#D9DCBF
(217,220,191)
#DFE3CA
(223,227,202)
#E5EAD5
(229,234,213)
#EBF1E0
(235,241,224)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5B27D; }

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

This text font color is #B5B27D.


Background Color

.myBgColor { background-color: #B5B27D; }

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

This div background color is #B5B27D.


Border color

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

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

This div border color is #B5B27D.


Opacity

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

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

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

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

This text has shadow with #B5B27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5B27D on black background.


Color preview on white background

This text has color #B5B27D on white background.



Black color preview on #B5B27D background

This text has black color on #B5B27D background.


White color preview on #B5B27D background

This text has white color on #B5B27D background.