COLOR #B16264

HEX: #B16264
RGB: (177,98,100)

Color info

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

RGB color model

#B16264 color RGB value is (177,98,100).

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

RGB channels and saturation

R 177 of 255 = 69%
G 98 of 255 = 38%
B 100 of 255 = 39%

177
98
100

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

Portions of RGB colors in percentages

R + G + B =
177 + 98 + 100 = 375 (100%)
R 177 of 375 ~ 47.2%
G 98 of 375 ~ 26.13%
B 100 of 375 ~ 26.67%

%47.2
%26.13
%26.67

CMYK color model

#B16264 color CMYK value is (0,45,44,31).

  • cyan value is 0.00%
  • magenta value is 44.63%
  • yellow value is 43.50%
  • key color value is 30.59%
CMYK:
(0,45,44,31)
C0M45Y44K31 
(0%,45%,44%,31%)
(0.00/0.45/0.44/0.31)	

CMYK percentages

%0
%44.63
%43.5
%30.59

Codes

Color #B16264 in popluar color models

B16264
RGB17798100
HSL358°33.62%53.92%
HSB/HSV358°44.63%69.41%
CMYK0.00%44.63%43.50%
30.59%

Color #B16264 in popluar number systems.

HEXB16264
Decimal17798100
Binary1011000111000101100100
Octal261142144

Shades and tints

Shades of #B16264

#B16264
(177,98,100)
#A15A5B
(161,90,91)
#915252
(145,82,82)
#814A49
(129,74,73)
#714240
(113,66,64)
#613A37
(97,58,55)
#51322E
(81,50,46)
#412A25
(65,42,37)
#31221C
(49,34,28)
#211A13
(33,26,19)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #B16264

#B16264
(177,98,100)
#B87072
(184,112,114)
#BF7E80
(191,126,128)
#C68C8E
(198,140,142)
#CD9A9C
(205,154,156)
#D4A8AA
(212,168,170)
#DBB6B8
(219,182,184)
#E2C4C6
(226,196,198)
#E9D2D4
(233,210,212)
#F0E0E2
(240,224,226)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B16264; }

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

This text font color is #B16264.


Background Color

.myBgColor { background-color: #B16264; }

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

This div background color is #B16264.


Border color

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

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

This div border color is #B16264.


Opacity

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

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

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

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

This text has shadow with #B16264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B16264 on black background.


Color preview on white background

This text has color #B16264 on white background.



Black color preview on #B16264 background

This text has black color on #B16264 background.


White color preview on #B16264 background

This text has white color on #B16264 background.