COLOR #B48685

HEX: #B48685 RGB: (180,134,133)

Color info

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

RGB color model

#B48685 color RGB value is (180,134,133).

RGB: (180,134,133) (71%, 53%, 52%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 133 of 255 = 52%

180
134
133

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

Portions of RGB colors in percentages

R + G + B = 180 + 134 + 133 = 447 (100%)
R 180 of 447 ~ 40.27%
G 134 of 447 ~ 29.98%
B 133 of 447 ~ 29.75'%

%40.27
%29.98
%29.75

CMYK color model

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

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

CMYK: (0,26,26,29)
C0M26Y26K29 (0%, 26%, 26%, 29%)
(0.00 / 0.26 / 0.26 / 0.29)

CMYK percentages

%0
%25.56
%26.11
%29.41

Codes

Color #B48685 in popluar color models

B4 86 85
RGB 180 134 133
HSL 23.86% 61.37%
HSB/HSV 26.11% 70.59%
CMYK 0.00% 25.56% 26.11%
29.41%

Color #B48685 in popluar number systems.

HEX B4 86 85
Decimal 180 134 133
Binary 10110100 10000110 10000101
Octal 264 206 205

Shades and tints

Shades of #B48685

#B48685
(180,134,133)
#A47A79
(164,122,121)
#946E6D
(148,110,109)
#846261
(132,98,97)
#745655
(116,86,85)
#644A49
(100,74,73)
#543E3D
(84,62,61)
#443231
(68,50,49)
#342625
(52,38,37)
#241A19
(36,26,25)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #B48685

#B48685
(180,134,133)
#BA9190
(186,145,144)
#C09C9B
(192,156,155)
#C6A7A6
(198,167,166)
#CCB2B1
(204,178,177)
#D2BDBC
(210,189,188)
#D8C8C7
(216,200,199)
#DED3D2
(222,211,210)
#E4DEDD
(228,222,221)
#EAE9E8
(234,233,232)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48685; }

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

This text font color is #B48685.

Background Color

.myBgColor { background-color: #B48685; }

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

This div background color is #B48685.

Border color

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

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

This div border color is #B48685.

Opacity

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

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

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

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

This text has shadow with #B48685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48685.

Preview

Color preview on black background

This text has color #B48685 on black background.


Color preview on white background

This text has color #B48685 on white background.


Black color preview on #B48685 background

This text has black color on #B48685 background.


White color preview on #B48685 background

This text has white color on #B48685 background.


Related colors

Complementary color

Complementary color for #hex is #4B797A.


I love getcolorcode.com

Triadic colors

1 #85B486 and #8685B4 with #B48685 are triadic colors.

2 #8586B4 and #86B485 with #B48685 are triadic colors.