COLOR #B0767C

HEX: #B0767C
RGB: (176,118,124)

Color info

#B0767C contains red, green and blue colors in about the same proportion. Web safe color of #B0767C is #996666 (or #966).

RGB color model

#B0767C color RGB value is (176,118,124).

  • red value is 176;
  • green value is 118;
  • blue value is 124.
RGB:
(176,118,124)
(69%,46%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 118 of 255 = 46%
B 124 of 255 = 49%

176
118
124

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

Portions of RGB colors in percentages

R + G + B =
176 + 118 + 124 = 418 (100%)
R 176 of 418 ~ 42.11%
G 118 of 418 ~ 28.23%
B 124 of 418 ~ 29.67%

%42.11
%28.23
%29.67

CMYK color model

#B0767C color CMYK value is (0,33,30,31).

  • cyan value is 0.00%
  • magenta value is 32.95%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(0,33,30,31)
C0M33Y30K31 
(0%,33%,30%,31%)
(0.00/0.33/0.30/0.31)	

CMYK percentages

%0
%32.95
%29.55
%30.98

Codes

Color #B0767C in popluar color models

B0767C
RGB176118124
HSL354°26.85%57.65%
HSB/HSV354°32.95%69.02%
CMYK0.00%32.95%29.55%
30.98%

Color #B0767C in popluar number systems.

HEXB0767C
Decimal176118124
Binary1011000011101101111100
Octal260166174

Shades and tints

Shades of #B0767C

#B0767C
(176,118,124)
#A06C71
(160,108,113)
#906266
(144,98,102)
#80585B
(128,88,91)
#704E50
(112,78,80)
#604445
(96,68,69)
#503A3A
(80,58,58)
#40302F
(64,48,47)
#302624
(48,38,36)
#201C19
(32,28,25)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #B0767C

#B0767C
(176,118,124)
#B78287
(183,130,135)
#BE8E92
(190,142,146)
#C59A9D
(197,154,157)
#CCA6A8
(204,166,168)
#D3B2B3
(211,178,179)
#DABEBE
(218,190,190)
#E1CAC9
(225,202,201)
#E8D6D4
(232,214,212)
#EFE2DF
(239,226,223)
#F6EEEA
(246,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0767C color. Also use rgb(176,118,124) instead hex code.

Text Font Color

.myTextColor { color: #B0767C; }

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

This text font color is #B0767C.


Background Color

.myBgColor { background-color: #B0767C; }

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

This div background color is #B0767C.


Border color

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

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

This div border color is #B0767C.


Opacity

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

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

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

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

This text has shadow with #B0767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0767C on black background.


Color preview on white background

This text has color #B0767C on white background.



Black color preview on #B0767C background

This text has black color on #B0767C background.


White color preview on #B0767C background

This text has white color on #B0767C background.