COLOR #B57565

HEX: #B57565 RGB: (181,117,101)

Color info

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

RGB color model

#B57565 color RGB value is (181,117,101).

RGB: (181,117,101) (71%, 46%, 40%)

RGB channels and saturation

R 181 of 255 = 71%
G 117 of 255 = 46%
B 101 of 255 = 40%

181
117
101

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

Portions of RGB colors in percentages

R + G + B = 181 + 117 + 101 = 399 (100%)
R 181 of 399 ~ 45.36%
G 117 of 399 ~ 29.32%
B 101 of 399 ~ 25.31'%

%45.36
%29.32
%25.31

CMYK color model

#B57565 color CMYK value is (0,35,44,29).

  • cyan value is 0.00%
  • magenta value is 35.36%
  • yellow value is 44.20%
  • key color value is 29.02%
CMYK: (0,35,44,29) C0M35Y44K29 (0%,35%,44%,29%) (0.00/0.35/0.44/0.29) 

CMYK percentages

%0
%35.36
%44.2
%29.02

Codes

Color #B57565 in popluar color models

B5 75 65
RGB 181 117 101
HSL 12° 35.09% 55.29%
HSB/HSV 12° 44.20% 70.98%
CMYK 0.00% 35.36% 44.20%
29.02%

Color #B57565 in popluar number systems.

HEX B5 75 65
Decimal 181 117 101
Binary 10110101 1110101 1100101
Octal 265 165 145

Shades and tints

Shades of #B57565

#B57565
(181,117,101)
#A56B5C
(165,107,92)
#956153
(149,97,83)
#85574A
(133,87,74)
#754D41
(117,77,65)
#654338
(101,67,56)
#55392F
(85,57,47)
#452F26
(69,47,38)
#35251D
(53,37,29)
#251B14
(37,27,20)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #B57565

#B57565
(181,117,101)
#BB8173
(187,129,115)
#C18D81
(193,141,129)
#C7998F
(199,153,143)
#CDA59D
(205,165,157)
#D3B1AB
(211,177,171)
#D9BDB9
(217,189,185)
#DFC9C7
(223,201,199)
#E5D5D5
(229,213,213)
#EBE1E3
(235,225,227)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57565 color. Also use rgb(181,117,101) instead hex code.

Text Font Color

.myTextColor { color: #B57565; }

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

This text font color is #B57565.

Background Color

.myBgColor { background-color: #B57565; }

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

This div background color is #B57565.

Border color

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

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

This div border color is #B57565.

Opacity

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

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

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

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

This text has shadow with #B57565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57565.

Preview

Color preview on black background

This text has color #B57565 on black background.


Color preview on white background

This text has color #B57565 on white background.


Black color preview on #B57565 background

This text has black color on #B57565 background.


White color preview on #B57565 background

This text has white color on #B57565 background.


Related colors

Complementary color

Complementary color for #hex is #4A8A9A.


I love getcolorcode.com

Triadic colors

1 #65B575 and #7565B5 with #B57565 are triadic colors.

2 #6575B5 and #75B565 with #B57565 are triadic colors.