COLOR #B27D79

HEX: #B27D79
RGB: (178,125,121)

Color info

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

RGB color model

#B27D79 color RGB value is (178,125,121).

  • red value is 178;
  • green value is 125;
  • blue value is 121.
RGB:
(178,125,121)
(70%,49%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 125 of 255 = 49%
B 121 of 255 = 47%

178
125
121

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

Portions of RGB colors in percentages

R + G + B =
178 + 125 + 121 = 424 (100%)
R 178 of 424 ~ 41.98%
G 125 of 424 ~ 29.48%
B 121 of 424 ~ 28.54%

%41.98
%29.48
%28.54

CMYK color model

#B27D79 color CMYK value is (0,30,32,30).

  • cyan value is 0.00%
  • magenta value is 29.78%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(0,30,32,30)
C0M30Y32K30 
(0%,30%,32%,30%)
(0.00/0.30/0.32/0.30)	

CMYK percentages

%0
%29.78
%32.02
%30.2

Codes

Color #B27D79 in popluar color models

B27D79
RGB178125121
HSL27.01%58.63%
HSB/HSV32.02%69.80%
CMYK0.00%29.78%32.02%
30.20%

Color #B27D79 in popluar number systems.

HEXB27D79
Decimal178125121
Binary1011001011111011111001
Octal262175171

Shades and tints

Shades of #B27D79

#B27D79
(178,125,121)
#A2726E
(162,114,110)
#926763
(146,103,99)
#825C58
(130,92,88)
#72514D
(114,81,77)
#624642
(98,70,66)
#523B37
(82,59,55)
#42302C
(66,48,44)
#322521
(50,37,33)
#221A16
(34,26,22)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #B27D79

#B27D79
(178,125,121)
#B98885
(185,136,133)
#C09391
(192,147,145)
#C79E9D
(199,158,157)
#CEA9A9
(206,169,169)
#D5B4B5
(213,180,181)
#DCBFC1
(220,191,193)
#E3CACD
(227,202,205)
#EAD5D9
(234,213,217)
#F1E0E5
(241,224,229)
#F8EBF1
(248,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27D79 color. Also use rgb(178,125,121) instead hex code.

Text Font Color

.myTextColor { color: #B27D79; }

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

This text font color is #B27D79.


Background Color

.myBgColor { background-color: #B27D79; }

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

This div background color is #B27D79.


Border color

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

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

This div border color is #B27D79.


Opacity

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

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

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

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

This text has shadow with #B27D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27D79 on black background.


Color preview on white background

This text has color #B27D79 on white background.



Black color preview on #B27D79 background

This text has black color on #B27D79 background.


White color preview on #B27D79 background

This text has white color on #B27D79 background.