COLOR #B5696C

HEX: #B5696C
RGB: (181,105,108)

Color info

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

RGB color model

#B5696C color RGB value is (181,105,108).

  • red value is 181;
  • green value is 105;
  • blue value is 108.
RGB:
(181,105,108)
(71%,41%,42%)

RGB channels and saturation

R 181 of 255 = 71%
G 105 of 255 = 41%
B 108 of 255 = 42%

181
105
108

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

Portions of RGB colors in percentages

R + G + B =
181 + 105 + 108 = 394 (100%)
R 181 of 394 ~ 45.94%
G 105 of 394 ~ 26.65%
B 108 of 394 ~ 27.41%

%45.94
%26.65
%27.41

CMYK color model

#B5696C color CMYK value is (0,42,40,29).

  • cyan value is 0.00%
  • magenta value is 41.99%
  • yellow value is 40.33%
  • key color value is 29.02%
CMYK:
(0,42,40,29)
C0M42Y40K29 
(0%,42%,40%,29%)
(0.00/0.42/0.40/0.29)	

CMYK percentages

%0
%41.99
%40.33
%29.02

Codes

Color #B5696C in popluar color models

B5696C
RGB181105108
HSL358°33.93%56.08%
HSB/HSV358°41.99%70.98%
CMYK0.00%41.99%40.33%
29.02%

Color #B5696C in popluar number systems.

HEXB5696C
Decimal181105108
Binary1011010111010011101100
Octal265151154

Shades and tints

Shades of #B5696C

#B5696C
(181,105,108)
#A56063
(165,96,99)
#95575A
(149,87,90)
#854E51
(133,78,81)
#754548
(117,69,72)
#653C3F
(101,60,63)
#553336
(85,51,54)
#452A2D
(69,42,45)
#352124
(53,33,36)
#25181B
(37,24,27)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #B5696C

#B5696C
(181,105,108)
#BB7679
(187,118,121)
#C18386
(193,131,134)
#C79093
(199,144,147)
#CD9DA0
(205,157,160)
#D3AAAD
(211,170,173)
#D9B7BA
(217,183,186)
#DFC4C7
(223,196,199)
#E5D1D4
(229,209,212)
#EBDEE1
(235,222,225)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5696C; }

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

This text font color is #B5696C.


Background Color

.myBgColor { background-color: #B5696C; }

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

This div background color is #B5696C.


Border color

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

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

This div border color is #B5696C.


Opacity

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

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

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

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

This text has shadow with #B5696C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5696C on black background.


Color preview on white background

This text has color #B5696C on white background.



Black color preview on #B5696C background

This text has black color on #B5696C background.


White color preview on #B5696C background

This text has white color on #B5696C background.