COLOR #B7867B

HEX: #B7867B
RGB: (183,134,123)

Color info

#B7867B contains mainly red and green colors. Web safe color of #B7867B is #CC9966 (or #C96).

RGB color model

#B7867B color RGB value is (183,134,123).

  • red value is 183;
  • green value is 134;
  • blue value is 123.
RGB:
(183,134,123)
(72%,53%,48%)

RGB channels and saturation

R 183 of 255 = 72%
G 134 of 255 = 53%
B 123 of 255 = 48%

183
134
123

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

Portions of RGB colors in percentages

R + G + B =
183 + 134 + 123 = 440 (100%)
R 183 of 440 ~ 41.59%
G 134 of 440 ~ 30.45%
B 123 of 440 ~ 27.95%

%41.59
%30.45
%27.95

CMYK color model

#B7867B color CMYK value is (0,27,33,28).

  • cyan value is 0.00%
  • magenta value is 26.78%
  • yellow value is 32.79%
  • key color value is 28.24%
CMYK:
(0,27,33,28)
C0M27Y33K28 
(0%,27%,33%,28%)
(0.00/0.27/0.33/0.28)	

CMYK percentages

%0
%26.78
%32.79
%28.24

Codes

Color #B7867B in popluar color models

B7867B
RGB183134123
HSL11°29.41%60.00%
HSB/HSV11°32.79%71.76%
CMYK0.00%26.78%32.79%
28.24%

Color #B7867B in popluar number systems.

HEXB7867B
Decimal183134123
Binary10110111100001101111011
Octal267206173

Shades and tints

Shades of #B7867B

#B7867B
(183,134,123)
#A77A70
(167,122,112)
#976E65
(151,110,101)
#87625A
(135,98,90)
#77564F
(119,86,79)
#674A44
(103,74,68)
#573E39
(87,62,57)
#47322E
(71,50,46)
#372623
(55,38,35)
#271A18
(39,26,24)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #B7867B

#B7867B
(183,134,123)
#BD9187
(189,145,135)
#C39C93
(195,156,147)
#C9A79F
(201,167,159)
#CFB2AB
(207,178,171)
#D5BDB7
(213,189,183)
#DBC8C3
(219,200,195)
#E1D3CF
(225,211,207)
#E7DEDB
(231,222,219)
#EDE9E7
(237,233,231)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7867B color. Also use rgb(183,134,123) instead hex code.

Text Font Color

.myTextColor { color: #B7867B; }

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

This text font color is #B7867B.


Background Color

.myBgColor { background-color: #B7867B; }

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

This div background color is #B7867B.


Border color

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

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

This div border color is #B7867B.


Opacity

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

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

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

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

This text has shadow with #B7867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7867B on black background.


Color preview on white background

This text has color #B7867B on white background.



Black color preview on #B7867B background

This text has black color on #B7867B background.


White color preview on #B7867B background

This text has white color on #B7867B background.