COLOR #B49088

HEX: #B49088 RGB: (180,144,136)

Color info

#B49088 contains red, green and blue colors in about the same proportion. Web safe color of #B49088 is #CC9999 (or #C99).

RGB color model

#B49088 color RGB value is (180,144,136).

RGB: (180,144,136) (71%, 56%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 136 of 255 = 53%

180
144
136

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

Portions of RGB colors in percentages

R + G + B = 180 + 144 + 136 = 460 (100%)
R 180 of 460 ~ 39.13%
G 144 of 460 ~ 31.3%
B 136 of 460 ~ 29.57'%

%39.13
%31.3
%29.57

CMYK color model

#B49088 color CMYK value is (0,20,24,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 24.44%
  • key color value is 29.41%

CMYK: (0,20,24,29)
C0M20Y24K29 (0%, 20%, 24%, 29%)
(0.00 / 0.20 / 0.24 / 0.29)

CMYK percentages

%0
%20
%24.44
%29.41

Codes

Color #B49088 in popluar color models

B4 90 88
RGB 180 144 136
HSL 11° 22.68% 61.96%
HSB/HSV 11° 24.44% 70.59%
CMYK 0.00% 20.00% 24.44%
29.41%

Color #B49088 in popluar number systems.

HEX B4 90 88
Decimal 180 144 136
Binary 10110100 10010000 10001000
Octal 264 220 210

Shades and tints

Shades of #B49088

#B49088
(180,144,136)
#A4837C
(164,131,124)
#947670
(148,118,112)
#846964
(132,105,100)
#745C58
(116,92,88)
#644F4C
(100,79,76)
#544240
(84,66,64)
#443534
(68,53,52)
#342828
(52,40,40)
#241B1C
(36,27,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #B49088

#B49088
(180,144,136)
#BA9A92
(186,154,146)
#C0A49C
(192,164,156)
#C6AEA6
(198,174,166)
#CCB8B0
(204,184,176)
#D2C2BA
(210,194,186)
#D8CCC4
(216,204,196)
#DED6CE
(222,214,206)
#E4E0D8
(228,224,216)
#EAEAE2
(234,234,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B49088 color. Also use rgb(180,144,136) instead hex code.

Text Font Color

.myTextColor { color: #B49088; }

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

This text font color is #B49088.

Background Color

.myBgColor { background-color: #B49088; }

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

This div background color is #B49088.

Border color

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

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

This div border color is #B49088.

Opacity

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

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

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

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

This text has shadow with #B49088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B49088.

Preview

Color preview on black background

This text has color #B49088 on black background.


Color preview on white background

This text has color #B49088 on white background.


Black color preview on #B49088 background

This text has black color on #B49088 background.


White color preview on #B49088 background

This text has white color on #B49088 background.


Related colors

Complementary color

Complementary color for #hex is #4B6F77.


I love getcolorcode.com

Triadic colors

1 #88B490 and #9088B4 with #B49088 are triadic colors.

2 #8890B4 and #90B488 with #B49088 are triadic colors.