COLOR #B69775

HEX: #B69775
RGB: (182,151,117)

Color info

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

RGB color model

#B69775 color RGB value is (182,151,117).

  • red value is 182;
  • green value is 151;
  • blue value is 117.
RGB:
(182,151,117)
(71%,59%,46%)

RGB channels and saturation

R 182 of 255 = 71%
G 151 of 255 = 59%
B 117 of 255 = 46%

182
151
117

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

Portions of RGB colors in percentages

R + G + B =
182 + 151 + 117 = 450 (100%)
R 182 of 450 ~ 40.44%
G 151 of 450 ~ 33.56%
B 117 of 450 ~ 26%

%40.44
%33.56
%26

CMYK color model

#B69775 color CMYK value is (0,17,36,29).

  • cyan value is 0.00%
  • magenta value is 17.03%
  • yellow value is 35.71%
  • key color value is 28.63%
CMYK:
(0,17,36,29)
C0M17Y36K29 
(0%,17%,36%,29%)
(0.00/0.17/0.36/0.29)	

CMYK percentages

%0
%17.03
%35.71
%28.63

Codes

Color #B69775 in popluar color models

B69775
RGB182151117
HSL31°30.81%58.63%
HSB/HSV31°35.71%71.37%
CMYK0.00%17.03%35.71%
28.63%

Color #B69775 in popluar number systems.

HEXB69775
Decimal182151117
Binary10110110100101111110101
Octal266227165

Shades and tints

Shades of #B69775

#B69775
(182,151,117)
#A68A6B
(166,138,107)
#967D61
(150,125,97)
#867057
(134,112,87)
#76634D
(118,99,77)
#665643
(102,86,67)
#564939
(86,73,57)
#463C2F
(70,60,47)
#362F25
(54,47,37)
#26221B
(38,34,27)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #B69775

#B69775
(182,151,117)
#BCA081
(188,160,129)
#C2A98D
(194,169,141)
#C8B299
(200,178,153)
#CEBBA5
(206,187,165)
#D4C4B1
(212,196,177)
#DACDBD
(218,205,189)
#E0D6C9
(224,214,201)
#E6DFD5
(230,223,213)
#ECE8E1
(236,232,225)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B69775 color. Also use rgb(182,151,117) instead hex code.

Text Font Color

.myTextColor { color: #B69775; }

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

This text font color is #B69775.


Background Color

.myBgColor { background-color: #B69775; }

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

This div background color is #B69775.


Border color

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

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

This div border color is #B69775.


Opacity

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

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

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

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

This text has shadow with #B69775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B69775 on black background.


Color preview on white background

This text has color #B69775 on white background.



Black color preview on #B69775 background

This text has black color on #B69775 background.


White color preview on #B69775 background

This text has white color on #B69775 background.