COLOR #B5695C

HEX: #B5695C RGB: (181,105,92)

Color info

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

RGB color model

#B5695C color RGB value is (181,105,92).

RGB: (181,105,92) (71%, 41%, 36%)

RGB channels and saturation

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

181
105
92

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

Portions of RGB colors in percentages

R + G + B = 181 + 105 + 92 = 378 (100%)
R 181 of 378 ~ 47.88%
G 105 of 378 ~ 27.78%
B 92 of 378 ~ 24.34'%

%47.88
%27.78
%24.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.99%
  • yellow value is 49.17%
  • key color value is 29.02%

CMYK: (0,42,49,29)
C0M42Y49K29 (0%, 42%, 49%, 29%)
(0.00 / 0.42 / 0.49 / 0.29)

CMYK percentages

%0
%41.99
%49.17
%29.02

Codes

Color #B5695C in popluar color models

B5 69 5C
RGB 181 105 92
HSL 37.55% 53.53%
HSB/HSV 49.17% 70.98%
CMYK 0.00% 41.99% 49.17%
29.02%

Color #B5695C in popluar number systems.

HEX B5 69 5C
Decimal 181 105 92
Binary 10110101 1101001 1011100
Octal 265 151 134

Shades and tints

Shades of #B5695C

#B5695C
(181,105,92)
#A56054
(165,96,84)
#95574C
(149,87,76)
#854E44
(133,78,68)
#75453C
(117,69,60)
#653C34
(101,60,52)
#55332C
(85,51,44)
#452A24
(69,42,36)
#35211C
(53,33,28)
#251814
(37,24,20)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #B5695C

#B5695C
(181,105,92)
#BB766A
(187,118,106)
#C18378
(193,131,120)
#C79086
(199,144,134)
#CD9D94
(205,157,148)
#D3AAA2
(211,170,162)
#D9B7B0
(217,183,176)
#DFC4BE
(223,196,190)
#E5D1CC
(229,209,204)
#EBDEDA
(235,222,218)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5695C; }

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

This text font color is #B5695C.

Background Color

.myBgColor { background-color: #B5695C; }

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

This div background color is #B5695C.

Border color

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

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

This div border color is #B5695C.

Opacity

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

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

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

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

This text has shadow with #B5695C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5695C.

Preview

Color preview on black background

This text has color #B5695C on black background.


Color preview on white background

This text has color #B5695C on white background.


Black color preview on #B5695C background

This text has black color on #B5695C background.


White color preview on #B5695C background

This text has white color on #B5695C background.


Related colors

Complementary color

Complementary color for #hex is #4A96A3.


I love getcolorcode.com

Triadic colors

1 #5CB569 and #695CB5 with #B5695C are triadic colors.

2 #5C69B5 and #69B55C with #B5695C are triadic colors.