COLOR #B17062

HEX: #B17062
RGB: (177,112,98)

Color info

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

RGB color model

#B17062 color RGB value is (177,112,98).

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

RGB channels and saturation

R 177 of 255 = 69%
G 112 of 255 = 44%
B 98 of 255 = 38%

177
112
98

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

Portions of RGB colors in percentages

R + G + B =
177 + 112 + 98 = 387 (100%)
R 177 of 387 ~ 45.74%
G 112 of 387 ~ 28.94%
B 98 of 387 ~ 25.32%

%45.74
%28.94
%25.32

CMYK color model

#B17062 color CMYK value is (0,37,45,31).

  • cyan value is 0.00%
  • magenta value is 36.72%
  • yellow value is 44.63%
  • key color value is 30.59%
CMYK:
(0,37,45,31)
C0M37Y45K31 
(0%,37%,45%,31%)
(0.00/0.37/0.45/0.31)	

CMYK percentages

%0
%36.72
%44.63
%30.59

Codes

Color #B17062 in popluar color models

B17062
RGB17711298
HSL11°33.62%53.92%
HSB/HSV11°44.63%69.41%
CMYK0.00%36.72%44.63%
30.59%

Color #B17062 in popluar number systems.

HEXB17062
Decimal17711298
Binary1011000111100001100010
Octal261160142

Shades and tints

Shades of #B17062

#B17062
(177,112,98)
#A1665A
(161,102,90)
#915C52
(145,92,82)
#81524A
(129,82,74)
#714842
(113,72,66)
#613E3A
(97,62,58)
#513432
(81,52,50)
#412A2A
(65,42,42)
#312022
(49,32,34)
#21161A
(33,22,26)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #B17062

#B17062
(177,112,98)
#B87D70
(184,125,112)
#BF8A7E
(191,138,126)
#C6978C
(198,151,140)
#CDA49A
(205,164,154)
#D4B1A8
(212,177,168)
#DBBEB6
(219,190,182)
#E2CBC4
(226,203,196)
#E9D8D2
(233,216,210)
#F0E5E0
(240,229,224)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B17062; }

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

This text font color is #B17062.


Background Color

.myBgColor { background-color: #B17062; }

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

This div background color is #B17062.


Border color

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

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

This div border color is #B17062.


Opacity

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

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

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

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

This text has shadow with #B17062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17062 on black background.


Color preview on white background

This text has color #B17062 on white background.



Black color preview on #B17062 background

This text has black color on #B17062 background.


White color preview on #B17062 background

This text has white color on #B17062 background.