COLOR #B48A85

HEX: #B48A85 RGB: (180,138,133)

Color info

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

RGB color model

#B48A85 color RGB value is (180,138,133).

RGB: (180,138,133) (71%, 54%, 52%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 133 of 255 = 52%

180
138
133

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

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 133 = 451 (100%)
R 180 of 451 ~ 39.91%
G 138 of 451 ~ 30.6%
B 133 of 451 ~ 29.49'%

%39.91
%30.6
%29.49

CMYK color model

#B48A85 color CMYK value is (0,23,26,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 26.11%
  • key color value is 29.41%

CMYK: (0,23,26,29)
C0M23Y26K29 (0%, 23%, 26%, 29%)
(0.00 / 0.23 / 0.26 / 0.29)

CMYK percentages

%0
%23.33
%26.11
%29.41

Codes

Color #B48A85 in popluar color models

B4 8A 85
RGB 180 138 133
HSL 23.86% 61.37%
HSB/HSV 26.11% 70.59%
CMYK 0.00% 23.33% 26.11%
29.41%

Color #B48A85 in popluar number systems.

HEX B4 8A 85
Decimal 180 138 133
Binary 10110100 10001010 10000101
Octal 264 212 205

Shades and tints

Shades of #B48A85

#B48A85
(180,138,133)
#A47E79
(164,126,121)
#94726D
(148,114,109)
#846661
(132,102,97)
#745A55
(116,90,85)
#644E49
(100,78,73)
#54423D
(84,66,61)
#443631
(68,54,49)
#342A25
(52,42,37)
#241E19
(36,30,25)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #B48A85

#B48A85
(180,138,133)
#BA9490
(186,148,144)
#C09E9B
(192,158,155)
#C6A8A6
(198,168,166)
#CCB2B1
(204,178,177)
#D2BCBC
(210,188,188)
#D8C6C7
(216,198,199)
#DED0D2
(222,208,210)
#E4DADD
(228,218,221)
#EAE4E8
(234,228,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48A85 color. Also use rgb(180,138,133) instead hex code.

Text Font Color

.myTextColor { color: #B48A85; }

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

This text font color is #B48A85.

Background Color

.myBgColor { background-color: #B48A85; }

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

This div background color is #B48A85.

Border color

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

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

This div border color is #B48A85.

Opacity

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

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

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

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

This text has shadow with #B48A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48A85.

Preview

Color preview on black background

This text has color #B48A85 on black background.


Color preview on white background

This text has color #B48A85 on white background.


Black color preview on #B48A85 background

This text has black color on #B48A85 background.


White color preview on #B48A85 background

This text has white color on #B48A85 background.


Related colors

Complementary color

Complementary color for #hex is #4B757A.


I love getcolorcode.com

Triadic colors

1 #85B48A and #8A85B4 with #B48A85 are triadic colors.

2 #858AB4 and #8AB485 with #B48A85 are triadic colors.