Color Hex Logo

#b4895c Color Hex

#B4895C
(180,137,92)
0 Favorites   0 Comments

Color spaces of #b4895c

RGB 18013792
HSL0.090.370.53
HSV31°49°71°
CMYK 0.000.240.49   0.29
XYZ29.699828.367314.0353
Yxy28.36730.41190.3934
Hunter Lab53.26106.329921.6586
CIE-Lab60.219110.762430.3823

#b4895c color RGB value is (180,137,92).

#b4895c hex color red value is 180, green value is 137 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #b4895c hue: 0.09 , saturation: 0.37 and the lightness value of b4895c is 0.53.

The process color (four color CMYK) of #b4895c color hex is 0.00, 0.24, 0.49, 0.29. Web safe color of #b4895c is #cc9966. Color #b4895c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001001 01011100
Octal 264 211 134
Decimal 180 137 92
Hex B4 89 5C

RGB Percentages of Color #b4895c

%44.01
%33.50
%22.49

CMYK Percentages of Color #b4895c

%0
%24
%49
%29

Triadic Colors of #b4895c

#b4895c #5cb489 #895cb4

Analogous Colors of #b4895c

#b4895c #b3b45c #b45d5c

Monochromatic Colors of #b4895c

#b4895c

Complementary Color

#b4895c #5c87b4

#b4895c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4895c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4895c Color CSS Codes

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

#b4895c Text Font Color

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

This sample text font color is #b4895c
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.


#b4895c Background Color

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

This div background color is #b4895c


#b4895c Border Color

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

This div border color is #b4895c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4895c

#b4895c Color Palettes


Comments

No comments written yet.

Please login to write comment.