COLOR #B75C51

HEX: #B75C51
RGB: (183,92,81)

Color info

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

RGB color model

#B75C51 color RGB value is (183,92,81).

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

RGB channels and saturation

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

183
92
81

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

Portions of RGB colors in percentages

R + G + B =
183 + 92 + 81 = 356 (100%)
R 183 of 356 ~ 51.4%
G 92 of 356 ~ 25.84%
B 81 of 356 ~ 22.75%

%51.4
%25.84
%22.75

CMYK color model

#B75C51 color CMYK value is (0,50,56,28).

  • cyan value is 0.00%
  • magenta value is 49.73%
  • yellow value is 55.74%
  • key color value is 28.24%
CMYK:
(0,50,56,28)
C0M50Y56K28 
(0%,50%,56%,28%)
(0.00/0.50/0.56/0.28)	

CMYK percentages

%0
%49.73
%55.74
%28.24

Codes

Color #B75C51 in popluar color models

B75C51
RGB1839281
HSL41.46%51.76%
HSB/HSV55.74%71.76%
CMYK0.00%49.73%55.74%
28.24%

Color #B75C51 in popluar number systems.

HEXB75C51
Decimal1839281
Binary1011011110111001010001
Octal267134121

Shades and tints

Shades of #B75C51

#B75C51
(183,92,81)
#A7544A
(167,84,74)
#974C43
(151,76,67)
#87443C
(135,68,60)
#773C35
(119,60,53)
#67342E
(103,52,46)
#572C27
(87,44,39)
#472420
(71,36,32)
#371C19
(55,28,25)
#271412
(39,20,18)
#170C0B
(23,12,11)
#000000
(0,0,0)

Tints of #B75C51

#B75C51
(183,92,81)
#BD6A60
(189,106,96)
#C3786F
(195,120,111)
#C9867E
(201,134,126)
#CF948D
(207,148,141)
#D5A29C
(213,162,156)
#DBB0AB
(219,176,171)
#E1BEBA
(225,190,186)
#E7CCC9
(231,204,201)
#EDDAD8
(237,218,216)
#F3E8E7
(243,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B75C51; }

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

This text font color is #B75C51.


Background Color

.myBgColor { background-color: #B75C51; }

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

This div background color is #B75C51.


Border color

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

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

This div border color is #B75C51.


Opacity

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

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

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

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

This text has shadow with #B75C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75C51 on black background.


Color preview on white background

This text has color #B75C51 on white background.



Black color preview on #B75C51 background

This text has black color on #B75C51 background.


White color preview on #B75C51 background

This text has white color on #B75C51 background.