COLOR #B7655E

HEX: #B7655E
RGB: (183,101,94)

Color info

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

RGB color model

#B7655E color RGB value is (183,101,94).

  • red value is 183;
  • green value is 101;
  • blue value is 94.
RGB:
(183,101,94)
(72%,40%,37%)

RGB channels and saturation

R 183 of 255 = 72%
G 101 of 255 = 40%
B 94 of 255 = 37%

183
101
94

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

Portions of RGB colors in percentages

R + G + B =
183 + 101 + 94 = 378 (100%)
R 183 of 378 ~ 48.41%
G 101 of 378 ~ 26.72%
B 94 of 378 ~ 24.87%

%48.41
%26.72
%24.87

CMYK color model

#B7655E color CMYK value is (0,45,49,28).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 48.63%
  • key color value is 28.24%
CMYK:
(0,45,49,28)
C0M45Y49K28 
(0%,45%,49%,28%)
(0.00/0.45/0.49/0.28)	

CMYK percentages

%0
%44.81
%48.63
%28.24

Codes

Color #B7655E in popluar color models

B7655E
RGB18310194
HSL38.20%54.31%
HSB/HSV48.63%71.76%
CMYK0.00%44.81%48.63%
28.24%

Color #B7655E in popluar number systems.

HEXB7655E
Decimal18310194
Binary1011011111001011011110
Octal267145136

Shades and tints

Shades of #B7655E

#B7655E
(183,101,94)
#A75C56
(167,92,86)
#97534E
(151,83,78)
#874A46
(135,74,70)
#77413E
(119,65,62)
#673836
(103,56,54)
#572F2E
(87,47,46)
#472626
(71,38,38)
#371D1E
(55,29,30)
#271416
(39,20,22)
#170B0E
(23,11,14)
#000000
(0,0,0)

Tints of #B7655E

#B7655E
(183,101,94)
#BD736C
(189,115,108)
#C3817A
(195,129,122)
#C98F88
(201,143,136)
#CF9D96
(207,157,150)
#D5ABA4
(213,171,164)
#DBB9B2
(219,185,178)
#E1C7C0
(225,199,192)
#E7D5CE
(231,213,206)
#EDE3DC
(237,227,220)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7655E color. Also use rgb(183,101,94) instead hex code.

Text Font Color

.myTextColor { color: #B7655E; }

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

This text font color is #B7655E.


Background Color

.myBgColor { background-color: #B7655E; }

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

This div background color is #B7655E.


Border color

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

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

This div border color is #B7655E.


Opacity

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

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

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

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

This text has shadow with #B7655E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7655E on black background.


Color preview on white background

This text has color #B7655E on white background.



Black color preview on #B7655E background

This text has black color on #B7655E background.


White color preview on #B7655E background

This text has white color on #B7655E background.