Color Hex Logo

#b4874e Color Hex

#B4874E
(180,135,78)
0 Favorites   0 Comments

Color spaces of #b4874e

RGB 18013578
HSL0.090.400.51
HSV34°57°71°
CMYK 0.000.250.57   0.29
XYZ28.861527.581311.0103
Yxy27.58130.42790.4089
Hunter Lab52.51796.189324.3325
CIE-Lab59.508610.602437.0100

#b4874e color RGB value is (180,135,78).

#b4874e hex color red value is 180, green value is 135 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b4874e hue: 0.09 , saturation: 0.40 and the lightness value of b4874e is 0.51.

The process color (four color CMYK) of #b4874e color hex is 0.00, 0.25, 0.57, 0.29. Web safe color of #b4874e is #cc9966. Color #b4874e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 01001110
Octal 264 207 116
Decimal 180 135 78
Hex B4 87 4E

RGB Percentages of Color #b4874e

%45.80
%34.35
%19.85

CMYK Percentages of Color #b4874e

%0
%25
%57
%29

Triadic Colors of #b4874e

#b4874e #4eb487 #874eb4

Analogous Colors of #b4874e

#b4874e #aeb44e #b4544e

Monochromatic Colors of #b4874e

#b4874e

Complementary Color

#b4874e #4e7bb4

#b4874e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4874e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4874e Color CSS Codes

.mybgcolor {background-color:#b4874e; } 
.myforecolor {color:#b4874e; }
.mybordercolor {border:3px solid #b4874e; }

#b4874e Text Font Color

<p style="color:#b4874e">Text here</p>

This sample text font color is #b4874e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b4874e Background Color

<div style="background-color:#b4874e">
Div content here</div>

This div background color is #b4874e


#b4874e Border Color

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

This div border color is #b4874e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,135,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4874e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4874e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4874e;
  box-shadow:         1px 1px 3px 2px #b4874e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,135,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4874e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b4874e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4874e;
  box-shadow:         1px 1px 3px 2px #b4874e;">
Div content here</div>

This div box has shadow with color #b4874e


Comments

No comments written yet.

Please login to write comment.