COLOR #B4826C

HEX: #B4826C
RGB: (180,130,108)

Color info

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

RGB color model

#B4826C color RGB value is (180,130,108).

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

RGB channels and saturation

R 180 of 255 = 71%
G 130 of 255 = 51%
B 108 of 255 = 42%

180
130
108

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

Portions of RGB colors in percentages

R + G + B =
180 + 130 + 108 = 418 (100%)
R 180 of 418 ~ 43.06%
G 130 of 418 ~ 31.1%
B 108 of 418 ~ 25.84%

%43.06
%31.1
%25.84

CMYK color model

#B4826C color CMYK value is (0,28,40,29).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(0,28,40,29)
C0M28Y40K29 
(0%,28%,40%,29%)
(0.00/0.28/0.40/0.29)	

CMYK percentages

%0
%27.78
%40
%29.41

Codes

Color #B4826C in popluar color models

B4826C
RGB180130108
HSL18°32.43%56.47%
HSB/HSV18°40.00%70.59%
CMYK0.00%27.78%40.00%
29.41%

Color #B4826C in popluar number systems.

HEXB4826C
Decimal180130108
Binary10110100100000101101100
Octal264202154

Shades and tints

Shades of #B4826C

#B4826C
(180,130,108)
#A47763
(164,119,99)
#946C5A
(148,108,90)
#846151
(132,97,81)
#745648
(116,86,72)
#644B3F
(100,75,63)
#544036
(84,64,54)
#44352D
(68,53,45)
#342A24
(52,42,36)
#241F1B
(36,31,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #B4826C

#B4826C
(180,130,108)
#BA8D79
(186,141,121)
#C09886
(192,152,134)
#C6A393
(198,163,147)
#CCAEA0
(204,174,160)
#D2B9AD
(210,185,173)
#D8C4BA
(216,196,186)
#DECFC7
(222,207,199)
#E4DAD4
(228,218,212)
#EAE5E1
(234,229,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4826C; }

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

This text font color is #B4826C.


Background Color

.myBgColor { background-color: #B4826C; }

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

This div background color is #B4826C.


Border color

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

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

This div border color is #B4826C.


Opacity

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

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

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

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

This text has shadow with #B4826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4826C on black background.


Color preview on white background

This text has color #B4826C on white background.



Black color preview on #B4826C background

This text has black color on #B4826C background.


White color preview on #B4826C background

This text has white color on #B4826C background.