COLOR #B09249

HEX: #B09249 RGB: (176,146,73)

Color info

#B09249 contains mainly red and green colors. Web safe color of #B09249 is #999933 (or #993).

RGB color model

#B09249 color RGB value is (176,146,73).

RGB: (176,146,73) (69%, 57%, 29%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 73 of 255 = 29%

176
146
73

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

Portions of RGB colors in percentages

R + G + B = 176 + 146 + 73 = 395 (100%)
R 176 of 395 ~ 44.56%
G 146 of 395 ~ 36.96%
B 73 of 395 ~ 18.48'%

%44.56
%36.96
%18.48

CMYK color model

#B09249 color CMYK value is (0,17,59,31).

  • cyan value is 0.00%
  • magenta value is 17.05%
  • yellow value is 58.52%
  • key color value is 30.98%
CMYK: (0,17,59,31) C0M17Y59K31 (0%,17%,59%,31%) (0.00/0.17/0.59/0.31) 

CMYK percentages

%0
%17.05
%58.52
%30.98

Codes

Color #B09249 in popluar color models

B0 92 49
RGB 176 146 73
HSL 43° 41.37% 48.82%
HSB/HSV 43° 58.52% 69.02%
CMYK 0.00% 17.05% 58.52%
30.98%

Color #B09249 in popluar number systems.

HEX B0 92 49
Decimal 176 146 73
Binary 10110000 10010010 1001001
Octal 260 222 111

Shades and tints

Shades of #B09249

#B09249
(176,146,73)
#A08543
(160,133,67)
#90783D
(144,120,61)
#806B37
(128,107,55)
#705E31
(112,94,49)
#60512B
(96,81,43)
#504425
(80,68,37)
#40371F
(64,55,31)
#302A19
(48,42,25)
#201D13
(32,29,19)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #B09249

#B09249
(176,146,73)
#B79B59
(183,155,89)
#BEA469
(190,164,105)
#C5AD79
(197,173,121)
#CCB689
(204,182,137)
#D3BF99
(211,191,153)
#DAC8A9
(218,200,169)
#E1D1B9
(225,209,185)
#E8DAC9
(232,218,201)
#EFE3D9
(239,227,217)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B09249; }

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

This text font color is #B09249.

Background Color

.myBgColor { background-color: #B09249; }

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

This div background color is #B09249.

Border color

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

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

This div border color is #B09249.

Opacity

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

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

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

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

This text has shadow with #B09249 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B09249.

Preview

Color preview on black background

This text has color #B09249 on black background.


Color preview on white background

This text has color #B09249 on white background.


Black color preview on #B09249 background

This text has black color on #B09249 background.


White color preview on #B09249 background

This text has white color on #B09249 background.


Related colors

Complementary color

Complementary color for #hex is #4F6DB6.


I love getcolorcode.com

Triadic colors

1 #49B092 and #9249B0 with #B09249 are triadic colors.

2 #4992B0 and #92B049 with #B09249 are triadic colors.