COLOR #B2898A

HEX: #B2898A RGB: (178,137,138)

Color info

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

RGB color model

#B2898A color RGB value is (178,137,138).

RGB: (178,137,138) (70%, 54%, 54%)

RGB channels and saturation

R 178 of 255 = 70%
G 137 of 255 = 54%
B 138 of 255 = 54%

178
137
138

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

Portions of RGB colors in percentages

R + G + B = 178 + 137 + 138 = 453 (100%)
R 178 of 453 ~ 39.29%
G 137 of 453 ~ 30.24%
B 138 of 453 ~ 30.46'%

%39.29
%30.24
%30.46

CMYK color model

#B2898A color CMYK value is (0,23,22,30).

  • cyan value is 0.00%
  • magenta value is 23.03%
  • yellow value is 22.47%
  • key color value is 30.20%

CMYK: (0,23,22,30)
C0M23Y22K30 (0%, 23%, 22%, 30%)
(0.00 / 0.23 / 0.22 / 0.30)

CMYK percentages

%0
%23.03
%22.47
%30.2

Codes

Color #B2898A in popluar color models

B2 89 8A
RGB 178 137 138
HSL 359° 21.03% 61.76%
HSB/HSV 359° 23.03% 69.80%
CMYK 0.00% 23.03% 22.47%
30.20%

Color #B2898A in popluar number systems.

HEX B2 89 8A
Decimal 178 137 138
Binary 10110010 10001001 10001010
Octal 262 211 212

Shades and tints

Shades of #B2898A

#B2898A
(178,137,138)
#A27D7E
(162,125,126)
#927172
(146,113,114)
#826566
(130,101,102)
#72595A
(114,89,90)
#624D4E
(98,77,78)
#524142
(82,65,66)
#423536
(66,53,54)
#32292A
(50,41,42)
#221D1E
(34,29,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #B2898A

#B2898A
(178,137,138)
#B99394
(185,147,148)
#C09D9E
(192,157,158)
#C7A7A8
(199,167,168)
#CEB1B2
(206,177,178)
#D5BBBC
(213,187,188)
#DCC5C6
(220,197,198)
#E3CFD0
(227,207,208)
#EAD9DA
(234,217,218)
#F1E3E4
(241,227,228)
#F8EDEE
(248,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2898A color. Also use rgb(178,137,138) instead hex code.

Text Font Color

.myTextColor { color: #B2898A; }

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

This text font color is #B2898A.

Background Color

.myBgColor { background-color: #B2898A; }

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

This div background color is #B2898A.

Border color

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

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

This div border color is #B2898A.

Opacity

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

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

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

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

This text has shadow with #B2898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2898A.

Preview

Color preview on black background

This text has color #B2898A on black background.


Color preview on white background

This text has color #B2898A on white background.


Black color preview on #B2898A background

This text has black color on #B2898A background.


White color preview on #B2898A background

This text has white color on #B2898A background.


Related colors

Complementary color

Complementary color for #hex is #4D7675.


I love getcolorcode.com

Triadic colors

1 #8AB289 and #898AB2 with #B2898A are triadic colors.

2 #8A89B2 and #89B28A with #B2898A are triadic colors.