COLOR #B09368

HEX: #B09368
RGB: (176,147,104)

Color info

#B09368 contains mainly red and green colors. Web safe color of #B09368 is #999966 (or #996).

RGB color model

#B09368 color RGB value is (176,147,104).

  • red value is 176;
  • green value is 147;
  • blue value is 104.
RGB:
(176,147,104)
(69%,58%,41%)

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 104 of 255 = 41%

176
147
104

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 104 = 427 (100%)
R 176 of 427 ~ 41.22%
G 147 of 427 ~ 34.43%
B 104 of 427 ~ 24.36%

%41.22
%34.43
%24.36

CMYK color model

#B09368 color CMYK value is (0,16,41,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 40.91%
  • key color value is 30.98%
CMYK:
(0,16,41,31)
C0M16Y41K31 
(0%,16%,41%,31%)
(0.00/0.16/0.41/0.31)	

CMYK percentages

%0
%16.48
%40.91
%30.98

Codes

Color #B09368 in popluar color models

B09368
RGB176147104
HSL36°31.30%54.90%
HSB/HSV36°40.91%69.02%
CMYK0.00%16.48%40.91%
30.98%

Color #B09368 in popluar number systems.

HEXB09368
Decimal176147104
Binary10110000100100111101000
Octal260223150

Shades and tints

Shades of #B09368

#B09368
(176,147,104)
#A0865F
(160,134,95)
#907956
(144,121,86)
#806C4D
(128,108,77)
#705F44
(112,95,68)
#60523B
(96,82,59)
#504532
(80,69,50)
#403829
(64,56,41)
#302B20
(48,43,32)
#201E17
(32,30,23)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #B09368

#B09368
(176,147,104)
#B79C75
(183,156,117)
#BEA582
(190,165,130)
#C5AE8F
(197,174,143)
#CCB79C
(204,183,156)
#D3C0A9
(211,192,169)
#DAC9B6
(218,201,182)
#E1D2C3
(225,210,195)
#E8DBD0
(232,219,208)
#EFE4DD
(239,228,221)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B09368 color. Also use rgb(176,147,104) instead hex code.

Text Font Color

.myTextColor { color: #B09368; }

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

This text font color is #B09368.


Background Color

.myBgColor { background-color: #B09368; }

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

This div background color is #B09368.


Border color

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

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

This div border color is #B09368.


Opacity

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

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

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

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

This text has shadow with #B09368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B09368 on black background.


Color preview on white background

This text has color #B09368 on white background.



Black color preview on #B09368 background

This text has black color on #B09368 background.


White color preview on #B09368 background

This text has white color on #B09368 background.