COLOR #B95055

HEX: #B95055
RGB: (185,80,85)

Color info

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

RGB color model

#B95055 color RGB value is (185,80,85).

  • red value is 185;
  • green value is 80;
  • blue value is 85.
RGB:
(185,80,85)
(73%,31%,33%)

RGB channels and saturation

R 185 of 255 = 73%
G 80 of 255 = 31%
B 85 of 255 = 33%

185
80
85

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

Portions of RGB colors in percentages

R + G + B =
185 + 80 + 85 = 350 (100%)
R 185 of 350 ~ 52.86%
G 80 of 350 ~ 22.86%
B 85 of 350 ~ 24.29%

%52.86
%22.86
%24.29

CMYK color model

#B95055 color CMYK value is (0,57,54,27).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 54.05%
  • key color value is 27.45%
CMYK:
(0,57,54,27)
C0M57Y54K27 
(0%,57%,54%,27%)
(0.00/0.57/0.54/0.27)	

CMYK percentages

%0
%56.76
%54.05
%27.45

Codes

Color #B95055 in popluar color models

B95055
RGB1858085
HSL357°42.86%51.96%
HSB/HSV357°56.76%72.55%
CMYK0.00%56.76%54.05%
27.45%

Color #B95055 in popluar number systems.

HEXB95055
Decimal1858085
Binary1011100110100001010101
Octal271120125

Shades and tints

Shades of #B95055

#B95055
(185,80,85)
#A9494E
(169,73,78)
#994247
(153,66,71)
#893B40
(137,59,64)
#793439
(121,52,57)
#692D32
(105,45,50)
#59262B
(89,38,43)
#491F24
(73,31,36)
#39181D
(57,24,29)
#291116
(41,17,22)
#190A0F
(25,10,15)
#000000
(0,0,0)

Tints of #B95055

#B95055
(185,80,85)
#BF5F64
(191,95,100)
#C56E73
(197,110,115)
#CB7D82
(203,125,130)
#D18C91
(209,140,145)
#D79BA0
(215,155,160)
#DDAAAF
(221,170,175)
#E3B9BE
(227,185,190)
#E9C8CD
(233,200,205)
#EFD7DC
(239,215,220)
#F5E6EB
(245,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95055 color. Also use rgb(185,80,85) instead hex code.

Text Font Color

.myTextColor { color: #B95055; }

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

This text font color is #B95055.


Background Color

.myBgColor { background-color: #B95055; }

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

This div background color is #B95055.


Border color

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

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

This div border color is #B95055.


Opacity

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

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

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

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

This text has shadow with #B95055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95055 on black background.


Color preview on white background

This text has color #B95055 on white background.



Black color preview on #B95055 background

This text has black color on #B95055 background.


White color preview on #B95055 background

This text has white color on #B95055 background.