COLOR #B07267

HEX: #B07267
RGB: (176,114,103)

Color info

#B07267 contains mainly red color. Web safe color of #B07267 is #996666 (or #966).

RGB color model

#B07267 color RGB value is (176,114,103).

  • red value is 176;
  • green value is 114;
  • blue value is 103.
RGB:
(176,114,103)
(69%,45%,40%)

RGB channels and saturation

R 176 of 255 = 69%
G 114 of 255 = 45%
B 103 of 255 = 40%

176
114
103

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

Portions of RGB colors in percentages

R + G + B =
176 + 114 + 103 = 393 (100%)
R 176 of 393 ~ 44.78%
G 114 of 393 ~ 29.01%
B 103 of 393 ~ 26.21%

%44.78
%29.01
%26.21

CMYK color model

#B07267 color CMYK value is (0,35,41,31).

  • cyan value is 0.00%
  • magenta value is 35.23%
  • yellow value is 41.48%
  • key color value is 30.98%
CMYK:
(0,35,41,31)
C0M35Y41K31 
(0%,35%,41%,31%)
(0.00/0.35/0.41/0.31)	

CMYK percentages

%0
%35.23
%41.48
%30.98

Codes

Color #B07267 in popluar color models

B07267
RGB176114103
HSL31.60%54.71%
HSB/HSV41.48%69.02%
CMYK0.00%35.23%41.48%
30.98%

Color #B07267 in popluar number systems.

HEXB07267
Decimal176114103
Binary1011000011100101100111
Octal260162147

Shades and tints

Shades of #B07267

#B07267
(176,114,103)
#A0685E
(160,104,94)
#905E55
(144,94,85)
#80544C
(128,84,76)
#704A43
(112,74,67)
#60403A
(96,64,58)
#503631
(80,54,49)
#402C28
(64,44,40)
#30221F
(48,34,31)
#201816
(32,24,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #B07267

#B07267
(176,114,103)
#B77E74
(183,126,116)
#BE8A81
(190,138,129)
#C5968E
(197,150,142)
#CCA29B
(204,162,155)
#D3AEA8
(211,174,168)
#DABAB5
(218,186,181)
#E1C6C2
(225,198,194)
#E8D2CF
(232,210,207)
#EFDEDC
(239,222,220)
#F6EAE9
(246,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07267 color. Also use rgb(176,114,103) instead hex code.

Text Font Color

.myTextColor { color: #B07267; }

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

This text font color is #B07267.


Background Color

.myBgColor { background-color: #B07267; }

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

This div background color is #B07267.


Border color

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

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

This div border color is #B07267.


Opacity

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

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

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

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

This text has shadow with #B07267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07267 on black background.


Color preview on white background

This text has color #B07267 on white background.



Black color preview on #B07267 background

This text has black color on #B07267 background.


White color preview on #B07267 background

This text has white color on #B07267 background.