COLOR #B09289

HEX: #B09289 RGB: (176,146,137)

Color info

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

RGB color model

#B09289 color RGB value is (176,146,137).

RGB: (176,146,137) (69%, 57%, 54%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 137 of 255 = 54%

176
146
137

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

Portions of RGB colors in percentages

R + G + B = 176 + 146 + 137 = 459 (100%)
R 176 of 459 ~ 38.34%
G 146 of 459 ~ 31.81%
B 137 of 459 ~ 29.85'%

%38.34
%31.81
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK: (0,17,22,31) C0M17Y22K31 (0%,17%,22%,31%) (0.00/0.17/0.22/0.31) 

CMYK percentages

%0
%17.05
%22.16
%30.98

Codes

Color #B09289 in popluar color models

B0 92 89
RGB 176 146 137
HSL 14° 19.80% 61.37%
HSB/HSV 14° 22.16% 69.02%
CMYK 0.00% 17.05% 22.16%
30.98%

Color #B09289 in popluar number systems.

HEX B0 92 89
Decimal 176 146 137
Binary 10110000 10010010 10001001
Octal 260 222 211

Shades and tints

Shades of #B09289

#B09289
(176,146,137)
#A0857D
(160,133,125)
#907871
(144,120,113)
#806B65
(128,107,101)
#705E59
(112,94,89)
#60514D
(96,81,77)
#504441
(80,68,65)
#403735
(64,55,53)
#302A29
(48,42,41)
#201D1D
(32,29,29)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #B09289

#B09289
(176,146,137)
#B79B93
(183,155,147)
#BEA49D
(190,164,157)
#C5ADA7
(197,173,167)
#CCB6B1
(204,182,177)
#D3BFBB
(211,191,187)
#DAC8C5
(218,200,197)
#E1D1CF
(225,209,207)
#E8DAD9
(232,218,217)
#EFE3E3
(239,227,227)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09289; }

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

This text font color is #B09289.

Background Color

.myBgColor { background-color: #B09289; }

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

This div background color is #B09289.

Border color

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

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

This div border color is #B09289.

Opacity

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

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

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

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

This text has shadow with #B09289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09289.

Preview

Color preview on black background

This text has color #B09289 on black background.


Color preview on white background

This text has color #B09289 on white background.


Black color preview on #B09289 background

This text has black color on #B09289 background.


White color preview on #B09289 background

This text has white color on #B09289 background.


Related colors

Complementary color

Complementary color for #hex is #4F6D76.


I love getcolorcode.com

Triadic colors

1 #89B092 and #9289B0 with #B09289 are triadic colors.

2 #8992B0 and #92B089 with #B09289 are triadic colors.