COLOR #B4754E

HEX: #B4754E
RGB: (180,117,78)

Color info

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

RGB color model

#B4754E color RGB value is (180,117,78).

  • red value is 180;
  • green value is 117;
  • blue value is 78.
RGB:
(180,117,78)
(71%,46%,31%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 78 of 255 = 31%

180
117
78

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

Portions of RGB colors in percentages

R + G + B =
180 + 117 + 78 = 375 (100%)
R 180 of 375 ~ 48%
G 117 of 375 ~ 31.2%
B 78 of 375 ~ 20.8%

%48
%31.2
%20.8

CMYK color model

#B4754E color CMYK value is (0,35,57,29).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 56.67%
  • key color value is 29.41%
CMYK:
(0,35,57,29)
C0M35Y57K29 
(0%,35%,57%,29%)
(0.00/0.35/0.57/0.29)	

CMYK percentages

%0
%35
%56.67
%29.41

Codes

Color #B4754E in popluar color models

B4754E
RGB18011778
HSL23°40.48%50.59%
HSB/HSV23°56.67%70.59%
CMYK0.00%35.00%56.67%
29.41%

Color #B4754E in popluar number systems.

HEXB4754E
Decimal18011778
Binary1011010011101011001110
Octal264165116

Shades and tints

Shades of #B4754E

#B4754E
(180,117,78)
#A46B47
(164,107,71)
#946140
(148,97,64)
#845739
(132,87,57)
#744D32
(116,77,50)
#64432B
(100,67,43)
#543924
(84,57,36)
#442F1D
(68,47,29)
#342516
(52,37,22)
#241B0F
(36,27,15)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #B4754E

#B4754E
(180,117,78)
#BA815E
(186,129,94)
#C08D6E
(192,141,110)
#C6997E
(198,153,126)
#CCA58E
(204,165,142)
#D2B19E
(210,177,158)
#D8BDAE
(216,189,174)
#DEC9BE
(222,201,190)
#E4D5CE
(228,213,206)
#EAE1DE
(234,225,222)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4754E color. Also use rgb(180,117,78) instead hex code.

Text Font Color

.myTextColor { color: #B4754E; }

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

This text font color is #B4754E.


Background Color

.myBgColor { background-color: #B4754E; }

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

This div background color is #B4754E.


Border color

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

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

This div border color is #B4754E.


Opacity

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

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

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

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

This text has shadow with #B4754E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4754E on black background.


Color preview on white background

This text has color #B4754E on white background.



Black color preview on #B4754E background

This text has black color on #B4754E background.


White color preview on #B4754E background

This text has white color on #B4754E background.