COLOR #B1756C

HEX: #B1756C
RGB: (177,117,108)

Color info

#B1756C contains mainly red color. Web safe color of #B1756C is #996666 (or #966).

RGB color model

#B1756C color RGB value is (177,117,108).

  • red value is 177;
  • green value is 117;
  • blue value is 108.
RGB:
(177,117,108)
(69%,46%,42%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 108 of 255 = 42%

177
117
108

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

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 108 = 402 (100%)
R 177 of 402 ~ 44.03%
G 117 of 402 ~ 29.1%
B 108 of 402 ~ 26.87%

%44.03
%29.1
%26.87

CMYK color model

#B1756C color CMYK value is (0,34,39,31).

  • cyan value is 0.00%
  • magenta value is 33.90%
  • yellow value is 38.98%
  • key color value is 30.59%
CMYK:
(0,34,39,31)
C0M34Y39K31 
(0%,34%,39%,31%)
(0.00/0.34/0.39/0.31)	

CMYK percentages

%0
%33.9
%38.98
%30.59

Codes

Color #B1756C in popluar color models

B1756C
RGB177117108
HSL30.67%55.88%
HSB/HSV38.98%69.41%
CMYK0.00%33.90%38.98%
30.59%

Color #B1756C in popluar number systems.

HEXB1756C
Decimal177117108
Binary1011000111101011101100
Octal261165154

Shades and tints

Shades of #B1756C

#B1756C
(177,117,108)
#A16B63
(161,107,99)
#91615A
(145,97,90)
#815751
(129,87,81)
#714D48
(113,77,72)
#61433F
(97,67,63)
#513936
(81,57,54)
#412F2D
(65,47,45)
#312524
(49,37,36)
#211B1B
(33,27,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B1756C

#B1756C
(177,117,108)
#B88179
(184,129,121)
#BF8D86
(191,141,134)
#C69993
(198,153,147)
#CDA5A0
(205,165,160)
#D4B1AD
(212,177,173)
#DBBDBA
(219,189,186)
#E2C9C7
(226,201,199)
#E9D5D4
(233,213,212)
#F0E1E1
(240,225,225)
#F7EDEE
(247,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1756C color. Also use rgb(177,117,108) instead hex code.

Text Font Color

.myTextColor { color: #B1756C; }

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

This text font color is #B1756C.


Background Color

.myBgColor { background-color: #B1756C; }

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

This div background color is #B1756C.


Border color

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

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

This div border color is #B1756C.


Opacity

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

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

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

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

This text has shadow with #B1756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1756C on black background.


Color preview on white background

This text has color #B1756C on white background.



Black color preview on #B1756C background

This text has black color on #B1756C background.


White color preview on #B1756C background

This text has white color on #B1756C background.