COLOR #B7566D

HEX: #B7566D RGB: (183,86,109)

Color info

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

RGB color model

#B7566D color RGB value is (183,86,109).

RGB: (183,86,109) (72%, 34%, 43%)

RGB channels and saturation

R 183 of 255 = 72%
G 86 of 255 = 34%
B 109 of 255 = 43%

183
86
109

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

Portions of RGB colors in percentages

R + G + B = 183 + 86 + 109 = 378 (100%)
R 183 of 378 ~ 48.41%
G 86 of 378 ~ 22.75%
B 109 of 378 ~ 28.84'%

%48.41
%22.75
%28.84

CMYK color model

#B7566D color CMYK value is (0,53,40,28).

  • cyan value is 0.00%
  • magenta value is 53.01%
  • yellow value is 40.44%
  • key color value is 28.24%

CMYK: (0,53,40,28)
C0M53Y40K28 (0%, 53%, 40%, 28%)
(0.00 / 0.53 / 0.40 / 0.28)

CMYK percentages

%0
%53.01
%40.44
%28.24

Codes

Color #B7566D in popluar color models

B7 56 6D
RGB 183 86 109
HSL 346° 40.25% 52.75%
HSB/HSV 346° 53.01% 71.76%
CMYK 0.00% 53.01% 40.44%
28.24%

Color #B7566D in popluar number systems.

HEX B7 56 6D
Decimal 183 86 109
Binary 10110111 1010110 1101101
Octal 267 126 155

Shades and tints

Shades of #B7566D

#B7566D
(183,86,109)
#A74F64
(167,79,100)
#97485B
(151,72,91)
#874152
(135,65,82)
#773A49
(119,58,73)
#673340
(103,51,64)
#572C37
(87,44,55)
#47252E
(71,37,46)
#371E25
(55,30,37)
#27171C
(39,23,28)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #B7566D

#B7566D
(183,86,109)
#BD657A
(189,101,122)
#C37487
(195,116,135)
#C98394
(201,131,148)
#CF92A1
(207,146,161)
#D5A1AE
(213,161,174)
#DBB0BB
(219,176,187)
#E1BFC8
(225,191,200)
#E7CED5
(231,206,213)
#EDDDE2
(237,221,226)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7566D; }

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

This text font color is #B7566D.

Background Color

.myBgColor { background-color: #B7566D; }

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

This div background color is #B7566D.

Border color

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

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

This div border color is #B7566D.

Opacity

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

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

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

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

This text has shadow with #B7566D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7566D.

Preview

Color preview on black background

This text has color #B7566D on black background.


Color preview on white background

This text has color #B7566D on white background.


Black color preview on #B7566D background

This text has black color on #B7566D background.


White color preview on #B7566D background

This text has white color on #B7566D background.


Related colors

Complementary color

Complementary color for #hex is #48A992.


I love getcolorcode.com

Triadic colors

1 #6DB756 and #566DB7 with #B7566D are triadic colors.

2 #6D56B7 and #56B76D with #B7566D are triadic colors.