COLOR #B48465

HEX: #B48465
RGB: (180,132,101)

Color info

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

RGB color model

#B48465 color RGB value is (180,132,101).

  • red value is 180;
  • green value is 132;
  • blue value is 101.
RGB:
(180,132,101)
(71%,52%,40%)

RGB channels and saturation

R 180 of 255 = 71%
G 132 of 255 = 52%
B 101 of 255 = 40%

180
132
101

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

Portions of RGB colors in percentages

R + G + B =
180 + 132 + 101 = 413 (100%)
R 180 of 413 ~ 43.58%
G 132 of 413 ~ 31.96%
B 101 of 413 ~ 24.46%

%43.58
%31.96
%24.46

CMYK color model

#B48465 color CMYK value is (0,27,44,29).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 43.89%
  • key color value is 29.41%
CMYK:
(0,27,44,29)
C0M27Y44K29 
(0%,27%,44%,29%)
(0.00/0.27/0.44/0.29)	

CMYK percentages

%0
%26.67
%43.89
%29.41

Codes

Color #B48465 in popluar color models

B48465
RGB180132101
HSL24°34.50%55.10%
HSB/HSV24°43.89%70.59%
CMYK0.00%26.67%43.89%
29.41%

Color #B48465 in popluar number systems.

HEXB48465
Decimal180132101
Binary10110100100001001100101
Octal264204145

Shades and tints

Shades of #B48465

#B48465
(180,132,101)
#A4785C
(164,120,92)
#946C53
(148,108,83)
#84604A
(132,96,74)
#745441
(116,84,65)
#644838
(100,72,56)
#543C2F
(84,60,47)
#443026
(68,48,38)
#34241D
(52,36,29)
#241814
(36,24,20)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #B48465

#B48465
(180,132,101)
#BA8F73
(186,143,115)
#C09A81
(192,154,129)
#C6A58F
(198,165,143)
#CCB09D
(204,176,157)
#D2BBAB
(210,187,171)
#D8C6B9
(216,198,185)
#DED1C7
(222,209,199)
#E4DCD5
(228,220,213)
#EAE7E3
(234,231,227)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48465 color. Also use rgb(180,132,101) instead hex code.

Text Font Color

.myTextColor { color: #B48465; }

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

This text font color is #B48465.


Background Color

.myBgColor { background-color: #B48465; }

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

This div background color is #B48465.


Border color

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

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

This div border color is #B48465.


Opacity

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

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

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

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

This text has shadow with #B48465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48465 on black background.


Color preview on white background

This text has color #B48465 on white background.



Black color preview on #B48465 background

This text has black color on #B48465 background.


White color preview on #B48465 background

This text has white color on #B48465 background.