COLOR #B0B27C

HEX: #B0B27C RGB: (176,178,124)

Color info

#B0B27C contains red, green and blue colors in about the same proportion. Web safe color of #B0B27C is #999966 (or #996).

RGB color model

#B0B27C color RGB value is (176,178,124).

RGB: (176,178,124) (69%, 70%, 49%)

RGB channels and saturation

R 176 of 255 = 69%
G 178 of 255 = 70%
B 124 of 255 = 49%

176
178
124

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

Portions of RGB colors in percentages

R + G + B = 176 + 178 + 124 = 478 (100%)
R 176 of 478 ~ 36.82%
G 178 of 478 ~ 37.24%
B 124 of 478 ~ 25.94'%

%36.82
%37.24
%25.94

CMYK color model

#B0B27C color CMYK value is (1,0,30,30).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 30.20%

CMYK: (1,0,30,30)
C1M0Y30K30 (1%, 0%, 30%, 30%)
(0.01 / 0.00 / 0.30 / 0.30)

CMYK percentages

%1.12
%0
%30.34
%30.2

Codes

Color #B0B27C in popluar color models

B0 B2 7C
RGB 176 178 124
HSL 62° 25.96% 59.22%
HSB/HSV 62° 30.34% 69.80%
CMYK 1.12% 0.00% 30.34%
30.20%

Color #B0B27C in popluar number systems.

HEX B0 B2 7C
Decimal 176 178 124
Binary 10110000 10110010 1111100
Octal 260 262 174

Shades and tints

Shades of #B0B27C

#B0B27C
(176,178,124)
#A0A271
(160,162,113)
#909266
(144,146,102)
#80825B
(128,130,91)
#707250
(112,114,80)
#606245
(96,98,69)
#50523A
(80,82,58)
#40422F
(64,66,47)
#303224
(48,50,36)
#202219
(32,34,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B0B27C

#B0B27C
(176,178,124)
#B7B987
(183,185,135)
#BEC092
(190,192,146)
#C5C79D
(197,199,157)
#CCCEA8
(204,206,168)
#D3D5B3
(211,213,179)
#DADCBE
(218,220,190)
#E1E3C9
(225,227,201)
#E8EAD4
(232,234,212)
#EFF1DF
(239,241,223)
#F6F8EA
(246,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B27C color. Also use rgb(176,178,124) instead hex code.

Text Font Color

.myTextColor { color: #B0B27C; }

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

This text font color is #B0B27C.

Background Color

.myBgColor { background-color: #B0B27C; }

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

This div background color is #B0B27C.

Border color

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

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

This div border color is #B0B27C.

Opacity

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

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

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

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

This text has shadow with #B0B27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B27C.

Preview

Color preview on black background

This text has color #B0B27C on black background.


Color preview on white background

This text has color #B0B27C on white background.


Black color preview on #B0B27C background

This text has black color on #B0B27C background.


White color preview on #B0B27C background

This text has white color on #B0B27C background.


Related colors

Complementary color

Complementary color for #hex is #4F4D83.


I love getcolorcode.com

Triadic colors

1 #7CB0B2 and #B27CB0 with #B0B27C are triadic colors.

2 #7CB2B0 and #B2B07C with #B0B27C are triadic colors.