COLOR #B75547

HEX: #B75547
RGB: (183,85,71)

Color info

#B75547 contains mainly red color. Web safe color of #B75547 is #CC6633 (or #C63).

RGB color model

#B75547 color RGB value is (183,85,71).

  • red value is 183;
  • green value is 85;
  • blue value is 71.
RGB:
(183,85,71)
(72%,33%,28%)

RGB channels and saturation

R 183 of 255 = 72%
G 85 of 255 = 33%
B 71 of 255 = 28%

183
85
71

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

Portions of RGB colors in percentages

R + G + B =
183 + 85 + 71 = 339 (100%)
R 183 of 339 ~ 53.98%
G 85 of 339 ~ 25.07%
B 71 of 339 ~ 20.94%

%53.98
%25.07
%20.94

CMYK color model

#B75547 color CMYK value is (0,54,61,28).

  • cyan value is 0.00%
  • magenta value is 53.55%
  • yellow value is 61.20%
  • key color value is 28.24%
CMYK:
(0,54,61,28)
C0M54Y61K28 
(0%,54%,61%,28%)
(0.00/0.54/0.61/0.28)	

CMYK percentages

%0
%53.55
%61.2
%28.24

Codes

Color #B75547 in popluar color models

B75547
RGB1838571
HSL44.09%49.80%
HSB/HSV61.20%71.76%
CMYK0.00%53.55%61.20%
28.24%

Color #B75547 in popluar number systems.

HEXB75547
Decimal1838571
Binary1011011110101011000111
Octal267125107

Shades and tints

Shades of #B75547

#B75547
(183,85,71)
#A74E41
(167,78,65)
#97473B
(151,71,59)
#874035
(135,64,53)
#77392F
(119,57,47)
#673229
(103,50,41)
#572B23
(87,43,35)
#47241D
(71,36,29)
#371D17
(55,29,23)
#271611
(39,22,17)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #B75547

#B75547
(183,85,71)
#BD6457
(189,100,87)
#C37367
(195,115,103)
#C98277
(201,130,119)
#CF9187
(207,145,135)
#D5A097
(213,160,151)
#DBAFA7
(219,175,167)
#E1BEB7
(225,190,183)
#E7CDC7
(231,205,199)
#EDDCD7
(237,220,215)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75547 color. Also use rgb(183,85,71) instead hex code.

Text Font Color

.myTextColor { color: #B75547; }

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

This text font color is #B75547.


Background Color

.myBgColor { background-color: #B75547; }

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

This div background color is #B75547.


Border color

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

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

This div border color is #B75547.


Opacity

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

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

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

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

This text has shadow with #B75547 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75547 on black background.


Color preview on white background

This text has color #B75547 on white background.



Black color preview on #B75547 background

This text has black color on #B75547 background.


White color preview on #B75547 background

This text has white color on #B75547 background.