COLOR #B5767B

HEX: #B5767B
RGB: (181,118,123)

Color info

#B5767B contains mainly red and blue colors. Web safe color of #B5767B is #CC6666 (or #C66).

RGB color model

#B5767B color RGB value is (181,118,123).

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

RGB channels and saturation

R 181 of 255 = 71%
G 118 of 255 = 46%
B 123 of 255 = 48%

181
118
123

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

Portions of RGB colors in percentages

R + G + B =
181 + 118 + 123 = 422 (100%)
R 181 of 422 ~ 42.89%
G 118 of 422 ~ 27.96%
B 123 of 422 ~ 29.15%

%42.89
%27.96
%29.15

CMYK color model

#B5767B color CMYK value is (0,35,32,29).

  • cyan value is 0.00%
  • magenta value is 34.81%
  • yellow value is 32.04%
  • key color value is 29.02%
CMYK:
(0,35,32,29)
C0M35Y32K29 
(0%,35%,32%,29%)
(0.00/0.35/0.32/0.29)	

CMYK percentages

%0
%34.81
%32.04
%29.02

Codes

Color #B5767B in popluar color models

B5767B
RGB181118123
HSL355°29.86%58.63%
HSB/HSV355°34.81%70.98%
CMYK0.00%34.81%32.04%
29.02%

Color #B5767B in popluar number systems.

HEXB5767B
Decimal181118123
Binary1011010111101101111011
Octal265166173

Shades and tints

Shades of #B5767B

#B5767B
(181,118,123)
#A56C70
(165,108,112)
#956265
(149,98,101)
#85585A
(133,88,90)
#754E4F
(117,78,79)
#654444
(101,68,68)
#553A39
(85,58,57)
#45302E
(69,48,46)
#352623
(53,38,35)
#251C18
(37,28,24)
#15120D
(21,18,13)
#000000
(0,0,0)

Tints of #B5767B

#B5767B
(181,118,123)
#BB8287
(187,130,135)
#C18E93
(193,142,147)
#C79A9F
(199,154,159)
#CDA6AB
(205,166,171)
#D3B2B7
(211,178,183)
#D9BEC3
(217,190,195)
#DFCACF
(223,202,207)
#E5D6DB
(229,214,219)
#EBE2E7
(235,226,231)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5767B; }

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

This text font color is #B5767B.


Background Color

.myBgColor { background-color: #B5767B; }

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

This div background color is #B5767B.


Border color

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

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

This div border color is #B5767B.


Opacity

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

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

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

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

This text has shadow with #B5767B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5767B on black background.


Color preview on white background

This text has color #B5767B on white background.



Black color preview on #B5767B background

This text has black color on #B5767B background.


White color preview on #B5767B background

This text has white color on #B5767B background.