COLOR #B4667D

HEX: #B4667D
RGB: (180,102,125)

Color info

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

RGB color model

#B4667D color RGB value is (180,102,125).

  • red value is 180;
  • green value is 102;
  • blue value is 125.
RGB:
(180,102,125)
(71%,40%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 102 of 255 = 40%
B 125 of 255 = 49%

180
102
125

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

Portions of RGB colors in percentages

R + G + B =
180 + 102 + 125 = 407 (100%)
R 180 of 407 ~ 44.23%
G 102 of 407 ~ 25.06%
B 125 of 407 ~ 30.71%

%44.23
%25.06
%30.71

CMYK color model

#B4667D color CMYK value is (0,43,31,29).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 30.56%
  • key color value is 29.41%
CMYK:
(0,43,31,29)
C0M43Y31K29 
(0%,43%,31%,29%)
(0.00/0.43/0.31/0.29)	

CMYK percentages

%0
%43.33
%30.56
%29.41

Codes

Color #B4667D in popluar color models

B4667D
RGB180102125
HSL342°34.21%55.29%
HSB/HSV342°43.33%70.59%
CMYK0.00%43.33%30.56%
29.41%

Color #B4667D in popluar number systems.

HEXB4667D
Decimal180102125
Binary1011010011001101111101
Octal264146175

Shades and tints

Shades of #B4667D

#B4667D
(180,102,125)
#A45D72
(164,93,114)
#945467
(148,84,103)
#844B5C
(132,75,92)
#744251
(116,66,81)
#643946
(100,57,70)
#54303B
(84,48,59)
#442730
(68,39,48)
#341E25
(52,30,37)
#24151A
(36,21,26)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B4667D

#B4667D
(180,102,125)
#BA7388
(186,115,136)
#C08093
(192,128,147)
#C68D9E
(198,141,158)
#CC9AA9
(204,154,169)
#D2A7B4
(210,167,180)
#D8B4BF
(216,180,191)
#DEC1CA
(222,193,202)
#E4CED5
(228,206,213)
#EADBE0
(234,219,224)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4667D color. Also use rgb(180,102,125) instead hex code.

Text Font Color

.myTextColor { color: #B4667D; }

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

This text font color is #B4667D.


Background Color

.myBgColor { background-color: #B4667D; }

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

This div background color is #B4667D.


Border color

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

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

This div border color is #B4667D.


Opacity

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

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

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

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

This text has shadow with #B4667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4667D on black background.


Color preview on white background

This text has color #B4667D on white background.



Black color preview on #B4667D background

This text has black color on #B4667D background.


White color preview on #B4667D background

This text has white color on #B4667D background.