COLOR #B45A6F

HEX: #B45A6F RGB: (180,90,111)

Color info

#B45A6F contains mainly red color. Web safe color of #B45A6F is #CC6666 (or #C66).

RGB color model

#B45A6F color RGB value is (180,90,111).

RGB: (180,90,111) (71%, 35%, 44%)

RGB channels and saturation

R 180 of 255 = 71%
G 90 of 255 = 35%
B 111 of 255 = 44%

180
90
111

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

Portions of RGB colors in percentages

R + G + B = 180 + 90 + 111 = 381 (100%)
R 180 of 381 ~ 47.24%
G 90 of 381 ~ 23.62%
B 111 of 381 ~ 29.13'%

%47.24
%23.62
%29.13

CMYK color model

#B45A6F color CMYK value is (0,50,38,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 38.33%
  • key color value is 29.41%

CMYK: (0,50,38,29)
C0M50Y38K29 (0%, 50%, 38%, 29%)
(0.00 / 0.50 / 0.38 / 0.29)

CMYK percentages

%0
%50
%38.33
%29.41

Codes

Color #B45A6F in popluar color models

B4 5A 6F
RGB 180 90 111
HSL 346° 37.50% 52.94%
HSB/HSV 346° 50.00% 70.59%
CMYK 0.00% 50.00% 38.33%
29.41%

Color #B45A6F in popluar number systems.

HEX B4 5A 6F
Decimal 180 90 111
Binary 10110100 1011010 1101111
Octal 264 132 157

Shades and tints

Shades of #B45A6F

#B45A6F
(180,90,111)
#A45265
(164,82,101)
#944A5B
(148,74,91)
#844251
(132,66,81)
#743A47
(116,58,71)
#64323D
(100,50,61)
#542A33
(84,42,51)
#442229
(68,34,41)
#341A1F
(52,26,31)
#241215
(36,18,21)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #B45A6F

#B45A6F
(180,90,111)
#BA697C
(186,105,124)
#C07889
(192,120,137)
#C68796
(198,135,150)
#CC96A3
(204,150,163)
#D2A5B0
(210,165,176)
#D8B4BD
(216,180,189)
#DEC3CA
(222,195,202)
#E4D2D7
(228,210,215)
#EAE1E4
(234,225,228)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B45A6F color. Also use rgb(180,90,111) instead hex code.

Text Font Color

.myTextColor { color: #B45A6F; }

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

This text font color is #B45A6F.

Background Color

.myBgColor { background-color: #B45A6F; }

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

This div background color is #B45A6F.

Border color

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

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

This div border color is #B45A6F.

Opacity

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

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

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

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

This text has shadow with #B45A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B45A6F.

Preview

Color preview on black background

This text has color #B45A6F on black background.


Color preview on white background

This text has color #B45A6F on white background.


Black color preview on #B45A6F background

This text has black color on #B45A6F background.


White color preview on #B45A6F background

This text has white color on #B45A6F background.


Related colors

Complementary color

Complementary color for #hex is #4BA590.


I love getcolorcode.com

Triadic colors

1 #6FB45A and #5A6FB4 with #B45A6F are triadic colors.

2 #6F5AB4 and #5AB46F with #B45A6F are triadic colors.