COLOR #B69573

HEX: #B69573
RGB: (182,149,115)

Color info

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

RGB color model

#B69573 color RGB value is (182,149,115).

  • red value is 182;
  • green value is 149;
  • blue value is 115.
RGB:
(182,149,115)
(71%,58%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 149 of 255 = 58%
B 115 of 255 = 45%

182
149
115

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

Portions of RGB colors in percentages

R + G + B =
182 + 149 + 115 = 446 (100%)
R 182 of 446 ~ 40.81%
G 149 of 446 ~ 33.41%
B 115 of 446 ~ 25.78%

%40.81
%33.41
%25.78

CMYK color model

#B69573 color CMYK value is (0,18,37,29).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 36.81%
  • key color value is 28.63%
CMYK:
(0,18,37,29)
C0M18Y37K29 
(0%,18%,37%,29%)
(0.00/0.18/0.37/0.29)	

CMYK percentages

%0
%18.13
%36.81
%28.63

Codes

Color #B69573 in popluar color models

B69573
RGB182149115
HSL30°31.46%58.24%
HSB/HSV30°36.81%71.37%
CMYK0.00%18.13%36.81%
28.63%

Color #B69573 in popluar number systems.

HEXB69573
Decimal182149115
Binary10110110100101011110011
Octal266225163

Shades and tints

Shades of #B69573

#B69573
(182,149,115)
#A68869
(166,136,105)
#967B5F
(150,123,95)
#866E55
(134,110,85)
#76614B
(118,97,75)
#665441
(102,84,65)
#564737
(86,71,55)
#463A2D
(70,58,45)
#362D23
(54,45,35)
#262019
(38,32,25)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #B69573

#B69573
(182,149,115)
#BC9E7F
(188,158,127)
#C2A78B
(194,167,139)
#C8B097
(200,176,151)
#CEB9A3
(206,185,163)
#D4C2AF
(212,194,175)
#DACBBB
(218,203,187)
#E0D4C7
(224,212,199)
#E6DDD3
(230,221,211)
#ECE6DF
(236,230,223)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69573 color. Also use rgb(182,149,115) instead hex code.

Text Font Color

.myTextColor { color: #B69573; }

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

This text font color is #B69573.


Background Color

.myBgColor { background-color: #B69573; }

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

This div background color is #B69573.


Border color

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

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

This div border color is #B69573.


Opacity

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

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

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

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

This text has shadow with #B69573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69573 on black background.


Color preview on white background

This text has color #B69573 on white background.



Black color preview on #B69573 background

This text has black color on #B69573 background.


White color preview on #B69573 background

This text has white color on #B69573 background.