COLOR #B0898A

HEX: #B0898A
RGB: (176,137,138)

Color info

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

RGB color model

#B0898A color RGB value is (176,137,138).

  • red value is 176;
  • green value is 137;
  • blue value is 138.
RGB:
(176,137,138)
(69%,54%,54%)

RGB channels and saturation

R 176 of 255 = 69%
G 137 of 255 = 54%
B 138 of 255 = 54%

176
137
138

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

Portions of RGB colors in percentages

R + G + B =
176 + 137 + 138 = 451 (100%)
R 176 of 451 ~ 39.02%
G 137 of 451 ~ 30.38%
B 138 of 451 ~ 30.6%

%39.02
%30.38
%30.6

CMYK color model

#B0898A color CMYK value is (0,22,22,31).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(0,22,22,31)
C0M22Y22K31 
(0%,22%,22%,31%)
(0.00/0.22/0.22/0.31)	

CMYK percentages

%0
%22.16
%21.59
%30.98

Codes

Color #B0898A in popluar color models

B0898A
RGB176137138
HSL358°19.80%61.37%
HSB/HSV358°22.16%69.02%
CMYK0.00%22.16%21.59%
30.98%

Color #B0898A in popluar number systems.

HEXB0898A
Decimal176137138
Binary101100001000100110001010
Octal260211212

Shades and tints

Shades of #B0898A

#B0898A
(176,137,138)
#A07D7E
(160,125,126)
#907172
(144,113,114)
#806566
(128,101,102)
#70595A
(112,89,90)
#604D4E
(96,77,78)
#504142
(80,65,66)
#403536
(64,53,54)
#30292A
(48,41,42)
#201D1E
(32,29,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #B0898A

#B0898A
(176,137,138)
#B79394
(183,147,148)
#BE9D9E
(190,157,158)
#C5A7A8
(197,167,168)
#CCB1B2
(204,177,178)
#D3BBBC
(211,187,188)
#DAC5C6
(218,197,198)
#E1CFD0
(225,207,208)
#E8D9DA
(232,217,218)
#EFE3E4
(239,227,228)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0898A; }

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

This text font color is #B0898A.


Background Color

.myBgColor { background-color: #B0898A; }

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

This div background color is #B0898A.


Border color

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

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

This div border color is #B0898A.


Opacity

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

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

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

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

This text has shadow with #B0898A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0898A on black background.


Color preview on white background

This text has color #B0898A on white background.



Black color preview on #B0898A background

This text has black color on #B0898A background.


White color preview on #B0898A background

This text has white color on #B0898A background.