COLOR #B75C61

HEX: #B75C61
RGB: (183,92,97)

Color info

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

RGB color model

#B75C61 color RGB value is (183,92,97).

  • red value is 183;
  • green value is 92;
  • blue value is 97.
RGB:
(183,92,97)
(72%,36%,38%)

RGB channels and saturation

R 183 of 255 = 72%
G 92 of 255 = 36%
B 97 of 255 = 38%

183
92
97

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

Portions of RGB colors in percentages

R + G + B =
183 + 92 + 97 = 372 (100%)
R 183 of 372 ~ 49.19%
G 92 of 372 ~ 24.73%
B 97 of 372 ~ 26.08%

%49.19
%24.73
%26.08

CMYK color model

#B75C61 color CMYK value is (0,50,47,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 46.99%
  • key color value is 28.24%
CMYK:
(0,50,47,28)
C0M50Y47K28 
(0%,50%,47%,28%)
(0.00/0.50/0.47/0.28)	

CMYK percentages

%0
%49.73
%46.99
%28.24

Codes

Color #B75C61 in popluar color models

B75C61
RGB1839297
HSL357°38.72%53.92%
HSB/HSV357°49.73%71.76%
CMYK0.00%49.73%46.99%
28.24%

Color #B75C61 in popluar number systems.

HEXB75C61
Decimal1839297
Binary1011011110111001100001
Octal267134141

Shades and tints

Shades of #B75C61

#B75C61
(183,92,97)
#A75459
(167,84,89)
#974C51
(151,76,81)
#874449
(135,68,73)
#773C41
(119,60,65)
#673439
(103,52,57)
#572C31
(87,44,49)
#472429
(71,36,41)
#371C21
(55,28,33)
#271419
(39,20,25)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #B75C61

#B75C61
(183,92,97)
#BD6A6F
(189,106,111)
#C3787D
(195,120,125)
#C9868B
(201,134,139)
#CF9499
(207,148,153)
#D5A2A7
(213,162,167)
#DBB0B5
(219,176,181)
#E1BEC3
(225,190,195)
#E7CCD1
(231,204,209)
#EDDADF
(237,218,223)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B75C61; }

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

This text font color is #B75C61.


Background Color

.myBgColor { background-color: #B75C61; }

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

This div background color is #B75C61.


Border color

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

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

This div border color is #B75C61.


Opacity

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

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

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

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

This text has shadow with #B75C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75C61 on black background.


Color preview on white background

This text has color #B75C61 on white background.



Black color preview on #B75C61 background

This text has black color on #B75C61 background.


White color preview on #B75C61 background

This text has white color on #B75C61 background.