COLOR #B1795C

HEX: #B1795C
RGB: (177,121,92)

Color info

#B1795C contains mainly red and green colors. Web safe color of #B1795C is #996666 (or #966).

RGB color model

#B1795C color RGB value is (177,121,92).

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

RGB channels and saturation

R 177 of 255 = 69%
G 121 of 255 = 47%
B 92 of 255 = 36%

177
121
92

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

Portions of RGB colors in percentages

R + G + B =
177 + 121 + 92 = 390 (100%)
R 177 of 390 ~ 45.38%
G 121 of 390 ~ 31.03%
B 92 of 390 ~ 23.59%

%45.38
%31.03
%23.59

CMYK color model

#B1795C color CMYK value is (0,32,48,31).

  • cyan value is 0.00%
  • magenta value is 31.64%
  • yellow value is 48.02%
  • key color value is 30.59%
CMYK:
(0,32,48,31)
C0M32Y48K31 
(0%,32%,48%,31%)
(0.00/0.32/0.48/0.31)	

CMYK percentages

%0
%31.64
%48.02
%30.59

Codes

Color #B1795C in popluar color models

B1795C
RGB17712192
HSL20°35.27%52.75%
HSB/HSV20°48.02%69.41%
CMYK0.00%31.64%48.02%
30.59%

Color #B1795C in popluar number systems.

HEXB1795C
Decimal17712192
Binary1011000111110011011100
Octal261171134

Shades and tints

Shades of #B1795C

#B1795C
(177,121,92)
#A16E54
(161,110,84)
#91634C
(145,99,76)
#815844
(129,88,68)
#714D3C
(113,77,60)
#614234
(97,66,52)
#51372C
(81,55,44)
#412C24
(65,44,36)
#31211C
(49,33,28)
#211614
(33,22,20)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #B1795C

#B1795C
(177,121,92)
#B8856A
(184,133,106)
#BF9178
(191,145,120)
#C69D86
(198,157,134)
#CDA994
(205,169,148)
#D4B5A2
(212,181,162)
#DBC1B0
(219,193,176)
#E2CDBE
(226,205,190)
#E9D9CC
(233,217,204)
#F0E5DA
(240,229,218)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1795C; }

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

This text font color is #B1795C.


Background Color

.myBgColor { background-color: #B1795C; }

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

This div background color is #B1795C.


Border color

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

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

This div border color is #B1795C.


Opacity

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

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

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

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

This text has shadow with #B1795C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1795C on black background.


Color preview on white background

This text has color #B1795C on white background.



Black color preview on #B1795C background

This text has black color on #B1795C background.


White color preview on #B1795C background

This text has white color on #B1795C background.