COLOR #B19085

HEX: #B19085
RGB: (177,144,133)

Color info

#B19085 contains red, green and blue colors in about the same proportion. Web safe color of #B19085 is #999999 (or #999).

RGB color model

#B19085 color RGB value is (177,144,133).

  • red value is 177;
  • green value is 144;
  • blue value is 133.
RGB:
(177,144,133)
(69%,56%,52%)

RGB channels and saturation

R 177 of 255 = 69%
G 144 of 255 = 56%
B 133 of 255 = 52%

177
144
133

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

Portions of RGB colors in percentages

R + G + B =
177 + 144 + 133 = 454 (100%)
R 177 of 454 ~ 38.99%
G 144 of 454 ~ 31.72%
B 133 of 454 ~ 29.3%

%38.99
%31.72
%29.3

CMYK color model

#B19085 color CMYK value is (0,19,25,31).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 24.86%
  • key color value is 30.59%
CMYK:
(0,19,25,31)
C0M19Y25K31 
(0%,19%,25%,31%)
(0.00/0.19/0.25/0.31)	

CMYK percentages

%0
%18.64
%24.86
%30.59

Codes

Color #B19085 in popluar color models

B19085
RGB177144133
HSL15°22.00%60.78%
HSB/HSV15°24.86%69.41%
CMYK0.00%18.64%24.86%
30.59%

Color #B19085 in popluar number systems.

HEXB19085
Decimal177144133
Binary101100011001000010000101
Octal261220205

Shades and tints

Shades of #B19085

#B19085
(177,144,133)
#A18379
(161,131,121)
#91766D
(145,118,109)
#816961
(129,105,97)
#715C55
(113,92,85)
#614F49
(97,79,73)
#51423D
(81,66,61)
#413531
(65,53,49)
#312825
(49,40,37)
#211B19
(33,27,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #B19085

#B19085
(177,144,133)
#B89A90
(184,154,144)
#BFA49B
(191,164,155)
#C6AEA6
(198,174,166)
#CDB8B1
(205,184,177)
#D4C2BC
(212,194,188)
#DBCCC7
(219,204,199)
#E2D6D2
(226,214,210)
#E9E0DD
(233,224,221)
#F0EAE8
(240,234,232)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19085 color. Also use rgb(177,144,133) instead hex code.

Text Font Color

.myTextColor { color: #B19085; }

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

This text font color is #B19085.


Background Color

.myBgColor { background-color: #B19085; }

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

This div background color is #B19085.


Border color

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

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

This div border color is #B19085.


Opacity

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

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

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

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

This text has shadow with #B19085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B19085 on black background.


Color preview on white background

This text has color #B19085 on white background.



Black color preview on #B19085 background

This text has black color on #B19085 background.


White color preview on #B19085 background

This text has white color on #B19085 background.