Color Hex Logo

#b57864 Color Hex

#B57864
(181,120,100)
0 Favorites   0 Comments

Color spaces of #b57864

RGB 181120100
HSL0.040.350.55
HSV15°45°71°
CMYK 0.000.340.45   0.29
XYZ28.072824.176815.2436
Yxy24.17680.41590.3582
Hunter Lab49.169915.864516.0379
CIE-Lab56.264421.496420.7439

#b57864 color RGB value is (181,120,100).

#b57864 hex color red value is 181, green value is 120 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b57864 hue: 0.04 , saturation: 0.35 and the lightness value of b57864 is 0.55.

The process color (four color CMYK) of #b57864 color hex is 0.00, 0.34, 0.45, 0.29. Web safe color of #b57864 is #cc6666. Color #b57864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111000 01100100
Octal 265 170 144
Decimal 181 120 100
Hex B5 78 64

RGB Percentages of Color #b57864

%45.14
%29.93
%24.94

CMYK Percentages of Color #b57864

%0
%34
%45
%29

Triadic Colors of #b57864

#b57864 #64b578 #7864b5

Analogous Colors of #b57864

#b57864 #b5a164 #b56479

Monochromatic Colors of #b57864

#b57864

Complementary Color

#b57864 #64a1b5

#b57864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b57864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b57864 Color CSS Codes

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

#b57864 Text Font Color

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

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


#b57864 Background Color

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

This div background color is #b57864


#b57864 Border Color

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

This div border color is #b57864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,120,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b57864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b57864;
  -webkit-box-shadow: 1px 1px 3px 2px #b57864;
  box-shadow:         1px 1px 3px 2px #b57864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,120,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b57864


Comments

No comments written yet.

Please login to write comment.