COLOR #B75C57

HEX: #B75C57 RGB: (183,92,87)

Color info

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

RGB color model

#B75C57 color RGB value is (183,92,87).

RGB: (183,92,87) (72%, 36%, 34%)

RGB channels and saturation

R 183 of 255 = 72%
G 92 of 255 = 36%
B 87 of 255 = 34%

183
92
87

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

Portions of RGB colors in percentages

R + G + B = 183 + 92 + 87 = 362 (100%)
R 183 of 362 ~ 50.55%
G 92 of 362 ~ 25.41%
B 87 of 362 ~ 24.03'%

%50.55
%25.41
%24.03

CMYK color model

#B75C57 color CMYK value is (0,50,52,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 52.46%
  • key color value is 28.24%

CMYK: (0,50,52,28)
C0M50Y52K28 (0%, 50%, 52%, 28%)
(0.00 / 0.50 / 0.52 / 0.28)

CMYK percentages

%0
%49.73
%52.46
%28.24

Codes

Color #B75C57 in popluar color models

B7 5C 57
RGB 183 92 87
HSL 40.00% 52.94%
HSB/HSV 52.46% 71.76%
CMYK 0.00% 49.73% 52.46%
28.24%

Color #B75C57 in popluar number systems.

HEX B7 5C 57
Decimal 183 92 87
Binary 10110111 1011100 1010111
Octal 267 134 127

Shades and tints

Shades of #B75C57

#B75C57
(183,92,87)
#A75450
(167,84,80)
#974C49
(151,76,73)
#874442
(135,68,66)
#773C3B
(119,60,59)
#673434
(103,52,52)
#572C2D
(87,44,45)
#472426
(71,36,38)
#371C1F
(55,28,31)
#271418
(39,20,24)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #B75C57

#B75C57
(183,92,87)
#BD6A66
(189,106,102)
#C37875
(195,120,117)
#C98684
(201,134,132)
#CF9493
(207,148,147)
#D5A2A2
(213,162,162)
#DBB0B1
(219,176,177)
#E1BEC0
(225,190,192)
#E7CCCF
(231,204,207)
#EDDADE
(237,218,222)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75C57 color. Also use rgb(183,92,87) instead hex code.

Text Font Color

.myTextColor { color: #B75C57; }

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

This text font color is #B75C57.

Background Color

.myBgColor { background-color: #B75C57; }

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

This div background color is #B75C57.

Border color

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

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

This div border color is #B75C57.

Opacity

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

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

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

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

This text has shadow with #B75C57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75C57.

Preview

Color preview on black background

This text has color #B75C57 on black background.


Color preview on white background

This text has color #B75C57 on white background.


Black color preview on #B75C57 background

This text has black color on #B75C57 background.


White color preview on #B75C57 background

This text has white color on #B75C57 background.


Related colors

Complementary color

Complementary color for #hex is #48A3A8.


I love getcolorcode.com

Triadic colors

1 #57B75C and #5C57B7 with #B75C57 are triadic colors.

2 #575CB7 and #5CB757 with #B75C57 are triadic colors.