COLOR #B4638A

HEX: #B4638A
RGB: (180,99,138)

Color info

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

RGB color model

#B4638A color RGB value is (180,99,138).

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

RGB channels and saturation

R 180 of 255 = 71%
G 99 of 255 = 39%
B 138 of 255 = 54%

180
99
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 99 + 138 = 417 (100%)
R 180 of 417 ~ 43.17%
G 99 of 417 ~ 23.74%
B 138 of 417 ~ 33.09%

%43.17
%23.74
%33.09

CMYK color model

#B4638A color CMYK value is (0,45,23,29).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 23.33%
  • key color value is 29.41%
CMYK:
(0,45,23,29)
C0M45Y23K29 
(0%,45%,23%,29%)
(0.00/0.45/0.23/0.29)	

CMYK percentages

%0
%45
%23.33
%29.41

Codes

Color #B4638A in popluar color models

B4638A
RGB18099138
HSL331°35.06%54.71%
HSB/HSV331°45.00%70.59%
CMYK0.00%45.00%23.33%
29.41%

Color #B4638A in popluar number systems.

HEXB4638A
Decimal18099138
Binary10110100110001110001010
Octal264143212

Shades and tints

Shades of #B4638A

#B4638A
(180,99,138)
#A45A7E
(164,90,126)
#945172
(148,81,114)
#844866
(132,72,102)
#743F5A
(116,63,90)
#64364E
(100,54,78)
#542D42
(84,45,66)
#442436
(68,36,54)
#341B2A
(52,27,42)
#24121E
(36,18,30)
#140912
(20,9,18)
#000000
(0,0,0)

Tints of #B4638A

#B4638A
(180,99,138)
#BA7194
(186,113,148)
#C07F9E
(192,127,158)
#C68DA8
(198,141,168)
#CC9BB2
(204,155,178)
#D2A9BC
(210,169,188)
#D8B7C6
(216,183,198)
#DEC5D0
(222,197,208)
#E4D3DA
(228,211,218)
#EAE1E4
(234,225,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4638A; }

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

This text font color is #B4638A.


Background Color

.myBgColor { background-color: #B4638A; }

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

This div background color is #B4638A.


Border color

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

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

This div border color is #B4638A.


Opacity

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

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

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

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

This text has shadow with #B4638A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4638A on black background.


Color preview on white background

This text has color #B4638A on white background.



Black color preview on #B4638A background

This text has black color on #B4638A background.


White color preview on #B4638A background

This text has white color on #B4638A background.