COLOR #B5968A

HEX: #B5968A RGB: (181,150,138)

Color info

#B5968A contains red, green and blue colors in about the same proportion. Web safe color of #B5968A is #CC9999 (or #C99).

RGB color model

#B5968A color RGB value is (181,150,138).

RGB: (181,150,138) (71%, 59%, 54%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 138 of 255 = 54%

181
150
138

R + G + B ~ 61%. #B5968A is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 150 + 138 = 469 (100%)
R 181 of 469 ~ 38.59%
G 150 of 469 ~ 31.98%
B 138 of 469 ~ 29.42'%

%38.59
%31.98
%29.42

CMYK color model

#B5968A color CMYK value is (0,17,24,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 23.76%
  • key color value is 29.02%

CMYK: (0,17,24,29)
C0M17Y24K29 (0%, 17%, 24%, 29%)
(0.00 / 0.17 / 0.24 / 0.29)

CMYK percentages

%0
%17.13
%23.76
%29.02

Codes

Color #B5968A in popluar color models

B5 96 8A
RGB 181 150 138
HSL 17° 22.51% 62.55%
HSB/HSV 17° 23.76% 70.98%
CMYK 0.00% 17.13% 23.76%
29.02%

Color #B5968A in popluar number systems.

HEX B5 96 8A
Decimal 181 150 138
Binary 10110101 10010110 10001010
Octal 265 226 212

Shades and tints

Shades of #B5968A

#B5968A
(181,150,138)
#A5897E
(165,137,126)
#957C72
(149,124,114)
#856F66
(133,111,102)
#75625A
(117,98,90)
#65554E
(101,85,78)
#554842
(85,72,66)
#453B36
(69,59,54)
#352E2A
(53,46,42)
#25211E
(37,33,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #B5968A

#B5968A
(181,150,138)
#BB9F94
(187,159,148)
#C1A89E
(193,168,158)
#C7B1A8
(199,177,168)
#CDBAB2
(205,186,178)
#D3C3BC
(211,195,188)
#D9CCC6
(217,204,198)
#DFD5D0
(223,213,208)
#E5DEDA
(229,222,218)
#EBE7E4
(235,231,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5968A color. Also use rgb(181,150,138) instead hex code.

Text Font Color

.myTextColor { color: #B5968A; }

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

This text font color is #B5968A.

Background Color

.myBgColor { background-color: #B5968A; }

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

This div background color is #B5968A.

Border color

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

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

This div border color is #B5968A.

Opacity

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

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

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

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

This text has shadow with #B5968A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5968A.

Preview

Color preview on black background

This text has color #B5968A on black background.


Color preview on white background

This text has color #B5968A on white background.


Black color preview on #B5968A background

This text has black color on #B5968A background.


White color preview on #B5968A background

This text has white color on #B5968A background.


Related colors

Complementary color

Complementary color for #hex is #4A6975.


I love getcolorcode.com

Triadic colors

1 #8AB596 and #968AB5 with #B5968A are triadic colors.

2 #8A96B5 and #96B58A with #B5968A are triadic colors.