COLOR #B5BA75

HEX: #B5BA75 RGB: (181,186,117)

Color info

#B5BA75 contains mainly red and green colors. Web safe color of #B5BA75 is #CCCC66 (or #CC6).

RGB color model

#B5BA75 color RGB value is (181,186,117).

RGB: (181,186,117) (71%, 73%, 46%)

RGB channels and saturation

R 181 of 255 = 71%
G 186 of 255 = 73%
B 117 of 255 = 46%

181
186
117

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

Portions of RGB colors in percentages

R + G + B = 181 + 186 + 117 = 484 (100%)
R 181 of 484 ~ 37.4%
G 186 of 484 ~ 38.43%
B 117 of 484 ~ 24.17'%

%37.4
%38.43
%24.17

CMYK color model

#B5BA75 color CMYK value is (3,0,37,27).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 37.10%
  • key color value is 27.06%

CMYK: (3,0,37,27)
C3M0Y37K27 (3%, 0%, 37%, 27%)
(0.03 / 0.00 / 0.37 / 0.27)

CMYK percentages

%2.69
%0
%37.1
%27.06

Codes

Color #B5BA75 in popluar color models

B5 BA 75
RGB 181 186 117
HSL 64° 33.33% 59.41%
HSB/HSV 64° 37.10% 72.94%
CMYK 2.69% 0.00% 37.10%
27.06%

Color #B5BA75 in popluar number systems.

HEX B5 BA 75
Decimal 181 186 117
Binary 10110101 10111010 1110101
Octal 265 272 165

Shades and tints

Shades of #B5BA75

#B5BA75
(181,186,117)
#A5AA6B
(165,170,107)
#959A61
(149,154,97)
#858A57
(133,138,87)
#757A4D
(117,122,77)
#656A43
(101,106,67)
#555A39
(85,90,57)
#454A2F
(69,74,47)
#353A25
(53,58,37)
#252A1B
(37,42,27)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #B5BA75

#B5BA75
(181,186,117)
#BBC081
(187,192,129)
#C1C68D
(193,198,141)
#C7CC99
(199,204,153)
#CDD2A5
(205,210,165)
#D3D8B1
(211,216,177)
#D9DEBD
(217,222,189)
#DFE4C9
(223,228,201)
#E5EAD5
(229,234,213)
#EBF0E1
(235,240,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BA75 color. Also use rgb(181,186,117) instead hex code.

Text Font Color

.myTextColor { color: #B5BA75; }

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

This text font color is #B5BA75.

Background Color

.myBgColor { background-color: #B5BA75; }

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

This div background color is #B5BA75.

Border color

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

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

This div border color is #B5BA75.

Opacity

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

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

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

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

This text has shadow with #B5BA75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BA75.

Preview

Color preview on black background

This text has color #B5BA75 on black background.


Color preview on white background

This text has color #B5BA75 on white background.


Black color preview on #B5BA75 background

This text has black color on #B5BA75 background.


White color preview on #B5BA75 background

This text has white color on #B5BA75 background.


Related colors

Complementary color

Complementary color for #hex is #4A458A.


I love getcolorcode.com

Triadic colors

1 #75B5BA and #BA75B5 with #B5BA75 are triadic colors.

2 #75BAB5 and #BAB575 with #B5BA75 are triadic colors.