COLOR #B16475

HEX: #B16475
RGB: (177,100,117)

Color info

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

RGB color model

#B16475 color RGB value is (177,100,117).

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

RGB channels and saturation

R 177 of 255 = 69%
G 100 of 255 = 39%
B 117 of 255 = 46%

177
100
117

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

Portions of RGB colors in percentages

R + G + B =
177 + 100 + 117 = 394 (100%)
R 177 of 394 ~ 44.92%
G 100 of 394 ~ 25.38%
B 117 of 394 ~ 29.7%

%44.92
%25.38
%29.7

CMYK color model

#B16475 color CMYK value is (0,44,34,31).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(0,44,34,31)
C0M44Y34K31 
(0%,44%,34%,31%)
(0.00/0.44/0.34/0.31)	

CMYK percentages

%0
%43.5
%33.9
%30.59

Codes

Color #B16475 in popluar color models

B16475
RGB177100117
HSL347°33.05%54.31%
HSB/HSV347°43.50%69.41%
CMYK0.00%43.50%33.90%
30.59%

Color #B16475 in popluar number systems.

HEXB16475
Decimal177100117
Binary1011000111001001110101
Octal261144165

Shades and tints

Shades of #B16475

#B16475
(177,100,117)
#A15B6B
(161,91,107)
#915261
(145,82,97)
#814957
(129,73,87)
#71404D
(113,64,77)
#613743
(97,55,67)
#512E39
(81,46,57)
#41252F
(65,37,47)
#311C25
(49,28,37)
#21131B
(33,19,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #B16475

#B16475
(177,100,117)
#B87281
(184,114,129)
#BF808D
(191,128,141)
#C68E99
(198,142,153)
#CD9CA5
(205,156,165)
#D4AAB1
(212,170,177)
#DBB8BD
(219,184,189)
#E2C6C9
(226,198,201)
#E9D4D5
(233,212,213)
#F0E2E1
(240,226,225)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16475; }

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

This text font color is #B16475.


Background Color

.myBgColor { background-color: #B16475; }

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

This div background color is #B16475.


Border color

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

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

This div border color is #B16475.


Opacity

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

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

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

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

This text has shadow with #B16475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16475 on black background.


Color preview on white background

This text has color #B16475 on white background.



Black color preview on #B16475 background

This text has black color on #B16475 background.


White color preview on #B16475 background

This text has white color on #B16475 background.