COLOR #B48683

HEX: #B48683 RGB: (180,134,131)

Color info

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

RGB color model

#B48683 color RGB value is (180,134,131).

RGB: (180,134,131) (71%, 53%, 51%)

RGB channels and saturation

R 180 of 255 = 71%
G 134 of 255 = 53%
B 131 of 255 = 51%

180
134
131

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

Portions of RGB colors in percentages

R + G + B = 180 + 134 + 131 = 445 (100%)
R 180 of 445 ~ 40.45%
G 134 of 445 ~ 30.11%
B 131 of 445 ~ 29.44'%

%40.45
%30.11
%29.44

CMYK color model

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

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

CMYK: (0,26,27,29)
C0M26Y27K29 (0%, 26%, 27%, 29%)
(0.00 / 0.26 / 0.27 / 0.29)

CMYK percentages

%0
%25.56
%27.22
%29.41

Codes

Color #B48683 in popluar color models

B4 86 83
RGB 180 134 131
HSL 24.62% 60.98%
HSB/HSV 27.22% 70.59%
CMYK 0.00% 25.56% 27.22%
29.41%

Color #B48683 in popluar number systems.

HEX B4 86 83
Decimal 180 134 131
Binary 10110100 10000110 10000011
Octal 264 206 203

Shades and tints

Shades of #B48683

#B48683
(180,134,131)
#A47A78
(164,122,120)
#946E6D
(148,110,109)
#846262
(132,98,98)
#745657
(116,86,87)
#644A4C
(100,74,76)
#543E41
(84,62,65)
#443236
(68,50,54)
#34262B
(52,38,43)
#241A20
(36,26,32)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #B48683

#B48683
(180,134,131)
#BA918E
(186,145,142)
#C09C99
(192,156,153)
#C6A7A4
(198,167,164)
#CCB2AF
(204,178,175)
#D2BDBA
(210,189,186)
#D8C8C5
(216,200,197)
#DED3D0
(222,211,208)
#E4DEDB
(228,222,219)
#EAE9E6
(234,233,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48683; }

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

This text font color is #B48683.

Background Color

.myBgColor { background-color: #B48683; }

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

This div background color is #B48683.

Border color

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

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

This div border color is #B48683.

Opacity

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

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

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

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

This text has shadow with #B48683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48683.

Preview

Color preview on black background

This text has color #B48683 on black background.


Color preview on white background

This text has color #B48683 on white background.


Black color preview on #B48683 background

This text has black color on #B48683 background.


White color preview on #B48683 background

This text has white color on #B48683 background.


Related colors

Complementary color

Complementary color for #hex is #4B797C.


I love getcolorcode.com

Triadic colors

1 #83B486 and #8683B4 with #B48683 are triadic colors.

2 #8386B4 and #86B483 with #B48683 are triadic colors.