COLOR #B56A5A

HEX: #B56A5A RGB: (181,106,90)

Color info

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

RGB color model

#B56A5A color RGB value is (181,106,90).

RGB: (181,106,90) (71%, 42%, 35%)

RGB channels and saturation

R 181 of 255 = 71%
G 106 of 255 = 42%
B 90 of 255 = 35%

181
106
90

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

Portions of RGB colors in percentages

R + G + B = 181 + 106 + 90 = 377 (100%)
R 181 of 377 ~ 48.01%
G 106 of 377 ~ 28.12%
B 90 of 377 ~ 23.87'%

%48.01
%28.12
%23.87

CMYK color model

#B56A5A color CMYK value is (0,41,50,29).

  • cyan value is 0.00%
  • magenta value is 41.44%
  • yellow value is 50.28%
  • key color value is 29.02%

CMYK: (0,41,50,29)
C0M41Y50K29 (0%, 41%, 50%, 29%)
(0.00 / 0.41 / 0.50 / 0.29)

CMYK percentages

%0
%41.44
%50.28
%29.02

Codes

Color #B56A5A in popluar color models

B5 6A 5A
RGB 181 106 90
HSL 11° 38.08% 53.14%
HSB/HSV 11° 50.28% 70.98%
CMYK 0.00% 41.44% 50.28%
29.02%

Color #B56A5A in popluar number systems.

HEX B5 6A 5A
Decimal 181 106 90
Binary 10110101 1101010 1011010
Octal 265 152 132

Shades and tints

Shades of #B56A5A

#B56A5A
(181,106,90)
#A56152
(165,97,82)
#95584A
(149,88,74)
#854F42
(133,79,66)
#75463A
(117,70,58)
#653D32
(101,61,50)
#55342A
(85,52,42)
#452B22
(69,43,34)
#35221A
(53,34,26)
#251912
(37,25,18)
#15100A
(21,16,10)
#000000
(0,0,0)

Tints of #B56A5A

#B56A5A
(181,106,90)
#BB7769
(187,119,105)
#C18478
(193,132,120)
#C79187
(199,145,135)
#CD9E96
(205,158,150)
#D3ABA5
(211,171,165)
#D9B8B4
(217,184,180)
#DFC5C3
(223,197,195)
#E5D2D2
(229,210,210)
#EBDFE1
(235,223,225)
#F1ECF0
(241,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B56A5A color. Also use rgb(181,106,90) instead hex code.

Text Font Color

.myTextColor { color: #B56A5A; }

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

This text font color is #B56A5A.

Background Color

.myBgColor { background-color: #B56A5A; }

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

This div background color is #B56A5A.

Border color

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

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

This div border color is #B56A5A.

Opacity

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

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

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

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

This text has shadow with #B56A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B56A5A.

Preview

Color preview on black background

This text has color #B56A5A on black background.


Color preview on white background

This text has color #B56A5A on white background.


Black color preview on #B56A5A background

This text has black color on #B56A5A background.


White color preview on #B56A5A background

This text has white color on #B56A5A background.


Related colors

Complementary color

Complementary color for #hex is #4A95A5.


I love getcolorcode.com

Triadic colors

1 #5AB56A and #6A5AB5 with #B56A5A are triadic colors.

2 #5A6AB5 and #6AB55A with #B56A5A are triadic colors.