COLOR #B4775C

HEX: #B4775C
RGB: (180,119,92)

Color info

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

RGB color model

#B4775C color RGB value is (180,119,92).

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

RGB channels and saturation

R 180 of 255 = 71%
G 119 of 255 = 47%
B 92 of 255 = 36%

180
119
92

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

Portions of RGB colors in percentages

R + G + B =
180 + 119 + 92 = 391 (100%)
R 180 of 391 ~ 46.04%
G 119 of 391 ~ 30.43%
B 92 of 391 ~ 23.53%

%46.04
%30.43
%23.53

CMYK color model

#B4775C color CMYK value is (0,34,49,29).

  • cyan value is 0.00%
  • magenta value is 33.89%
  • yellow value is 48.89%
  • key color value is 29.41%
CMYK:
(0,34,49,29)
C0M34Y49K29 
(0%,34%,49%,29%)
(0.00/0.34/0.49/0.29)	

CMYK percentages

%0
%33.89
%48.89
%29.41

Codes

Color #B4775C in popluar color models

B4775C
RGB18011992
HSL18°36.97%53.33%
HSB/HSV18°48.89%70.59%
CMYK0.00%33.89%48.89%
29.41%

Color #B4775C in popluar number systems.

HEXB4775C
Decimal18011992
Binary1011010011101111011100
Octal264167134

Shades and tints

Shades of #B4775C

#B4775C
(180,119,92)
#A46D54
(164,109,84)
#94634C
(148,99,76)
#845944
(132,89,68)
#744F3C
(116,79,60)
#644534
(100,69,52)
#543B2C
(84,59,44)
#443124
(68,49,36)
#34271C
(52,39,28)
#241D14
(36,29,20)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #B4775C

#B4775C
(180,119,92)
#BA836A
(186,131,106)
#C08F78
(192,143,120)
#C69B86
(198,155,134)
#CCA794
(204,167,148)
#D2B3A2
(210,179,162)
#D8BFB0
(216,191,176)
#DECBBE
(222,203,190)
#E4D7CC
(228,215,204)
#EAE3DA
(234,227,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4775C color. Also use rgb(180,119,92) instead hex code.

Text Font Color

.myTextColor { color: #B4775C; }

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

This text font color is #B4775C.


Background Color

.myBgColor { background-color: #B4775C; }

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

This div background color is #B4775C.


Border color

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

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

This div border color is #B4775C.


Opacity

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

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

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

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

This text has shadow with #B4775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4775C on black background.


Color preview on white background

This text has color #B4775C on white background.



Black color preview on #B4775C background

This text has black color on #B4775C background.


White color preview on #B4775C background

This text has white color on #B4775C background.