Color Hex Logo

#b47259 Color Hex

#B47259
(180,114,89)
0 Favorites   0 Comments

Color spaces of #b47259

RGB 18011489
HSL0.050.380.53
HSV16°51°71°
CMYK 0.000.370.51   0.29
XYZ26.642922.459212.3820
Yxy22.45920.43330.3653
Hunter Lab47.391117.416717.6830
CIE-Lab54.510923.302324.6742

#b47259 color RGB value is (180,114,89).

#b47259 hex color red value is 180, green value is 114 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b47259 hue: 0.05 , saturation: 0.38 and the lightness value of b47259 is 0.53.

The process color (four color CMYK) of #b47259 color hex is 0.00, 0.37, 0.51, 0.29. Web safe color of #b47259 is #cc6666. Color #b47259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110010 01011001
Octal 264 162 131
Decimal 180 114 89
Hex B4 72 59

RGB Percentages of Color #b47259

%47.00
%29.77
%23.24

CMYK Percentages of Color #b47259

%0
%37
%51
%29

Triadic Colors of #b47259

#b47259 #59b472 #7259b4

Analogous Colors of #b47259

#b47259 #b4a059 #b4596e

Monochromatic Colors of #b47259

#b47259

Complementary Color

#b47259 #599bb4

#b47259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47259 Color CSS Codes

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

#b47259 Text Font Color

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

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


#b47259 Background Color

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

This div background color is #b47259


#b47259 Border Color

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

This div border color is #b47259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47259

#b47259 Color Palettes


Comments

No comments written yet.

Please login to write comment.