COLOR #B75A5B

HEX: #B75A5B RGB: (183,90,91)

Color info

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

RGB color model

#B75A5B color RGB value is (183,90,91).

RGB: (183,90,91) (72%, 35%, 36%)

RGB channels and saturation

R 183 of 255 = 72%
G 90 of 255 = 35%
B 91 of 255 = 36%

183
90
91

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

Portions of RGB colors in percentages

R + G + B = 183 + 90 + 91 = 364 (100%)
R 183 of 364 ~ 50.27%
G 90 of 364 ~ 24.73%
B 91 of 364 ~ 25'%

%50.27
%24.73
%25

CMYK color model

#B75A5B color CMYK value is (0,51,50,28).

  • cyan value is 0.00%
  • magenta value is 50.82%
  • yellow value is 50.27%
  • key color value is 28.24%
CMYK: (0,51,50,28) C0M51Y50K28 (0%,51%,50%,28%) (0.00/0.51/0.50/0.28) 

CMYK percentages

%0
%50.82
%50.27
%28.24

Codes

Color #B75A5B in popluar color models

B7 5A 5B
RGB 183 90 91
HSL 359° 39.24% 53.53%
HSB/HSV 359° 50.82% 71.76%
CMYK 0.00% 50.82% 50.27%
28.24%

Color #B75A5B in popluar number systems.

HEX B7 5A 5B
Decimal 183 90 91
Binary 10110111 1011010 1011011
Octal 267 132 133

Shades and tints

Shades of #B75A5B

#B75A5B
(183,90,91)
#A75253
(167,82,83)
#974A4B
(151,74,75)
#874243
(135,66,67)
#773A3B
(119,58,59)
#673233
(103,50,51)
#572A2B
(87,42,43)
#472223
(71,34,35)
#371A1B
(55,26,27)
#271213
(39,18,19)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #B75A5B

#B75A5B
(183,90,91)
#BD6969
(189,105,105)
#C37877
(195,120,119)
#C98785
(201,135,133)
#CF9693
(207,150,147)
#D5A5A1
(213,165,161)
#DBB4AF
(219,180,175)
#E1C3BD
(225,195,189)
#E7D2CB
(231,210,203)
#EDE1D9
(237,225,217)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75A5B color. Also use rgb(183,90,91) instead hex code.

Text Font Color

.myTextColor { color: #B75A5B; }

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

This text font color is #B75A5B.

Background Color

.myBgColor { background-color: #B75A5B; }

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

This div background color is #B75A5B.

Border color

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

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

This div border color is #B75A5B.

Opacity

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

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

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

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

This text has shadow with #B75A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75A5B.

Preview

Color preview on black background

This text has color #B75A5B on black background.


Color preview on white background

This text has color #B75A5B on white background.


Black color preview on #B75A5B background

This text has black color on #B75A5B background.


White color preview on #B75A5B background

This text has white color on #B75A5B background.


Related colors

Complementary color

Complementary color for #hex is #48A5A4.


I love getcolorcode.com

Triadic colors

1 #5BB75A and #5A5BB7 with #B75A5B are triadic colors.

2 #5B5AB7 and #5AB75B with #B75A5B are triadic colors.