COLOR #B4638E

HEX: #B4638E
RGB: (180,99,142)

Color info

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

RGB color model

#B4638E color RGB value is (180,99,142).

  • red value is 180;
  • green value is 99;
  • blue value is 142.
RGB:
(180,99,142)
(71%,39%,56%)

RGB channels and saturation

R 180 of 255 = 71%
G 99 of 255 = 39%
B 142 of 255 = 56%

180
99
142

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

Portions of RGB colors in percentages

R + G + B =
180 + 99 + 142 = 421 (100%)
R 180 of 421 ~ 42.76%
G 99 of 421 ~ 23.52%
B 142 of 421 ~ 33.73%

%42.76
%23.52
%33.73

CMYK color model

#B4638E color CMYK value is (0,45,21,29).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(0,45,21,29)
C0M45Y21K29 
(0%,45%,21%,29%)
(0.00/0.45/0.21/0.29)	

CMYK percentages

%0
%45
%21.11
%29.41

Codes

Color #B4638E in popluar color models

B4638E
RGB18099142
HSL328°35.06%54.71%
HSB/HSV328°45.00%70.59%
CMYK0.00%45.00%21.11%
29.41%

Color #B4638E in popluar number systems.

HEXB4638E
Decimal18099142
Binary10110100110001110001110
Octal264143216

Shades and tints

Shades of #B4638E

#B4638E
(180,99,142)
#A45A82
(164,90,130)
#945176
(148,81,118)
#84486A
(132,72,106)
#743F5E
(116,63,94)
#643652
(100,54,82)
#542D46
(84,45,70)
#44243A
(68,36,58)
#341B2E
(52,27,46)
#241222
(36,18,34)
#140916
(20,9,22)
#000000
(0,0,0)

Tints of #B4638E

#B4638E
(180,99,142)
#BA7198
(186,113,152)
#C07FA2
(192,127,162)
#C68DAC
(198,141,172)
#CC9BB6
(204,155,182)
#D2A9C0
(210,169,192)
#D8B7CA
(216,183,202)
#DEC5D4
(222,197,212)
#E4D3DE
(228,211,222)
#EAE1E8
(234,225,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4638E color. Also use rgb(180,99,142) instead hex code.

Text Font Color

.myTextColor { color: #B4638E; }

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

This text font color is #B4638E.


Background Color

.myBgColor { background-color: #B4638E; }

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

This div background color is #B4638E.


Border color

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

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

This div border color is #B4638E.


Opacity

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

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

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

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

This text has shadow with #B4638E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4638E on black background.


Color preview on white background

This text has color #B4638E on white background.



Black color preview on #B4638E background

This text has black color on #B4638E background.


White color preview on #B4638E background

This text has white color on #B4638E background.