COLOR #B5C387

HEX: #B5C387 RGB: (181,195,135)

Color info

#B5C387 contains mainly red and green colors. Web safe color of #B5C387 is #CCCC99 (or #CC9).

RGB color model

#B5C387 color RGB value is (181,195,135).

RGB: (181,195,135) (71%, 76%, 53%)

RGB channels and saturation

R 181 of 255 = 71%
G 195 of 255 = 76%
B 135 of 255 = 53%

181
195
135

R + G + B ~ 67%. #B5C387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 195 + 135 = 511 (100%)
R 181 of 511 ~ 35.42%
G 195 of 511 ~ 38.16%
B 135 of 511 ~ 26.42'%

%35.42
%38.16
%26.42

CMYK color model

#B5C387 color CMYK value is (7,0,31,24).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK: (7,0,31,24) C7M0Y31K24 (7%,0%,31%,24%) (0.07/0.00/0.31/0.24) 

CMYK percentages

%7.18
%0
%30.77
%23.53

Codes

Color #B5C387 in popluar color models

B5 C3 87
RGB 181 195 135
HSL 74° 33.33% 64.71%
HSB/HSV 74° 30.77% 76.47%
CMYK 7.18% 0.00% 30.77%
23.53%

Color #B5C387 in popluar number systems.

HEX B5 C3 87
Decimal 181 195 135
Binary 10110101 11000011 10000111
Octal 265 303 207

Shades and tints

Shades of #B5C387

#B5C387
(181,195,135)
#A5B27B
(165,178,123)
#95A16F
(149,161,111)
#859063
(133,144,99)
#757F57
(117,127,87)
#656E4B
(101,110,75)
#555D3F
(85,93,63)
#454C33
(69,76,51)
#353B27
(53,59,39)
#252A1B
(37,42,27)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #B5C387

#B5C387
(181,195,135)
#BBC891
(187,200,145)
#C1CD9B
(193,205,155)
#C7D2A5
(199,210,165)
#CDD7AF
(205,215,175)
#D3DCB9
(211,220,185)
#D9E1C3
(217,225,195)
#DFE6CD
(223,230,205)
#E5EBD7
(229,235,215)
#EBF0E1
(235,240,225)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C387 color. Also use rgb(181,195,135) instead hex code.

Text Font Color

.myTextColor { color: #B5C387; }

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

This text font color is #B5C387.

Background Color

.myBgColor { background-color: #B5C387; }

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

This div background color is #B5C387.

Border color

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

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

This div border color is #B5C387.

Opacity

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

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

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

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

This text has shadow with #B5C387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C387.

Preview

Color preview on black background

This text has color #B5C387 on black background.


Color preview on white background

This text has color #B5C387 on white background.


Black color preview on #B5C387 background

This text has black color on #B5C387 background.


White color preview on #B5C387 background

This text has white color on #B5C387 background.


Related colors

Complementary color

Complementary color for #hex is #4A3C78.


I love getcolorcode.com

Triadic colors

1 #87B5C3 and #C387B5 with #B5C387 are triadic colors.

2 #87C3B5 and #C3B587 with #B5C387 are triadic colors.