COLOR #B27D6A

HEX: #B27D6A
RGB: (178,125,106)

Color info

#B27D6A contains mainly red and green colors. Web safe color of #B27D6A is #996666 (or #966).

RGB color model

#B27D6A color RGB value is (178,125,106).

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

RGB channels and saturation

R 178 of 255 = 70%
G 125 of 255 = 49%
B 106 of 255 = 42%

178
125
106

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

Portions of RGB colors in percentages

R + G + B =
178 + 125 + 106 = 409 (100%)
R 178 of 409 ~ 43.52%
G 125 of 409 ~ 30.56%
B 106 of 409 ~ 25.92%

%43.52
%30.56
%25.92

CMYK color model

#B27D6A color CMYK value is (0,30,40,30).

  • cyan value is 0.00%
  • magenta value is 29.78%
  • yellow value is 40.45%
  • key color value is 30.20%
CMYK:
(0,30,40,30)
C0M30Y40K30 
(0%,30%,40%,30%)
(0.00/0.30/0.40/0.30)	

CMYK percentages

%0
%29.78
%40.45
%30.2

Codes

Color #B27D6A in popluar color models

B27D6A
RGB178125106
HSL16°31.86%55.69%
HSB/HSV16°40.45%69.80%
CMYK0.00%29.78%40.45%
30.20%

Color #B27D6A in popluar number systems.

HEXB27D6A
Decimal178125106
Binary1011001011111011101010
Octal262175152

Shades and tints

Shades of #B27D6A

#B27D6A
(178,125,106)
#A27261
(162,114,97)
#926758
(146,103,88)
#825C4F
(130,92,79)
#725146
(114,81,70)
#62463D
(98,70,61)
#523B34
(82,59,52)
#42302B
(66,48,43)
#322522
(50,37,34)
#221A19
(34,26,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #B27D6A

#B27D6A
(178,125,106)
#B98877
(185,136,119)
#C09384
(192,147,132)
#C79E91
(199,158,145)
#CEA99E
(206,169,158)
#D5B4AB
(213,180,171)
#DCBFB8
(220,191,184)
#E3CAC5
(227,202,197)
#EAD5D2
(234,213,210)
#F1E0DF
(241,224,223)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27D6A; }

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

This text font color is #B27D6A.


Background Color

.myBgColor { background-color: #B27D6A; }

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

This div background color is #B27D6A.


Border color

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

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

This div border color is #B27D6A.


Opacity

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

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

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

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

This text has shadow with #B27D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27D6A on black background.


Color preview on white background

This text has color #B27D6A on white background.



Black color preview on #B27D6A background

This text has black color on #B27D6A background.


White color preview on #B27D6A background

This text has white color on #B27D6A background.