COLOR #B2827A

HEX: #B2827A RGB: (178,130,122)

Color info

#B2827A contains red, green and blue colors in about the same proportion. Web safe color of #B2827A is #999966 (or #996).

RGB color model

#B2827A color RGB value is (178,130,122).

RGB: (178,130,122) (70%, 51%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 130 of 255 = 51%
B 122 of 255 = 48%

178
130
122

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

Portions of RGB colors in percentages

R + G + B = 178 + 130 + 122 = 430 (100%)
R 178 of 430 ~ 41.4%
G 130 of 430 ~ 30.23%
B 122 of 430 ~ 28.37'%

%41.4
%30.23
%28.37

CMYK color model

#B2827A color CMYK value is (0,27,31,30).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 31.46%
  • key color value is 30.20%

CMYK: (0,27,31,30)
C0M27Y31K30 (0%, 27%, 31%, 30%)
(0.00 / 0.27 / 0.31 / 0.30)

CMYK percentages

%0
%26.97
%31.46
%30.2

Codes

Color #B2827A in popluar color models

B2 82 7A
RGB 178 130 122
HSL 26.67% 58.82%
HSB/HSV 31.46% 69.80%
CMYK 0.00% 26.97% 31.46%
30.20%

Color #B2827A in popluar number systems.

HEX B2 82 7A
Decimal 178 130 122
Binary 10110010 10000010 1111010
Octal 262 202 172

Shades and tints

Shades of #B2827A

#B2827A
(178,130,122)
#A2776F
(162,119,111)
#926C64
(146,108,100)
#826159
(130,97,89)
#72564E
(114,86,78)
#624B43
(98,75,67)
#524038
(82,64,56)
#42352D
(66,53,45)
#322A22
(50,42,34)
#221F17
(34,31,23)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #B2827A

#B2827A
(178,130,122)
#B98D86
(185,141,134)
#C09892
(192,152,146)
#C7A39E
(199,163,158)
#CEAEAA
(206,174,170)
#D5B9B6
(213,185,182)
#DCC4C2
(220,196,194)
#E3CFCE
(227,207,206)
#EADADA
(234,218,218)
#F1E5E6
(241,229,230)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2827A color. Also use rgb(178,130,122) instead hex code.

Text Font Color

.myTextColor { color: #B2827A; }

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

This text font color is #B2827A.

Background Color

.myBgColor { background-color: #B2827A; }

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

This div background color is #B2827A.

Border color

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

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

This div border color is #B2827A.

Opacity

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

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

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

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

This text has shadow with #B2827A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2827A.

Preview

Color preview on black background

This text has color #B2827A on black background.


Color preview on white background

This text has color #B2827A on white background.


Black color preview on #B2827A background

This text has black color on #B2827A background.


White color preview on #B2827A background

This text has white color on #B2827A background.


Related colors

Complementary color

Complementary color for #hex is #4D7D85.


I love getcolorcode.com

Triadic colors

1 #7AB282 and #827AB2 with #B2827A are triadic colors.

2 #7A82B2 and #82B27A with #B2827A are triadic colors.