COLOR #B5485B

HEX: #B5485B
RGB: (181,72,91)

Color info

#B5485B contains mainly red color. Web safe color of #B5485B is #CC3366 (or #C36).

RGB color model

#B5485B color RGB value is (181,72,91).

  • red value is 181;
  • green value is 72;
  • blue value is 91.
RGB:
(181,72,91)
(71%,28%,36%)

RGB channels and saturation

R 181 of 255 = 71%
G 72 of 255 = 28%
B 91 of 255 = 36%

181
72
91

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

Portions of RGB colors in percentages

R + G + B =
181 + 72 + 91 = 344 (100%)
R 181 of 344 ~ 52.62%
G 72 of 344 ~ 20.93%
B 91 of 344 ~ 26.45%

%52.62
%20.93
%26.45

CMYK color model

#B5485B color CMYK value is (0,60,50,29).

  • cyan value is 0.00%
  • magenta value is 60.22%
  • yellow value is 49.72%
  • key color value is 29.02%
CMYK:
(0,60,50,29)
C0M60Y50K29 
(0%,60%,50%,29%)
(0.00/0.60/0.50/0.29)	

CMYK percentages

%0
%60.22
%49.72
%29.02

Codes

Color #B5485B in popluar color models

B5485B
RGB1817291
HSL350°43.08%49.61%
HSB/HSV350°60.22%70.98%
CMYK0.00%60.22%49.72%
29.02%

Color #B5485B in popluar number systems.

HEXB5485B
Decimal1817291
Binary1011010110010001011011
Octal265110133

Shades and tints

Shades of #B5485B

#B5485B
(181,72,91)
#A54253
(165,66,83)
#953C4B
(149,60,75)
#853643
(133,54,67)
#75303B
(117,48,59)
#652A33
(101,42,51)
#55242B
(85,36,43)
#451E23
(69,30,35)
#35181B
(53,24,27)
#251213
(37,18,19)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #B5485B

#B5485B
(181,72,91)
#BB5869
(187,88,105)
#C16877
(193,104,119)
#C77885
(199,120,133)
#CD8893
(205,136,147)
#D398A1
(211,152,161)
#D9A8AF
(217,168,175)
#DFB8BD
(223,184,189)
#E5C8CB
(229,200,203)
#EBD8D9
(235,216,217)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5485B color. Also use rgb(181,72,91) instead hex code.

Text Font Color

.myTextColor { color: #B5485B; }

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

This text font color is #B5485B.


Background Color

.myBgColor { background-color: #B5485B; }

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

This div background color is #B5485B.


Border color

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

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

This div border color is #B5485B.


Opacity

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

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

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

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

This text has shadow with #B5485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5485B on black background.


Color preview on white background

This text has color #B5485B on white background.



Black color preview on #B5485B background

This text has black color on #B5485B background.


White color preview on #B5485B background

This text has white color on #B5485B background.