COLOR #B5768B

HEX: #B5768B
RGB: (181,118,139)

Color info

#B5768B contains mainly red and blue colors. Web safe color of #B5768B is #CC6699 (or #C69).

RGB color model

#B5768B color RGB value is (181,118,139).

  • red value is 181;
  • green value is 118;
  • blue value is 139.
RGB:
(181,118,139)
(71%,46%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 139 of 255 = 55%

181
118
139

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

Portions of RGB colors in percentages

R + G + B =
181 + 118 + 139 = 438 (100%)
R 181 of 438 ~ 41.32%
G 118 of 438 ~ 26.94%
B 139 of 438 ~ 31.74%

%41.32
%26.94
%31.74

CMYK color model

#B5768B color CMYK value is (0,35,23,29).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 23.20%
  • key color value is 29.02%
CMYK:
(0,35,23,29)
C0M35Y23K29 
(0%,35%,23%,29%)
(0.00/0.35/0.23/0.29)	

CMYK percentages

%0
%34.81
%23.2
%29.02

Codes

Color #B5768B in popluar color models

B5768B
RGB181118139
HSL340°29.86%58.63%
HSB/HSV340°34.81%70.98%
CMYK0.00%34.81%23.20%
29.02%

Color #B5768B in popluar number systems.

HEXB5768B
Decimal181118139
Binary10110101111011010001011
Octal265166213

Shades and tints

Shades of #B5768B

#B5768B
(181,118,139)
#A56C7F
(165,108,127)
#956273
(149,98,115)
#855867
(133,88,103)
#754E5B
(117,78,91)
#65444F
(101,68,79)
#553A43
(85,58,67)
#453037
(69,48,55)
#35262B
(53,38,43)
#251C1F
(37,28,31)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B5768B

#B5768B
(181,118,139)
#BB8295
(187,130,149)
#C18E9F
(193,142,159)
#C79AA9
(199,154,169)
#CDA6B3
(205,166,179)
#D3B2BD
(211,178,189)
#D9BEC7
(217,190,199)
#DFCAD1
(223,202,209)
#E5D6DB
(229,214,219)
#EBE2E5
(235,226,229)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5768B color. Also use rgb(181,118,139) instead hex code.

Text Font Color

.myTextColor { color: #B5768B; }

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

This text font color is #B5768B.


Background Color

.myBgColor { background-color: #B5768B; }

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

This div background color is #B5768B.


Border color

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

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

This div border color is #B5768B.


Opacity

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

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

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

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

This text has shadow with #B5768B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5768B on black background.


Color preview on white background

This text has color #B5768B on white background.



Black color preview on #B5768B background

This text has black color on #B5768B background.


White color preview on #B5768B background

This text has white color on #B5768B background.