COLOR #B1677A

HEX: #B1677A
RGB: (177,103,122)

Color info

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

RGB color model

#B1677A color RGB value is (177,103,122).

  • red value is 177;
  • green value is 103;
  • blue value is 122.
RGB:
(177,103,122)
(69%,40%,48%)

RGB channels and saturation

R 177 of 255 = 69%
G 103 of 255 = 40%
B 122 of 255 = 48%

177
103
122

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

Portions of RGB colors in percentages

R + G + B =
177 + 103 + 122 = 402 (100%)
R 177 of 402 ~ 44.03%
G 103 of 402 ~ 25.62%
B 122 of 402 ~ 30.35%

%44.03
%25.62
%30.35

CMYK color model

#B1677A color CMYK value is (0,42,31,31).

  • cyan value is 0.00%
  • magenta value is 41.81%
  • yellow value is 31.07%
  • key color value is 30.59%
CMYK:
(0,42,31,31)
C0M42Y31K31 
(0%,42%,31%,31%)
(0.00/0.42/0.31/0.31)	

CMYK percentages

%0
%41.81
%31.07
%30.59

Codes

Color #B1677A in popluar color models

B1677A
RGB177103122
HSL345°32.17%54.90%
HSB/HSV345°41.81%69.41%
CMYK0.00%41.81%31.07%
30.59%

Color #B1677A in popluar number systems.

HEXB1677A
Decimal177103122
Binary1011000111001111111010
Octal261147172

Shades and tints

Shades of #B1677A

#B1677A
(177,103,122)
#A15E6F
(161,94,111)
#915564
(145,85,100)
#814C59
(129,76,89)
#71434E
(113,67,78)
#613A43
(97,58,67)
#513138
(81,49,56)
#41282D
(65,40,45)
#311F22
(49,31,34)
#211617
(33,22,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #B1677A

#B1677A
(177,103,122)
#B87486
(184,116,134)
#BF8192
(191,129,146)
#C68E9E
(198,142,158)
#CD9BAA
(205,155,170)
#D4A8B6
(212,168,182)
#DBB5C2
(219,181,194)
#E2C2CE
(226,194,206)
#E9CFDA
(233,207,218)
#F0DCE6
(240,220,230)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1677A color. Also use rgb(177,103,122) instead hex code.

Text Font Color

.myTextColor { color: #B1677A; }

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

This text font color is #B1677A.


Background Color

.myBgColor { background-color: #B1677A; }

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

This div background color is #B1677A.


Border color

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

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

This div border color is #B1677A.


Opacity

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

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

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

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

This text has shadow with #B1677A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1677A on black background.


Color preview on white background

This text has color #B1677A on white background.



Black color preview on #B1677A background

This text has black color on #B1677A background.


White color preview on #B1677A background

This text has white color on #B1677A background.