COLOR #B95653

HEX: #B95653
RGB: (185,86,83)

Color info

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

RGB color model

#B95653 color RGB value is (185,86,83).

  • red value is 185;
  • green value is 86;
  • blue value is 83.
RGB:
(185,86,83)
(73%,34%,33%)

RGB channels and saturation

R 185 of 255 = 73%
G 86 of 255 = 34%
B 83 of 255 = 33%

185
86
83

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

Portions of RGB colors in percentages

R + G + B =
185 + 86 + 83 = 354 (100%)
R 185 of 354 ~ 52.26%
G 86 of 354 ~ 24.29%
B 83 of 354 ~ 23.45%

%52.26
%24.29
%23.45

CMYK color model

#B95653 color CMYK value is (0,54,55,27).

  • cyan value is 0.00%
  • magenta value is 53.51%
  • yellow value is 55.14%
  • key color value is 27.45%
CMYK:
(0,54,55,27)
C0M54Y55K27 
(0%,54%,55%,27%)
(0.00/0.54/0.55/0.27)	

CMYK percentages

%0
%53.51
%55.14
%27.45

Codes

Color #B95653 in popluar color models

B95653
RGB1858683
HSL42.15%52.55%
HSB/HSV55.14%72.55%
CMYK0.00%53.51%55.14%
27.45%

Color #B95653 in popluar number systems.

HEXB95653
Decimal1858683
Binary1011100110101101010011
Octal271126123

Shades and tints

Shades of #B95653

#B95653
(185,86,83)
#A94F4C
(169,79,76)
#994845
(153,72,69)
#89413E
(137,65,62)
#793A37
(121,58,55)
#693330
(105,51,48)
#592C29
(89,44,41)
#492522
(73,37,34)
#391E1B
(57,30,27)
#291714
(41,23,20)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #B95653

#B95653
(185,86,83)
#BF6562
(191,101,98)
#C57471
(197,116,113)
#CB8380
(203,131,128)
#D1928F
(209,146,143)
#D7A19E
(215,161,158)
#DDB0AD
(221,176,173)
#E3BFBC
(227,191,188)
#E9CECB
(233,206,203)
#EFDDDA
(239,221,218)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B95653 color. Also use rgb(185,86,83) instead hex code.

Text Font Color

.myTextColor { color: #B95653; }

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

This text font color is #B95653.


Background Color

.myBgColor { background-color: #B95653; }

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

This div background color is #B95653.


Border color

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

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

This div border color is #B95653.


Opacity

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

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

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

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

This text has shadow with #B95653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B95653 on black background.


Color preview on white background

This text has color #B95653 on white background.



Black color preview on #B95653 background

This text has black color on #B95653 background.


White color preview on #B95653 background

This text has white color on #B95653 background.