COLOR #B4768A

HEX: #B4768A
RGB: (180,118,138)

Color info

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

RGB color model

#B4768A color RGB value is (180,118,138).

  • red value is 180;
  • green value is 118;
  • blue value is 138.
RGB:
(180,118,138)
(71%,46%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 118 of 255 = 46%
B 138 of 255 = 54%

180
118
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 118 + 138 = 436 (100%)
R 180 of 436 ~ 41.28%
G 118 of 436 ~ 27.06%
B 138 of 436 ~ 31.65%

%41.28
%27.06
%31.65

CMYK color model

#B4768A color CMYK value is (0,34,23,29).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK:
(0,34,23,29)
C0M34Y23K29 
(0%,34%,23%,29%)
(0.00/0.34/0.23/0.29)	

CMYK percentages

%0
%34.44
%23.33
%29.41

Codes

Color #B4768A in popluar color models

B4768A
RGB180118138
HSL341°29.25%58.43%
HSB/HSV341°34.44%70.59%
CMYK0.00%34.44%23.33%
29.41%

Color #B4768A in popluar number systems.

HEXB4768A
Decimal180118138
Binary10110100111011010001010
Octal264166212

Shades and tints

Shades of #B4768A

#B4768A
(180,118,138)
#A46C7E
(164,108,126)
#946272
(148,98,114)
#845866
(132,88,102)
#744E5A
(116,78,90)
#64444E
(100,68,78)
#543A42
(84,58,66)
#443036
(68,48,54)
#34262A
(52,38,42)
#241C1E
(36,28,30)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #B4768A

#B4768A
(180,118,138)
#BA8294
(186,130,148)
#C08E9E
(192,142,158)
#C69AA8
(198,154,168)
#CCA6B2
(204,166,178)
#D2B2BC
(210,178,188)
#D8BEC6
(216,190,198)
#DECAD0
(222,202,208)
#E4D6DA
(228,214,218)
#EAE2E4
(234,226,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4768A color. Also use rgb(180,118,138) instead hex code.

Text Font Color

.myTextColor { color: #B4768A; }

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

This text font color is #B4768A.


Background Color

.myBgColor { background-color: #B4768A; }

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

This div background color is #B4768A.


Border color

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

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

This div border color is #B4768A.


Opacity

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

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

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

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

This text has shadow with #B4768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4768A on black background.


Color preview on white background

This text has color #B4768A on white background.



Black color preview on #B4768A background

This text has black color on #B4768A background.


White color preview on #B4768A background

This text has white color on #B4768A background.