COLOR #B28055

HEX: #B28055
RGB: (178,128,85)

Color info

#B28055 contains mainly red and green colors. Web safe color of #B28055 is #996666 (or #966).

RGB color model

#B28055 color RGB value is (178,128,85).

  • red value is 178;
  • green value is 128;
  • blue value is 85.
RGB:
(178,128,85)
(70%,50%,33%)

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 85 of 255 = 33%

178
128
85

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

Portions of RGB colors in percentages

R + G + B =
178 + 128 + 85 = 391 (100%)
R 178 of 391 ~ 45.52%
G 128 of 391 ~ 32.74%
B 85 of 391 ~ 21.74%

%45.52
%32.74
%21.74

CMYK color model

#B28055 color CMYK value is (0,28,52,30).

  • cyan value is 0.00%
  • magenta value is 28.09%
  • yellow value is 52.25%
  • key color value is 30.20%
CMYK:
(0,28,52,30)
C0M28Y52K30 
(0%,28%,52%,30%)
(0.00/0.28/0.52/0.30)	

CMYK percentages

%0
%28.09
%52.25
%30.2

Codes

Color #B28055 in popluar color models

B28055
RGB17812885
HSL28°37.65%51.57%
HSB/HSV28°52.25%69.80%
CMYK0.00%28.09%52.25%
30.20%

Color #B28055 in popluar number systems.

HEXB28055
Decimal17812885
Binary10110010100000001010101
Octal262200125

Shades and tints

Shades of #B28055

#B28055
(178,128,85)
#A2754E
(162,117,78)
#926A47
(146,106,71)
#825F40
(130,95,64)
#725439
(114,84,57)
#624932
(98,73,50)
#523E2B
(82,62,43)
#423324
(66,51,36)
#32281D
(50,40,29)
#221D16
(34,29,22)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #B28055

#B28055
(178,128,85)
#B98B64
(185,139,100)
#C09673
(192,150,115)
#C7A182
(199,161,130)
#CEAC91
(206,172,145)
#D5B7A0
(213,183,160)
#DCC2AF
(220,194,175)
#E3CDBE
(227,205,190)
#EAD8CD
(234,216,205)
#F1E3DC
(241,227,220)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B28055; }

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

This text font color is #B28055.


Background Color

.myBgColor { background-color: #B28055; }

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

This div background color is #B28055.


Border color

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

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

This div border color is #B28055.


Opacity

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

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

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

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

This text has shadow with #B28055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B28055 on black background.


Color preview on white background

This text has color #B28055 on white background.



Black color preview on #B28055 background

This text has black color on #B28055 background.


White color preview on #B28055 background

This text has white color on #B28055 background.