COLOR #B4695F

HEX: #B4695F
RGB: (180,105,95)

Color info

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

RGB color model

#B4695F color RGB value is (180,105,95).

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

RGB channels and saturation

R 180 of 255 = 71%
G 105 of 255 = 41%
B 95 of 255 = 37%

180
105
95

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

Portions of RGB colors in percentages

R + G + B =
180 + 105 + 95 = 380 (100%)
R 180 of 380 ~ 47.37%
G 105 of 380 ~ 27.63%
B 95 of 380 ~ 25%

%47.37
%27.63
%25

CMYK color model

#B4695F color CMYK value is (0,42,47,29).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 47.22%
  • key color value is 29.41%
CMYK:
(0,42,47,29)
C0M42Y47K29 
(0%,42%,47%,29%)
(0.00/0.42/0.47/0.29)	

CMYK percentages

%0
%41.67
%47.22
%29.41

Codes

Color #B4695F in popluar color models

B4695F
RGB18010595
HSL36.17%53.92%
HSB/HSV47.22%70.59%
CMYK0.00%41.67%47.22%
29.41%

Color #B4695F in popluar number systems.

HEXB4695F
Decimal18010595
Binary1011010011010011011111
Octal264151137

Shades and tints

Shades of #B4695F

#B4695F
(180,105,95)
#A46057
(164,96,87)
#94574F
(148,87,79)
#844E47
(132,78,71)
#74453F
(116,69,63)
#643C37
(100,60,55)
#54332F
(84,51,47)
#442A27
(68,42,39)
#34211F
(52,33,31)
#241817
(36,24,23)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #B4695F

#B4695F
(180,105,95)
#BA766D
(186,118,109)
#C0837B
(192,131,123)
#C69089
(198,144,137)
#CC9D97
(204,157,151)
#D2AAA5
(210,170,165)
#D8B7B3
(216,183,179)
#DEC4C1
(222,196,193)
#E4D1CF
(228,209,207)
#EADEDD
(234,222,221)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4695F; }

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

This text font color is #B4695F.


Background Color

.myBgColor { background-color: #B4695F; }

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

This div background color is #B4695F.


Border color

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

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

This div border color is #B4695F.


Opacity

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

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

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

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

This text has shadow with #B4695F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4695F on black background.


Color preview on white background

This text has color #B4695F on white background.



Black color preview on #B4695F background

This text has black color on #B4695F background.


White color preview on #B4695F background

This text has white color on #B4695F background.