COLOR #B28591

HEX: #B28591 RGB: (178,133,145)

Color info

#B28591 contains red, green and blue colors in about the same proportion. Web safe color of #B28591 is #999999 (or #999).

RGB color model

#B28591 color RGB value is (178,133,145).

RGB: (178,133,145) (70%, 52%, 57%)

RGB channels and saturation

R 178 of 255 = 70%
G 133 of 255 = 52%
B 145 of 255 = 57%

178
133
145

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

Portions of RGB colors in percentages

R + G + B = 178 + 133 + 145 = 456 (100%)
R 178 of 456 ~ 39.04%
G 133 of 456 ~ 29.17%
B 145 of 456 ~ 31.8'%

%39.04
%29.17
%31.8

CMYK color model

#B28591 color CMYK value is (0,25,19,30).

  • cyan value is 0.00%
  • magenta value is 25.28%
  • yellow value is 18.54%
  • key color value is 30.20%
CMYK: (0,25,19,30) C0M25Y19K30 (0%,25%,19%,30%) (0.00/0.25/0.19/0.30) 

CMYK percentages

%0
%25.28
%18.54
%30.2

Codes

Color #B28591 in popluar color models

B2 85 91
RGB 178 133 145
HSL 344° 22.61% 60.98%
HSB/HSV 344° 25.28% 69.80%
CMYK 0.00% 25.28% 18.54%
30.20%

Color #B28591 in popluar number systems.

HEX B2 85 91
Decimal 178 133 145
Binary 10110010 10000101 10010001
Octal 262 205 221

Shades and tints

Shades of #B28591

#B28591
(178,133,145)
#A27984
(162,121,132)
#926D77
(146,109,119)
#82616A
(130,97,106)
#72555D
(114,85,93)
#624950
(98,73,80)
#523D43
(82,61,67)
#423136
(66,49,54)
#322529
(50,37,41)
#22191C
(34,25,28)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #B28591

#B28591
(178,133,145)
#B9909B
(185,144,155)
#C09BA5
(192,155,165)
#C7A6AF
(199,166,175)
#CEB1B9
(206,177,185)
#D5BCC3
(213,188,195)
#DCC7CD
(220,199,205)
#E3D2D7
(227,210,215)
#EADDE1
(234,221,225)
#F1E8EB
(241,232,235)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28591 color. Also use rgb(178,133,145) instead hex code.

Text Font Color

.myTextColor { color: #B28591; }

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

This text font color is #B28591.

Background Color

.myBgColor { background-color: #B28591; }

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

This div background color is #B28591.

Border color

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

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

This div border color is #B28591.

Opacity

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

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

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

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

This text has shadow with #B28591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28591.

Preview

Color preview on black background

This text has color #B28591 on black background.


Color preview on white background

This text has color #B28591 on white background.


Black color preview on #B28591 background

This text has black color on #B28591 background.


White color preview on #B28591 background

This text has white color on #B28591 background.


Related colors

Complementary color

Complementary color for #hex is #4D7A6E.


I love getcolorcode.com

Triadic colors

1 #91B285 and #8591B2 with #B28591 are triadic colors.

2 #9185B2 and #85B291 with #B28591 are triadic colors.