COLOR #B1955C

HEX: #B1955C
RGB: (177,149,92)

Color info

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

RGB color model

#B1955C color RGB value is (177,149,92).

  • red value is 177;
  • green value is 149;
  • blue value is 92.
RGB:
(177,149,92)
(69%,58%,36%)

RGB channels and saturation

R 177 of 255 = 69%
G 149 of 255 = 58%
B 92 of 255 = 36%

177
149
92

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

Portions of RGB colors in percentages

R + G + B =
177 + 149 + 92 = 418 (100%)
R 177 of 418 ~ 42.34%
G 149 of 418 ~ 35.65%
B 92 of 418 ~ 22.01%

%42.34
%35.65
%22.01

CMYK color model

#B1955C color CMYK value is (0,16,48,31).

  • cyan value is 0.00%
  • magenta value is 15.82%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK:
(0,16,48,31)
C0M16Y48K31 
(0%,16%,48%,31%)
(0.00/0.16/0.48/0.31)	

CMYK percentages

%0
%15.82
%48.02
%30.59

Codes

Color #B1955C in popluar color models

B1955C
RGB17714992
HSL40°35.27%52.75%
HSB/HSV40°48.02%69.41%
CMYK0.00%15.82%48.02%
30.59%

Color #B1955C in popluar number systems.

HEXB1955C
Decimal17714992
Binary10110001100101011011100
Octal261225134

Shades and tints

Shades of #B1955C

#B1955C
(177,149,92)
#A18854
(161,136,84)
#917B4C
(145,123,76)
#816E44
(129,110,68)
#71613C
(113,97,60)
#615434
(97,84,52)
#51472C
(81,71,44)
#413A24
(65,58,36)
#312D1C
(49,45,28)
#212014
(33,32,20)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #B1955C

#B1955C
(177,149,92)
#B89E6A
(184,158,106)
#BFA778
(191,167,120)
#C6B086
(198,176,134)
#CDB994
(205,185,148)
#D4C2A2
(212,194,162)
#DBCBB0
(219,203,176)
#E2D4BE
(226,212,190)
#E9DDCC
(233,221,204)
#F0E6DA
(240,230,218)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1955C color. Also use rgb(177,149,92) instead hex code.

Text Font Color

.myTextColor { color: #B1955C; }

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

This text font color is #B1955C.


Background Color

.myBgColor { background-color: #B1955C; }

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

This div background color is #B1955C.


Border color

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

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

This div border color is #B1955C.


Opacity

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

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

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

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

This text has shadow with #B1955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1955C on black background.


Color preview on white background

This text has color #B1955C on white background.



Black color preview on #B1955C background

This text has black color on #B1955C background.


White color preview on #B1955C background

This text has white color on #B1955C background.