COLOR #B1826C

HEX: #B1826C RGB: (177,130,108)

Color info

#B1826C contains mainly red and green colors. Web safe color of #B1826C is #999966 (or #996).

RGB color model

#B1826C color RGB value is (177,130,108).

RGB: (177,130,108) (69%, 51%, 42%)

RGB channels and saturation

R 177 of 255 = 69%
G 130 of 255 = 51%
B 108 of 255 = 42%

177
130
108

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

Portions of RGB colors in percentages

R + G + B = 177 + 130 + 108 = 415 (100%)
R 177 of 415 ~ 42.65%
G 130 of 415 ~ 31.33%
B 108 of 415 ~ 26.02'%

%42.65
%31.33
%26.02

CMYK color model

#B1826C color CMYK value is (0,27,39,31).

  • cyan value is 0.00%
  • magenta value is 26.55%
  • yellow value is 38.98%
  • key color value is 30.59%
CMYK: (0,27,39,31) C0M27Y39K31 (0%,27%,39%,31%) (0.00/0.27/0.39/0.31) 

CMYK percentages

%0
%26.55
%38.98
%30.59

Codes

Color #B1826C in popluar color models

B1 82 6C
RGB 177 130 108
HSL 19° 30.67% 55.88%
HSB/HSV 19° 38.98% 69.41%
CMYK 0.00% 26.55% 38.98%
30.59%

Color #B1826C in popluar number systems.

HEX B1 82 6C
Decimal 177 130 108
Binary 10110001 10000010 1101100
Octal 261 202 154

Shades and tints

Shades of #B1826C

#B1826C
(177,130,108)
#A17763
(161,119,99)
#916C5A
(145,108,90)
#816151
(129,97,81)
#715648
(113,86,72)
#614B3F
(97,75,63)
#514036
(81,64,54)
#41352D
(65,53,45)
#312A24
(49,42,36)
#211F1B
(33,31,27)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #B1826C

#B1826C
(177,130,108)
#B88D79
(184,141,121)
#BF9886
(191,152,134)
#C6A393
(198,163,147)
#CDAEA0
(205,174,160)
#D4B9AD
(212,185,173)
#DBC4BA
(219,196,186)
#E2CFC7
(226,207,199)
#E9DAD4
(233,218,212)
#F0E5E1
(240,229,225)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1826C; }

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

This text font color is #B1826C.

Background Color

.myBgColor { background-color: #B1826C; }

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

This div background color is #B1826C.

Border color

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

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

This div border color is #B1826C.

Opacity

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

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

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

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

This text has shadow with #B1826C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1826C.

Preview

Color preview on black background

This text has color #B1826C on black background.


Color preview on white background

This text has color #B1826C on white background.


Black color preview on #B1826C background

This text has black color on #B1826C background.


White color preview on #B1826C background

This text has white color on #B1826C background.


Related colors

Complementary color

Complementary color for #hex is #4E7D93.


I love getcolorcode.com

Triadic colors

1 #6CB182 and #826CB1 with #B1826C are triadic colors.

2 #6C82B1 and #82B16C with #B1826C are triadic colors.