COLOR #B6585D

HEX: #B6585D
RGB: (182,88,93)

Color info

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

RGB color model

#B6585D color RGB value is (182,88,93).

  • red value is 182;
  • green value is 88;
  • blue value is 93.
RGB:
(182,88,93)
(71%,35%,36%)

RGB channels and saturation

R 182 of 255 = 71%
G 88 of 255 = 35%
B 93 of 255 = 36%

182
88
93

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

Portions of RGB colors in percentages

R + G + B =
182 + 88 + 93 = 363 (100%)
R 182 of 363 ~ 50.14%
G 88 of 363 ~ 24.24%
B 93 of 363 ~ 25.62%

%50.14
%24.24
%25.62

CMYK color model

#B6585D color CMYK value is (0,52,49,29).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 48.90%
  • key color value is 28.63%
CMYK:
(0,52,49,29)
C0M52Y49K29 
(0%,52%,49%,29%)
(0.00/0.52/0.49/0.29)	

CMYK percentages

%0
%51.65
%48.9
%28.63

Codes

Color #B6585D in popluar color models

B6585D
RGB1828893
HSL357°39.17%52.94%
HSB/HSV357°51.65%71.37%
CMYK0.00%51.65%48.90%
28.63%

Color #B6585D in popluar number systems.

HEXB6585D
Decimal1828893
Binary1011011010110001011101
Octal266130135

Shades and tints

Shades of #B6585D

#B6585D
(182,88,93)
#A65055
(166,80,85)
#96484D
(150,72,77)
#864045
(134,64,69)
#76383D
(118,56,61)
#663035
(102,48,53)
#56282D
(86,40,45)
#462025
(70,32,37)
#36181D
(54,24,29)
#261015
(38,16,21)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #B6585D

#B6585D
(182,88,93)
#BC676B
(188,103,107)
#C27679
(194,118,121)
#C88587
(200,133,135)
#CE9495
(206,148,149)
#D4A3A3
(212,163,163)
#DAB2B1
(218,178,177)
#E0C1BF
(224,193,191)
#E6D0CD
(230,208,205)
#ECDFDB
(236,223,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6585D color. Also use rgb(182,88,93) instead hex code.

Text Font Color

.myTextColor { color: #B6585D; }

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

This text font color is #B6585D.


Background Color

.myBgColor { background-color: #B6585D; }

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

This div background color is #B6585D.


Border color

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

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

This div border color is #B6585D.


Opacity

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

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

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

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

This text has shadow with #B6585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6585D on black background.


Color preview on white background

This text has color #B6585D on white background.



Black color preview on #B6585D background

This text has black color on #B6585D background.


White color preview on #B6585D background

This text has white color on #B6585D background.