COLOR #B5675C

HEX: #B5675C
RGB: (181,103,92)

Color info

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

RGB color model

#B5675C color RGB value is (181,103,92).

  • red value is 181;
  • green value is 103;
  • blue value is 92.
RGB:
(181,103,92)
(71%,40%,36%)

RGB channels and saturation

R 181 of 255 = 71%
G 103 of 255 = 40%
B 92 of 255 = 36%

181
103
92

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

Portions of RGB colors in percentages

R + G + B =
181 + 103 + 92 = 376 (100%)
R 181 of 376 ~ 48.14%
G 103 of 376 ~ 27.39%
B 92 of 376 ~ 24.47%

%48.14
%27.39
%24.47

CMYK color model

#B5675C color CMYK value is (0,43,49,29).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 49.17%
  • key color value is 29.02%
CMYK:
(0,43,49,29)
C0M43Y49K29 
(0%,43%,49%,29%)
(0.00/0.43/0.49/0.29)	

CMYK percentages

%0
%43.09
%49.17
%29.02

Codes

Color #B5675C in popluar color models

B5675C
RGB18110392
HSL37.55%53.53%
HSB/HSV49.17%70.98%
CMYK0.00%43.09%49.17%
29.02%

Color #B5675C in popluar number systems.

HEXB5675C
Decimal18110392
Binary1011010111001111011100
Octal265147134

Shades and tints

Shades of #B5675C

#B5675C
(181,103,92)
#A55E54
(165,94,84)
#95554C
(149,85,76)
#854C44
(133,76,68)
#75433C
(117,67,60)
#653A34
(101,58,52)
#55312C
(85,49,44)
#452824
(69,40,36)
#351F1C
(53,31,28)
#251614
(37,22,20)
#150D0C
(21,13,12)
#000000
(0,0,0)

Tints of #B5675C

#B5675C
(181,103,92)
#BB746A
(187,116,106)
#C18178
(193,129,120)
#C78E86
(199,142,134)
#CD9B94
(205,155,148)
#D3A8A2
(211,168,162)
#D9B5B0
(217,181,176)
#DFC2BE
(223,194,190)
#E5CFCC
(229,207,204)
#EBDCDA
(235,220,218)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5675C color. Also use rgb(181,103,92) instead hex code.

Text Font Color

.myTextColor { color: #B5675C; }

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

This text font color is #B5675C.


Background Color

.myBgColor { background-color: #B5675C; }

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

This div background color is #B5675C.


Border color

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

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

This div border color is #B5675C.


Opacity

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

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

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

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

This text has shadow with #B5675C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5675C on black background.


Color preview on white background

This text has color #B5675C on white background.



Black color preview on #B5675C background

This text has black color on #B5675C background.


White color preview on #B5675C background

This text has white color on #B5675C background.