COLOR #B48A6C

HEX: #B48A6C
RGB: (180,138,108)

Color info

#B48A6C contains mainly red and green colors. Web safe color of #B48A6C is #CC9966 (or #C96).

RGB color model

#B48A6C color RGB value is (180,138,108).

  • red value is 180;
  • green value is 138;
  • blue value is 108.
RGB:
(180,138,108)
(71%,54%,42%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 108 of 255 = 42%

180
138
108

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

Portions of RGB colors in percentages

R + G + B =
180 + 138 + 108 = 426 (100%)
R 180 of 426 ~ 42.25%
G 138 of 426 ~ 32.39%
B 108 of 426 ~ 25.35%

%42.25
%32.39
%25.35

CMYK color model

#B48A6C color CMYK value is (0,23,40,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(0,23,40,29)
C0M23Y40K29 
(0%,23%,40%,29%)
(0.00/0.23/0.40/0.29)	

CMYK percentages

%0
%23.33
%40
%29.41

Codes

Color #B48A6C in popluar color models

B48A6C
RGB180138108
HSL25°32.43%56.47%
HSB/HSV25°40.00%70.59%
CMYK0.00%23.33%40.00%
29.41%

Color #B48A6C in popluar number systems.

HEXB48A6C
Decimal180138108
Binary10110100100010101101100
Octal264212154

Shades and tints

Shades of #B48A6C

#B48A6C
(180,138,108)
#A47E63
(164,126,99)
#94725A
(148,114,90)
#846651
(132,102,81)
#745A48
(116,90,72)
#644E3F
(100,78,63)
#544236
(84,66,54)
#44362D
(68,54,45)
#342A24
(52,42,36)
#241E1B
(36,30,27)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B48A6C

#B48A6C
(180,138,108)
#BA9479
(186,148,121)
#C09E86
(192,158,134)
#C6A893
(198,168,147)
#CCB2A0
(204,178,160)
#D2BCAD
(210,188,173)
#D8C6BA
(216,198,186)
#DED0C7
(222,208,199)
#E4DAD4
(228,218,212)
#EAE4E1
(234,228,225)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B48A6C; }

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

This text font color is #B48A6C.


Background Color

.myBgColor { background-color: #B48A6C; }

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

This div background color is #B48A6C.


Border color

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

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

This div border color is #B48A6C.


Opacity

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

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

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

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

This text has shadow with #B48A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48A6C on black background.


Color preview on white background

This text has color #B48A6C on white background.



Black color preview on #B48A6C background

This text has black color on #B48A6C background.


White color preview on #B48A6C background

This text has white color on #B48A6C background.