COLOR #B6584A

HEX: #B6584A RGB: (182,88,74)

Color info

#B6584A contains mainly red color. Web safe color of #B6584A is #CC6633 (or #C63).

RGB color model

#B6584A color RGB value is (182,88,74).

RGB: (182,88,74) (71%, 35%, 29%)

RGB channels and saturation

R 182 of 255 = 71%
G 88 of 255 = 35%
B 74 of 255 = 29%

182
88
74

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

Portions of RGB colors in percentages

R + G + B = 182 + 88 + 74 = 344 (100%)
R 182 of 344 ~ 52.91%
G 88 of 344 ~ 25.58%
B 74 of 344 ~ 21.51'%

%52.91
%25.58
%21.51

CMYK color model

#B6584A color CMYK value is (0,52,59,29).

  • cyan value is 0.00%
  • magenta value is 51.65%
  • yellow value is 59.34%
  • key color value is 28.63%

CMYK: (0,52,59,29)
C0M52Y59K29 (0%, 52%, 59%, 29%)
(0.00 / 0.52 / 0.59 / 0.29)

CMYK percentages

%0
%51.65
%59.34
%28.63

Codes

Color #B6584A in popluar color models

B6 58 4A
RGB 182 88 74
HSL 42.52% 50.20%
HSB/HSV 59.34% 71.37%
CMYK 0.00% 51.65% 59.34%
28.63%

Color #B6584A in popluar number systems.

HEX B6 58 4A
Decimal 182 88 74
Binary 10110110 1011000 1001010
Octal 266 130 112

Shades and tints

Shades of #B6584A

#B6584A
(182,88,74)
#A65044
(166,80,68)
#96483E
(150,72,62)
#864038
(134,64,56)
#763832
(118,56,50)
#66302C
(102,48,44)
#562826
(86,40,38)
#462020
(70,32,32)
#36181A
(54,24,26)
#261014
(38,16,20)
#16080E
(22,8,14)
#000000
(0,0,0)

Tints of #B6584A

#B6584A
(182,88,74)
#BC675A
(188,103,90)
#C2766A
(194,118,106)
#C8857A
(200,133,122)
#CE948A
(206,148,138)
#D4A39A
(212,163,154)
#DAB2AA
(218,178,170)
#E0C1BA
(224,193,186)
#E6D0CA
(230,208,202)
#ECDFDA
(236,223,218)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6584A; }

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

This text font color is #B6584A.

Background Color

.myBgColor { background-color: #B6584A; }

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

This div background color is #B6584A.

Border color

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

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

This div border color is #B6584A.

Opacity

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

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

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

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

This text has shadow with #B6584A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6584A.

Preview

Color preview on black background

This text has color #B6584A on black background.


Color preview on white background

This text has color #B6584A on white background.


Black color preview on #B6584A background

This text has black color on #B6584A background.


White color preview on #B6584A background

This text has white color on #B6584A background.


Related colors

Complementary color

Complementary color for #hex is #49A7B5.


I love getcolorcode.com

Triadic colors

1 #4AB658 and #584AB6 with #B6584A are triadic colors.

2 #4A58B6 and #58B64A with #B6584A are triadic colors.