COLOR #B7855A

HEX: #B7855A RGB: (183,133,90)

Color info

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

RGB color model

#B7855A color RGB value is (183,133,90).

RGB: (183,133,90) (72%, 52%, 35%)

RGB channels and saturation

R 183 of 255 = 72%
G 133 of 255 = 52%
B 90 of 255 = 35%

183
133
90

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

Portions of RGB colors in percentages

R + G + B = 183 + 133 + 90 = 406 (100%)
R 183 of 406 ~ 45.07%
G 133 of 406 ~ 32.76%
B 90 of 406 ~ 22.17'%

%45.07
%32.76
%22.17

CMYK color model

#B7855A color CMYK value is (0,27,51,28).

  • cyan value is 0.00%
  • magenta value is 27.32%
  • yellow value is 50.82%
  • key color value is 28.24%

CMYK: (0,27,51,28)
C0M27Y51K28 (0%, 27%, 51%, 28%)
(0.00 / 0.27 / 0.51 / 0.28)

CMYK percentages

%0
%27.32
%50.82
%28.24

Codes

Color #B7855A in popluar color models

B7 85 5A
RGB 183 133 90
HSL 28° 39.24% 53.53%
HSB/HSV 28° 50.82% 71.76%
CMYK 0.00% 27.32% 50.82%
28.24%

Color #B7855A in popluar number systems.

HEX B7 85 5A
Decimal 183 133 90
Binary 10110111 10000101 1011010
Octal 267 205 132

Shades and tints

Shades of #B7855A

#B7855A
(183,133,90)
#A77952
(167,121,82)
#976D4A
(151,109,74)
#876142
(135,97,66)
#77553A
(119,85,58)
#674932
(103,73,50)
#573D2A
(87,61,42)
#473122
(71,49,34)
#37251A
(55,37,26)
#271912
(39,25,18)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #B7855A

#B7855A
(183,133,90)
#BD9069
(189,144,105)
#C39B78
(195,155,120)
#C9A687
(201,166,135)
#CFB196
(207,177,150)
#D5BCA5
(213,188,165)
#DBC7B4
(219,199,180)
#E1D2C3
(225,210,195)
#E7DDD2
(231,221,210)
#EDE8E1
(237,232,225)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7855A color. Also use rgb(183,133,90) instead hex code.

Text Font Color

.myTextColor { color: #B7855A; }

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

This text font color is #B7855A.

Background Color

.myBgColor { background-color: #B7855A; }

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

This div background color is #B7855A.

Border color

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

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

This div border color is #B7855A.

Opacity

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

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

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

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

This text has shadow with #B7855A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7855A.

Preview

Color preview on black background

This text has color #B7855A on black background.


Color preview on white background

This text has color #B7855A on white background.


Black color preview on #B7855A background

This text has black color on #B7855A background.


White color preview on #B7855A background

This text has white color on #B7855A background.


Related colors

Complementary color

Complementary color for #hex is #487AA5.


I love getcolorcode.com

Triadic colors

1 #5AB785 and #855AB7 with #B7855A are triadic colors.

2 #5A85B7 and #85B75A with #B7855A are triadic colors.