COLOR #B17273

HEX: #B17273
RGB: (177,114,115)

Color info

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

RGB color model

#B17273 color RGB value is (177,114,115).

  • red value is 177;
  • green value is 114;
  • blue value is 115.
RGB:
(177,114,115)
(69%,45%,45%)

RGB channels and saturation

R 177 of 255 = 69%
G 114 of 255 = 45%
B 115 of 255 = 45%

177
114
115

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

Portions of RGB colors in percentages

R + G + B =
177 + 114 + 115 = 406 (100%)
R 177 of 406 ~ 43.6%
G 114 of 406 ~ 28.08%
B 115 of 406 ~ 28.33%

%43.6
%28.08
%28.33

CMYK color model

#B17273 color CMYK value is (0,36,35,31).

  • cyan value is 0.00%
  • magenta value is 35.59%
  • yellow value is 35.03%
  • key color value is 30.59%
CMYK:
(0,36,35,31)
C0M36Y35K31 
(0%,36%,35%,31%)
(0.00/0.36/0.35/0.31)	

CMYK percentages

%0
%35.59
%35.03
%30.59

Codes

Color #B17273 in popluar color models

B17273
RGB177114115
HSL359°28.77%57.06%
HSB/HSV359°35.59%69.41%
CMYK0.00%35.59%35.03%
30.59%

Color #B17273 in popluar number systems.

HEXB17273
Decimal177114115
Binary1011000111100101110011
Octal261162163

Shades and tints

Shades of #B17273

#B17273
(177,114,115)
#A16869
(161,104,105)
#915E5F
(145,94,95)
#815455
(129,84,85)
#714A4B
(113,74,75)
#614041
(97,64,65)
#513637
(81,54,55)
#412C2D
(65,44,45)
#312223
(49,34,35)
#211819
(33,24,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #B17273

#B17273
(177,114,115)
#B87E7F
(184,126,127)
#BF8A8B
(191,138,139)
#C69697
(198,150,151)
#CDA2A3
(205,162,163)
#D4AEAF
(212,174,175)
#DBBABB
(219,186,187)
#E2C6C7
(226,198,199)
#E9D2D3
(233,210,211)
#F0DEDF
(240,222,223)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17273 color. Also use rgb(177,114,115) instead hex code.

Text Font Color

.myTextColor { color: #B17273; }

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

This text font color is #B17273.


Background Color

.myBgColor { background-color: #B17273; }

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

This div background color is #B17273.


Border color

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

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

This div border color is #B17273.


Opacity

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

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

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

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

This text has shadow with #B17273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17273 on black background.


Color preview on white background

This text has color #B17273 on white background.



Black color preview on #B17273 background

This text has black color on #B17273 background.


White color preview on #B17273 background

This text has white color on #B17273 background.