COLOR #B48168

HEX: #B48168
RGB: (180,129,104)

Color info

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

RGB color model

#B48168 color RGB value is (180,129,104).

  • red value is 180;
  • green value is 129;
  • blue value is 104.
RGB:
(180,129,104)
(71%,51%,41%)

RGB channels and saturation

R 180 of 255 = 71%
G 129 of 255 = 51%
B 104 of 255 = 41%

180
129
104

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

Portions of RGB colors in percentages

R + G + B =
180 + 129 + 104 = 413 (100%)
R 180 of 413 ~ 43.58%
G 129 of 413 ~ 31.23%
B 104 of 413 ~ 25.18%

%43.58
%31.23
%25.18

CMYK color model

#B48168 color CMYK value is (0,28,42,29).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK:
(0,28,42,29)
C0M28Y42K29 
(0%,28%,42%,29%)
(0.00/0.28/0.42/0.29)	

CMYK percentages

%0
%28.33
%42.22
%29.41

Codes

Color #B48168 in popluar color models

B48168
RGB180129104
HSL20°33.63%55.69%
HSB/HSV20°42.22%70.59%
CMYK0.00%28.33%42.22%
29.41%

Color #B48168 in popluar number systems.

HEXB48168
Decimal180129104
Binary10110100100000011101000
Octal264201150

Shades and tints

Shades of #B48168

#B48168
(180,129,104)
#A4765F
(164,118,95)
#946B56
(148,107,86)
#84604D
(132,96,77)
#745544
(116,85,68)
#644A3B
(100,74,59)
#543F32
(84,63,50)
#443429
(68,52,41)
#342920
(52,41,32)
#241E17
(36,30,23)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #B48168

#B48168
(180,129,104)
#BA8C75
(186,140,117)
#C09782
(192,151,130)
#C6A28F
(198,162,143)
#CCAD9C
(204,173,156)
#D2B8A9
(210,184,169)
#D8C3B6
(216,195,182)
#DECEC3
(222,206,195)
#E4D9D0
(228,217,208)
#EAE4DD
(234,228,221)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48168 color. Also use rgb(180,129,104) instead hex code.

Text Font Color

.myTextColor { color: #B48168; }

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

This text font color is #B48168.


Background Color

.myBgColor { background-color: #B48168; }

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

This div background color is #B48168.


Border color

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

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

This div border color is #B48168.


Opacity

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

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

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

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

This text has shadow with #B48168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48168 on black background.


Color preview on white background

This text has color #B48168 on white background.



Black color preview on #B48168 background

This text has black color on #B48168 background.


White color preview on #B48168 background

This text has white color on #B48168 background.