COLOR #B0B685

HEX: #B0B685 RGB: (176,182,133)

Color info

#B0B685 contains red, green and blue colors in about the same proportion. Web safe color of #B0B685 is #99CC99 (or #9C9).

RGB color model

#B0B685 color RGB value is (176,182,133).

RGB: (176,182,133) (69%, 71%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 182 of 255 = 71%
B 133 of 255 = 52%

176
182
133

R + G + B ~ 64%. #B0B685 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 182 + 133 = 491 (100%)
R 176 of 491 ~ 35.85%
G 182 of 491 ~ 37.07%
B 133 of 491 ~ 27.09'%

%35.85
%37.07
%27.09

CMYK color model

#B0B685 color CMYK value is (3,0,27,29).

  • cyan value is 3.30%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 28.63%

CMYK: (3,0,27,29)
C3M0Y27K29 (3%, 0%, 27%, 29%)
(0.03 / 0.00 / 0.27 / 0.29)

CMYK percentages

%3.3
%0
%26.92
%28.63

Codes

Color #B0B685 in popluar color models

B0 B6 85
RGB 176 182 133
HSL 67° 25.13% 61.76%
HSB/HSV 67° 26.92% 71.37%
CMYK 3.30% 0.00% 26.92%
28.63%

Color #B0B685 in popluar number systems.

HEX B0 B6 85
Decimal 176 182 133
Binary 10110000 10110110 10000101
Octal 260 266 205

Shades and tints

Shades of #B0B685

#B0B685
(176,182,133)
#A0A679
(160,166,121)
#90966D
(144,150,109)
#808661
(128,134,97)
#707655
(112,118,85)
#606649
(96,102,73)
#50563D
(80,86,61)
#404631
(64,70,49)
#303625
(48,54,37)
#202619
(32,38,25)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #B0B685

#B0B685
(176,182,133)
#B7BC90
(183,188,144)
#BEC29B
(190,194,155)
#C5C8A6
(197,200,166)
#CCCEB1
(204,206,177)
#D3D4BC
(211,212,188)
#DADAC7
(218,218,199)
#E1E0D2
(225,224,210)
#E8E6DD
(232,230,221)
#EFECE8
(239,236,232)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B685 color. Also use rgb(176,182,133) instead hex code.

Text Font Color

.myTextColor { color: #B0B685; }

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

This text font color is #B0B685.

Background Color

.myBgColor { background-color: #B0B685; }

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

This div background color is #B0B685.

Border color

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

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

This div border color is #B0B685.

Opacity

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

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

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

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

This text has shadow with #B0B685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0B685.

Preview

Color preview on black background

This text has color #B0B685 on black background.


Color preview on white background

This text has color #B0B685 on white background.


Black color preview on #B0B685 background

This text has black color on #B0B685 background.


White color preview on #B0B685 background

This text has white color on #B0B685 background.


Related colors

Complementary color

Complementary color for #hex is #4F497A.


I love getcolorcode.com

Triadic colors

1 #85B0B6 and #B685B0 with #B0B685 are triadic colors.

2 #85B6B0 and #B6B085 with #B0B685 are triadic colors.