COLOR #B28755

HEX: #B28755 RGB: (178,135,85)

Color info

#B28755 contains mainly red and green colors. Web safe color of #B28755 is #999966 (or #996).

RGB color model

#B28755 color RGB value is (178,135,85).

RGB: (178,135,85) (70%, 53%, 33%)

RGB channels and saturation

R 178 of 255 = 70%
G 135 of 255 = 53%
B 85 of 255 = 33%

178
135
85

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

Portions of RGB colors in percentages

R + G + B = 178 + 135 + 85 = 398 (100%)
R 178 of 398 ~ 44.72%
G 135 of 398 ~ 33.92%
B 85 of 398 ~ 21.36'%

%44.72
%33.92
%21.36

CMYK color model

#B28755 color CMYK value is (0,24,52,30).

  • cyan value is 0.00%
  • magenta value is 24.16%
  • yellow value is 52.25%
  • key color value is 30.20%

CMYK: (0,24,52,30)
C0M24Y52K30 (0%, 24%, 52%, 30%)
(0.00 / 0.24 / 0.52 / 0.30)

CMYK percentages

%0
%24.16
%52.25
%30.2

Codes

Color #B28755 in popluar color models

B2 87 55
RGB 178 135 85
HSL 32° 37.65% 51.57%
HSB/HSV 32° 52.25% 69.80%
CMYK 0.00% 24.16% 52.25%
30.20%

Color #B28755 in popluar number systems.

HEX B2 87 55
Decimal 178 135 85
Binary 10110010 10000111 1010101
Octal 262 207 125

Shades and tints

Shades of #B28755

#B28755
(178,135,85)
#A27B4E
(162,123,78)
#926F47
(146,111,71)
#826340
(130,99,64)
#725739
(114,87,57)
#624B32
(98,75,50)
#523F2B
(82,63,43)
#423324
(66,51,36)
#32271D
(50,39,29)
#221B16
(34,27,22)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #B28755

#B28755
(178,135,85)
#B99164
(185,145,100)
#C09B73
(192,155,115)
#C7A582
(199,165,130)
#CEAF91
(206,175,145)
#D5B9A0
(213,185,160)
#DCC3AF
(220,195,175)
#E3CDBE
(227,205,190)
#EAD7CD
(234,215,205)
#F1E1DC
(241,225,220)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28755 color. Also use rgb(178,135,85) instead hex code.

Text Font Color

.myTextColor { color: #B28755; }

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

This text font color is #B28755.

Background Color

.myBgColor { background-color: #B28755; }

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

This div background color is #B28755.

Border color

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

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

This div border color is #B28755.

Opacity

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

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

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

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

This text has shadow with #B28755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28755.

Preview

Color preview on black background

This text has color #B28755 on black background.


Color preview on white background

This text has color #B28755 on white background.


Black color preview on #B28755 background

This text has black color on #B28755 background.


White color preview on #B28755 background

This text has white color on #B28755 background.


Related colors

Complementary color

Complementary color for #hex is #4D78AA.


I love getcolorcode.com

Triadic colors

1 #55B287 and #8755B2 with #B28755 are triadic colors.

2 #5587B2 and #87B255 with #B28755 are triadic colors.