COLOR #B75D51

HEX: #B75D51 RGB: (183,93,81)

Color info

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

RGB color model

#B75D51 color RGB value is (183,93,81).

RGB: (183,93,81) (72%, 36%, 32%)

RGB channels and saturation

R 183 of 255 = 72%
G 93 of 255 = 36%
B 81 of 255 = 32%

183
93
81

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

Portions of RGB colors in percentages

R + G + B = 183 + 93 + 81 = 357 (100%)
R 183 of 357 ~ 51.26%
G 93 of 357 ~ 26.05%
B 81 of 357 ~ 22.69'%

%51.26
%26.05
%22.69

CMYK color model

#B75D51 color CMYK value is (0,49,56,28).

  • cyan value is 0.00%
  • magenta value is 49.18%
  • yellow value is 55.74%
  • key color value is 28.24%

CMYK: (0,49,56,28)
C0M49Y56K28 (0%, 49%, 56%, 28%)
(0.00 / 0.49 / 0.56 / 0.28)

CMYK percentages

%0
%49.18
%55.74
%28.24

Codes

Color #B75D51 in popluar color models

B7 5D 51
RGB 183 93 81
HSL 41.46% 51.76%
HSB/HSV 55.74% 71.76%
CMYK 0.00% 49.18% 55.74%
28.24%

Color #B75D51 in popluar number systems.

HEX B7 5D 51
Decimal 183 93 81
Binary 10110111 1011101 1010001
Octal 267 135 121

Shades and tints

Shades of #B75D51

#B75D51
(183,93,81)
#A7554A
(167,85,74)
#974D43
(151,77,67)
#87453C
(135,69,60)
#773D35
(119,61,53)
#67352E
(103,53,46)
#572D27
(87,45,39)
#472520
(71,37,32)
#371D19
(55,29,25)
#271512
(39,21,18)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #B75D51

#B75D51
(183,93,81)
#BD6B60
(189,107,96)
#C3796F
(195,121,111)
#C9877E
(201,135,126)
#CF958D
(207,149,141)
#D5A39C
(213,163,156)
#DBB1AB
(219,177,171)
#E1BFBA
(225,191,186)
#E7CDC9
(231,205,201)
#EDDBD8
(237,219,216)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75D51 color. Also use rgb(183,93,81) instead hex code.

Text Font Color

.myTextColor { color: #B75D51; }

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

This text font color is #B75D51.

Background Color

.myBgColor { background-color: #B75D51; }

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

This div background color is #B75D51.

Border color

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

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

This div border color is #B75D51.

Opacity

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

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

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

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

This text has shadow with #B75D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75D51.

Preview

Color preview on black background

This text has color #B75D51 on black background.


Color preview on white background

This text has color #B75D51 on white background.


Black color preview on #B75D51 background

This text has black color on #B75D51 background.


White color preview on #B75D51 background

This text has white color on #B75D51 background.


Related colors

Complementary color

Complementary color for #hex is #48A2AE.


I love getcolorcode.com

Triadic colors

1 #51B75D and #5D51B7 with #B75D51 are triadic colors.

2 #515DB7 and #5DB751 with #B75D51 are triadic colors.