COLOR #B2807A

HEX: #B2807A RGB: (178,128,122)

Color info

#B2807A contains red, green and blue colors in about the same proportion. Web safe color of #B2807A is #996666 (or #966).

RGB color model

#B2807A color RGB value is (178,128,122).

RGB: (178,128,122) (70%, 50%, 48%)

RGB channels and saturation

R 178 of 255 = 70%
G 128 of 255 = 50%
B 122 of 255 = 48%

178
128
122

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

Portions of RGB colors in percentages

R + G + B = 178 + 128 + 122 = 428 (100%)
R 178 of 428 ~ 41.59%
G 128 of 428 ~ 29.91%
B 122 of 428 ~ 28.5'%

%41.59
%29.91
%28.5

CMYK color model

#B2807A color CMYK value is (0,28,31,30).

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

CMYK: (0,28,31,30)
C0M28Y31K30 (0%, 28%, 31%, 30%)
(0.00 / 0.28 / 0.31 / 0.30)

CMYK percentages

%0
%28.09
%31.46
%30.2

Codes

Color #B2807A in popluar color models

B2 80 7A
RGB 178 128 122
HSL 26.67% 58.82%
HSB/HSV 31.46% 69.80%
CMYK 0.00% 28.09% 31.46%
30.20%

Color #B2807A in popluar number systems.

HEX B2 80 7A
Decimal 178 128 122
Binary 10110010 10000000 1111010
Octal 262 200 172

Shades and tints

Shades of #B2807A

#B2807A
(178,128,122)
#A2756F
(162,117,111)
#926A64
(146,106,100)
#825F59
(130,95,89)
#72544E
(114,84,78)
#624943
(98,73,67)
#523E38
(82,62,56)
#42332D
(66,51,45)
#322822
(50,40,34)
#221D17
(34,29,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #B2807A

#B2807A
(178,128,122)
#B98B86
(185,139,134)
#C09692
(192,150,146)
#C7A19E
(199,161,158)
#CEACAA
(206,172,170)
#D5B7B6
(213,183,182)
#DCC2C2
(220,194,194)
#E3CDCE
(227,205,206)
#EAD8DA
(234,216,218)
#F1E3E6
(241,227,230)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2807A; }

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

This text font color is #B2807A.

Background Color

.myBgColor { background-color: #B2807A; }

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

This div background color is #B2807A.

Border color

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

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

This div border color is #B2807A.

Opacity

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

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

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

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

This text has shadow with #B2807A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2807A.

Preview

Color preview on black background

This text has color #B2807A on black background.


Color preview on white background

This text has color #B2807A on white background.


Black color preview on #B2807A background

This text has black color on #B2807A background.


White color preview on #B2807A background

This text has white color on #B2807A background.


Related colors

Complementary color

Complementary color for #hex is #4D7F85.


I love getcolorcode.com

Triadic colors

1 #7AB280 and #807AB2 with #B2807A are triadic colors.

2 #7A80B2 and #80B27A with #B2807A are triadic colors.