COLOR #B7BA5D

HEX: #B7BA5D RGB: (183,186,93)

Color info

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

RGB color model

#B7BA5D color RGB value is (183,186,93).

RGB: (183,186,93) (72%, 73%, 36%)

RGB channels and saturation

R 183 of 255 = 72%
G 186 of 255 = 73%
B 93 of 255 = 36%

183
186
93

R + G + B ~ 60%. #B7BA5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 183 + 186 + 93 = 462 (100%)
R 183 of 462 ~ 39.61%
G 186 of 462 ~ 40.26%
B 93 of 462 ~ 20.13'%

%39.61
%40.26
%20.13

CMYK color model

#B7BA5D color CMYK value is (2,0,50,27).

  • cyan value is 1.61%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 27.06%

CMYK: (2,0,50,27)
C2M0Y50K27 (2%, 0%, 50%, 27%)
(0.02 / 0.00 / 0.50 / 0.27)

CMYK percentages

%1.61
%0
%50
%27.06

Codes

Color #B7BA5D in popluar color models

B7 BA 5D
RGB 183 186 93
HSL 62° 40.26% 54.71%
HSB/HSV 62° 50.00% 72.94%
CMYK 1.61% 0.00% 50.00%
27.06%

Color #B7BA5D in popluar number systems.

HEX B7 BA 5D
Decimal 183 186 93
Binary 10110111 10111010 1011101
Octal 267 272 135

Shades and tints

Shades of #B7BA5D

#B7BA5D
(183,186,93)
#A7AA55
(167,170,85)
#979A4D
(151,154,77)
#878A45
(135,138,69)
#777A3D
(119,122,61)
#676A35
(103,106,53)
#575A2D
(87,90,45)
#474A25
(71,74,37)
#373A1D
(55,58,29)
#272A15
(39,42,21)
#171A0D
(23,26,13)
#000000
(0,0,0)

Tints of #B7BA5D

#B7BA5D
(183,186,93)
#BDC06B
(189,192,107)
#C3C679
(195,198,121)
#C9CC87
(201,204,135)
#CFD295
(207,210,149)
#D5D8A3
(213,216,163)
#DBDEB1
(219,222,177)
#E1E4BF
(225,228,191)
#E7EACD
(231,234,205)
#EDF0DB
(237,240,219)
#F3F6E9
(243,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BA5D color. Also use rgb(183,186,93) instead hex code.

Text Font Color

.myTextColor { color: #B7BA5D; }

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

This text font color is #B7BA5D.

Background Color

.myBgColor { background-color: #B7BA5D; }

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

This div background color is #B7BA5D.

Border color

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

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

This div border color is #B7BA5D.

Opacity

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

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

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

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

This text has shadow with #B7BA5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BA5D.

Preview

Color preview on black background

This text has color #B7BA5D on black background.


Color preview on white background

This text has color #B7BA5D on white background.


Black color preview on #B7BA5D background

This text has black color on #B7BA5D background.


White color preview on #B7BA5D background

This text has white color on #B7BA5D background.


Related colors

Complementary color

Complementary color for #hex is #4845A2.


I love getcolorcode.com

Triadic colors

1 #5DB7BA and #BA5DB7 with #B7BA5D are triadic colors.

2 #5DBAB7 and #BAB75D with #B7BA5D are triadic colors.