COLOR #B27C75

HEX: #B27C75 RGB: (178,124,117)

Color info

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

RGB color model

#B27C75 color RGB value is (178,124,117).

RGB: (178,124,117) (70%, 49%, 46%)

RGB channels and saturation

R 178 of 255 = 70%
G 124 of 255 = 49%
B 117 of 255 = 46%

178
124
117

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

Portions of RGB colors in percentages

R + G + B = 178 + 124 + 117 = 419 (100%)
R 178 of 419 ~ 42.48%
G 124 of 419 ~ 29.59%
B 117 of 419 ~ 27.92'%

%42.48
%29.59
%27.92

CMYK color model

#B27C75 color CMYK value is (0,30,34,30).

  • cyan value is 0.00%
  • magenta value is 30.34%
  • yellow value is 34.27%
  • key color value is 30.20%

CMYK: (0,30,34,30)
C0M30Y34K30 (0%, 30%, 34%, 30%)
(0.00 / 0.30 / 0.34 / 0.30)

CMYK percentages

%0
%30.34
%34.27
%30.2

Codes

Color #B27C75 in popluar color models

B2 7C 75
RGB 178 124 117
HSL 28.37% 57.84%
HSB/HSV 34.27% 69.80%
CMYK 0.00% 30.34% 34.27%
30.20%

Color #B27C75 in popluar number systems.

HEX B2 7C 75
Decimal 178 124 117
Binary 10110010 1111100 1110101
Octal 262 174 165

Shades and tints

Shades of #B27C75

#B27C75
(178,124,117)
#A2716B
(162,113,107)
#926661
(146,102,97)
#825B57
(130,91,87)
#72504D
(114,80,77)
#624543
(98,69,67)
#523A39
(82,58,57)
#422F2F
(66,47,47)
#322425
(50,36,37)
#22191B
(34,25,27)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #B27C75

#B27C75
(178,124,117)
#B98781
(185,135,129)
#C0928D
(192,146,141)
#C79D99
(199,157,153)
#CEA8A5
(206,168,165)
#D5B3B1
(213,179,177)
#DCBEBD
(220,190,189)
#E3C9C9
(227,201,201)
#EAD4D5
(234,212,213)
#F1DFE1
(241,223,225)
#F8EAED
(248,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27C75 color. Also use rgb(178,124,117) instead hex code.

Text Font Color

.myTextColor { color: #B27C75; }

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

This text font color is #B27C75.

Background Color

.myBgColor { background-color: #B27C75; }

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

This div background color is #B27C75.

Border color

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

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

This div border color is #B27C75.

Opacity

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

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

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

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

This text has shadow with #B27C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B27C75.

Preview

Color preview on black background

This text has color #B27C75 on black background.


Color preview on white background

This text has color #B27C75 on white background.


Black color preview on #B27C75 background

This text has black color on #B27C75 background.


White color preview on #B27C75 background

This text has white color on #B27C75 background.


Related colors

Complementary color

Complementary color for #hex is #4D838A.


I love getcolorcode.com

Triadic colors

1 #75B27C and #7C75B2 with #B27C75 are triadic colors.

2 #757CB2 and #7CB275 with #B27C75 are triadic colors.