COLOR #B75646

HEX: #B75646
RGB: (183,86,70)

Color info

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

RGB color model

#B75646 color RGB value is (183,86,70).

  • red value is 183;
  • green value is 86;
  • blue value is 70.
RGB:
(183,86,70)
(72%,34%,27%)

RGB channels and saturation

R 183 of 255 = 72%
G 86 of 255 = 34%
B 70 of 255 = 27%

183
86
70

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

Portions of RGB colors in percentages

R + G + B =
183 + 86 + 70 = 339 (100%)
R 183 of 339 ~ 53.98%
G 86 of 339 ~ 25.37%
B 70 of 339 ~ 20.65%

%53.98
%25.37
%20.65

CMYK color model

#B75646 color CMYK value is (0,53,62,28).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 61.75%
  • key color value is 28.24%
CMYK:
(0,53,62,28)
C0M53Y62K28 
(0%,53%,62%,28%)
(0.00/0.53/0.62/0.28)	

CMYK percentages

%0
%53.01
%61.75
%28.24

Codes

Color #B75646 in popluar color models

B75646
RGB1838670
HSL44.66%49.61%
HSB/HSV61.75%71.76%
CMYK0.00%53.01%61.75%
28.24%

Color #B75646 in popluar number systems.

HEXB75646
Decimal1838670
Binary1011011110101101000110
Octal267126106

Shades and tints

Shades of #B75646

#B75646
(183,86,70)
#A74F40
(167,79,64)
#97483A
(151,72,58)
#874134
(135,65,52)
#773A2E
(119,58,46)
#673328
(103,51,40)
#572C22
(87,44,34)
#47251C
(71,37,28)
#371E16
(55,30,22)
#271710
(39,23,16)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #B75646

#B75646
(183,86,70)
#BD6556
(189,101,86)
#C37466
(195,116,102)
#C98376
(201,131,118)
#CF9286
(207,146,134)
#D5A196
(213,161,150)
#DBB0A6
(219,176,166)
#E1BFB6
(225,191,182)
#E7CEC6
(231,206,198)
#EDDDD6
(237,221,214)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75646 color. Also use rgb(183,86,70) instead hex code.

Text Font Color

.myTextColor { color: #B75646; }

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

This text font color is #B75646.


Background Color

.myBgColor { background-color: #B75646; }

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

This div background color is #B75646.


Border color

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

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

This div border color is #B75646.


Opacity

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

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

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

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

This text has shadow with #B75646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B75646 on black background.


Color preview on white background

This text has color #B75646 on white background.



Black color preview on #B75646 background

This text has black color on #B75646 background.


White color preview on #B75646 background

This text has white color on #B75646 background.