COLOR #B7B27B

HEX: #B7B27B RGB: (183,178,123)

Color info

#B7B27B contains mainly red and green colors. Web safe color of #B7B27B is #CC9966 (or #C96).

RGB color model

#B7B27B color RGB value is (183,178,123).

RGB: (183,178,123) (72%, 70%, 48%)

RGB channels and saturation

R 183 of 255 = 72%
G 178 of 255 = 70%
B 123 of 255 = 48%

183
178
123

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

Portions of RGB colors in percentages

R + G + B = 183 + 178 + 123 = 484 (100%)
R 183 of 484 ~ 37.81%
G 178 of 484 ~ 36.78%
B 123 of 484 ~ 25.41'%

%37.81
%36.78
%25.41

CMYK color model

#B7B27B color CMYK value is (0,3,33,28).

  • cyan value is 0.00%
  • magenta value is 2.73%
  • yellow value is 32.79%
  • key color value is 28.24%

CMYK: (0,3,33,28)
C0M3Y33K28 (0%, 3%, 33%, 28%)
(0.00 / 0.03 / 0.33 / 0.28)

CMYK percentages

%0
%2.73
%32.79
%28.24

Codes

Color #B7B27B in popluar color models

B7 B2 7B
RGB 183 178 123
HSL 55° 29.41% 60.00%
HSB/HSV 55° 32.79% 71.76%
CMYK 0.00% 2.73% 32.79%
28.24%

Color #B7B27B in popluar number systems.

HEX B7 B2 7B
Decimal 183 178 123
Binary 10110111 10110010 1111011
Octal 267 262 173

Shades and tints

Shades of #B7B27B

#B7B27B
(183,178,123)
#A7A270
(167,162,112)
#979265
(151,146,101)
#87825A
(135,130,90)
#77724F
(119,114,79)
#676244
(103,98,68)
#575239
(87,82,57)
#47422E
(71,66,46)
#373223
(55,50,35)
#272218
(39,34,24)
#17120D
(23,18,13)
#000000
(0,0,0)

Tints of #B7B27B

#B7B27B
(183,178,123)
#BDB987
(189,185,135)
#C3C093
(195,192,147)
#C9C79F
(201,199,159)
#CFCEAB
(207,206,171)
#D5D5B7
(213,213,183)
#DBDCC3
(219,220,195)
#E1E3CF
(225,227,207)
#E7EADB
(231,234,219)
#EDF1E7
(237,241,231)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B27B color. Also use rgb(183,178,123) instead hex code.

Text Font Color

.myTextColor { color: #B7B27B; }

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

This text font color is #B7B27B.

Background Color

.myBgColor { background-color: #B7B27B; }

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

This div background color is #B7B27B.

Border color

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

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

This div border color is #B7B27B.

Opacity

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

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

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

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

This text has shadow with #B7B27B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B27B.

Preview

Color preview on black background

This text has color #B7B27B on black background.


Color preview on white background

This text has color #B7B27B on white background.


Black color preview on #B7B27B background

This text has black color on #B7B27B background.


White color preview on #B7B27B background

This text has white color on #B7B27B background.


Related colors

Complementary color

Complementary color for #hex is #484D84.


I love getcolorcode.com

Triadic colors

1 #7BB7B2 and #B27BB7 with #B7B27B are triadic colors.

2 #7BB2B7 and #B2B77B with #B7B27B are triadic colors.