COLOR #B4695C

HEX: #B4695C
RGB: (180,105,92)

Color info

#B4695C contains mainly red color. Web safe color of #B4695C is #CC6666 (or #C66).

RGB color model

#B4695C color RGB value is (180,105,92).

  • red value is 180;
  • green value is 105;
  • blue value is 92.
RGB:
(180,105,92)
(71%,41%,36%)

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 92 of 255 = 36%

180
105
92

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

Portions of RGB colors in percentages

R + G + B =
180 + 105 + 92 = 377 (100%)
R 180 of 377 ~ 47.75%
G 105 of 377 ~ 27.85%
B 92 of 377 ~ 24.4%

%47.75
%27.85
%24.4

CMYK color model

#B4695C color CMYK value is (0,42,49,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 48.89%
  • key color value is 29.41%
CMYK:
(0,42,49,29)
C0M42Y49K29 
(0%,42%,49%,29%)
(0.00/0.42/0.49/0.29)	

CMYK percentages

%0
%41.67
%48.89
%29.41

Codes

Color #B4695C in popluar color models

B4695C
RGB18010592
HSL36.97%53.33%
HSB/HSV48.89%70.59%
CMYK0.00%41.67%48.89%
29.41%

Color #B4695C in popluar number systems.

HEXB4695C
Decimal18010592
Binary1011010011010011011100
Octal264151134

Shades and tints

Shades of #B4695C

#B4695C
(180,105,92)
#A46054
(164,96,84)
#94574C
(148,87,76)
#844E44
(132,78,68)
#74453C
(116,69,60)
#643C34
(100,60,52)
#54332C
(84,51,44)
#442A24
(68,42,36)
#34211C
(52,33,28)
#241814
(36,24,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #B4695C

#B4695C
(180,105,92)
#BA766A
(186,118,106)
#C08378
(192,131,120)
#C69086
(198,144,134)
#CC9D94
(204,157,148)
#D2AAA2
(210,170,162)
#D8B7B0
(216,183,176)
#DEC4BE
(222,196,190)
#E4D1CC
(228,209,204)
#EADEDA
(234,222,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4695C color. Also use rgb(180,105,92) instead hex code.

Text Font Color

.myTextColor { color: #B4695C; }

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

This text font color is #B4695C.


Background Color

.myBgColor { background-color: #B4695C; }

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

This div background color is #B4695C.


Border color

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

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

This div border color is #B4695C.


Opacity

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

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

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

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

This text has shadow with #B4695C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4695C on black background.


Color preview on white background

This text has color #B4695C on white background.



Black color preview on #B4695C background

This text has black color on #B4695C background.


White color preview on #B4695C background

This text has white color on #B4695C background.