COLOR #B5775B

HEX: #B5775B
RGB: (181,119,91)

Color info

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

RGB color model

#B5775B color RGB value is (181,119,91).

  • red value is 181;
  • green value is 119;
  • blue value is 91.
RGB:
(181,119,91)
(71%,47%,36%)

RGB channels and saturation

R 181 of 255 = 71%
G 119 of 255 = 47%
B 91 of 255 = 36%

181
119
91

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

Portions of RGB colors in percentages

R + G + B =
181 + 119 + 91 = 391 (100%)
R 181 of 391 ~ 46.29%
G 119 of 391 ~ 30.43%
B 91 of 391 ~ 23.27%

%46.29
%30.43
%23.27

CMYK color model

#B5775B color CMYK value is (0,34,50,29).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 49.72%
  • key color value is 29.02%
CMYK:
(0,34,50,29)
C0M34Y50K29 
(0%,34%,50%,29%)
(0.00/0.34/0.50/0.29)	

CMYK percentages

%0
%34.25
%49.72
%29.02

Codes

Color #B5775B in popluar color models

B5775B
RGB18111991
HSL19°37.82%53.33%
HSB/HSV19°49.72%70.98%
CMYK0.00%34.25%49.72%
29.02%

Color #B5775B in popluar number systems.

HEXB5775B
Decimal18111991
Binary1011010111101111011011
Octal265167133

Shades and tints

Shades of #B5775B

#B5775B
(181,119,91)
#A56D53
(165,109,83)
#95634B
(149,99,75)
#855943
(133,89,67)
#754F3B
(117,79,59)
#654533
(101,69,51)
#553B2B
(85,59,43)
#453123
(69,49,35)
#35271B
(53,39,27)
#251D13
(37,29,19)
#15130B
(21,19,11)
#000000
(0,0,0)

Tints of #B5775B

#B5775B
(181,119,91)
#BB8369
(187,131,105)
#C18F77
(193,143,119)
#C79B85
(199,155,133)
#CDA793
(205,167,147)
#D3B3A1
(211,179,161)
#D9BFAF
(217,191,175)
#DFCBBD
(223,203,189)
#E5D7CB
(229,215,203)
#EBE3D9
(235,227,217)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5775B color. Also use rgb(181,119,91) instead hex code.

Text Font Color

.myTextColor { color: #B5775B; }

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

This text font color is #B5775B.


Background Color

.myBgColor { background-color: #B5775B; }

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

This div background color is #B5775B.


Border color

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

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

This div border color is #B5775B.


Opacity

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

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

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

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

This text has shadow with #B5775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5775B on black background.


Color preview on white background

This text has color #B5775B on white background.



Black color preview on #B5775B background

This text has black color on #B5775B background.


White color preview on #B5775B background

This text has white color on #B5775B background.