COLOR #B0935D

HEX: #B0935D
RGB: (176,147,93)

Color info

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

RGB color model

#B0935D color RGB value is (176,147,93).

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

RGB channels and saturation

R 176 of 255 = 69%
G 147 of 255 = 58%
B 93 of 255 = 36%

176
147
93

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

Portions of RGB colors in percentages

R + G + B =
176 + 147 + 93 = 416 (100%)
R 176 of 416 ~ 42.31%
G 147 of 416 ~ 35.34%
B 93 of 416 ~ 22.36%

%42.31
%35.34
%22.36

CMYK color model

#B0935D color CMYK value is (0,16,47,31).

  • cyan value is 0.00%
  • magenta value is 16.48%
  • yellow value is 47.16%
  • key color value is 30.98%
CMYK:
(0,16,47,31)
C0M16Y47K31 
(0%,16%,47%,31%)
(0.00/0.16/0.47/0.31)	

CMYK percentages

%0
%16.48
%47.16
%30.98

Codes

Color #B0935D in popluar color models

B0935D
RGB17614793
HSL39°34.44%52.75%
HSB/HSV39°47.16%69.02%
CMYK0.00%16.48%47.16%
30.98%

Color #B0935D in popluar number systems.

HEXB0935D
Decimal17614793
Binary10110000100100111011101
Octal260223135

Shades and tints

Shades of #B0935D

#B0935D
(176,147,93)
#A08655
(160,134,85)
#90794D
(144,121,77)
#806C45
(128,108,69)
#705F3D
(112,95,61)
#605235
(96,82,53)
#50452D
(80,69,45)
#403825
(64,56,37)
#302B1D
(48,43,29)
#201E15
(32,30,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #B0935D

#B0935D
(176,147,93)
#B79C6B
(183,156,107)
#BEA579
(190,165,121)
#C5AE87
(197,174,135)
#CCB795
(204,183,149)
#D3C0A3
(211,192,163)
#DAC9B1
(218,201,177)
#E1D2BF
(225,210,191)
#E8DBCD
(232,219,205)
#EFE4DB
(239,228,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0935D; }

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

This text font color is #B0935D.


Background Color

.myBgColor { background-color: #B0935D; }

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

This div background color is #B0935D.


Border color

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

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

This div border color is #B0935D.


Opacity

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

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

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

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

This text has shadow with #B0935D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0935D on black background.


Color preview on white background

This text has color #B0935D on white background.



Black color preview on #B0935D background

This text has black color on #B0935D background.


White color preview on #B0935D background

This text has white color on #B0935D background.