COLOR #B09A90

HEX: #B09A90 RGB: (176,154,144)

Color info

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

RGB color model

#B09A90 color RGB value is (176,154,144).

RGB: (176,154,144) (69%, 60%, 56%)

RGB channels and saturation

R 176 of 255 = 69%
G 154 of 255 = 60%
B 144 of 255 = 56%

176
154
144

R + G + B ~ 62%. #B09A90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 154 + 144 = 474 (100%)
R 176 of 474 ~ 37.13%
G 154 of 474 ~ 32.49%
B 144 of 474 ~ 30.38'%

%37.13
%32.49
%30.38

CMYK color model

#B09A90 color CMYK value is (0,13,18,31).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK: (0,13,18,31) C0M13Y18K31 (0%,13%,18%,31%) (0.00/0.13/0.18/0.31) 

CMYK percentages

%0
%12.5
%18.18
%30.98

Codes

Color #B09A90 in popluar color models

B0 9A 90
RGB 176 154 144
HSL 19° 16.84% 62.75%
HSB/HSV 19° 18.18% 69.02%
CMYK 0.00% 12.50% 18.18%
30.98%

Color #B09A90 in popluar number systems.

HEX B0 9A 90
Decimal 176 154 144
Binary 10110000 10011010 10010000
Octal 260 232 220

Shades and tints

Shades of #B09A90

#B09A90
(176,154,144)
#A08C83
(160,140,131)
#907E76
(144,126,118)
#807069
(128,112,105)
#70625C
(112,98,92)
#60544F
(96,84,79)
#504642
(80,70,66)
#403835
(64,56,53)
#302A28
(48,42,40)
#201C1B
(32,28,27)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #B09A90

#B09A90
(176,154,144)
#B7A39A
(183,163,154)
#BEACA4
(190,172,164)
#C5B5AE
(197,181,174)
#CCBEB8
(204,190,184)
#D3C7C2
(211,199,194)
#DAD0CC
(218,208,204)
#E1D9D6
(225,217,214)
#E8E2E0
(232,226,224)
#EFEBEA
(239,235,234)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09A90 color. Also use rgb(176,154,144) instead hex code.

Text Font Color

.myTextColor { color: #B09A90; }

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

This text font color is #B09A90.

Background Color

.myBgColor { background-color: #B09A90; }

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

This div background color is #B09A90.

Border color

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

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

This div border color is #B09A90.

Opacity

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

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

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

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

This text has shadow with #B09A90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09A90.

Preview

Color preview on black background

This text has color #B09A90 on black background.


Color preview on white background

This text has color #B09A90 on white background.


Black color preview on #B09A90 background

This text has black color on #B09A90 background.


White color preview on #B09A90 background

This text has white color on #B09A90 background.


Related colors

Complementary color

Complementary color for #hex is #4F656F.


I love getcolorcode.com

Triadic colors

1 #90B09A and #9A90B0 with #B09A90 are triadic colors.

2 #909AB0 and #9AB090 with #B09A90 are triadic colors.