Color Hex Logo

#b47869 Color Hex

#B47869
(180,120,105)
0 Favorites   0 Comments

Color spaces of #b47869

RGB 180120105
HSL0.030.330.56
HSV12°42°71°
CMYK 0.000.330.42   0.29
XYZ28.088724.156216.5468
Yxy24.15620.40830.3511
Hunter Lab49.149016.002314.4433
CIE-Lab56.243821.647717.8296

#b47869 color RGB value is (180,120,105).

#b47869 hex color red value is 180, green value is 120 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b47869 hue: 0.03 , saturation: 0.33 and the lightness value of b47869 is 0.56.

The process color (four color CMYK) of #b47869 color hex is 0.00, 0.33, 0.42, 0.29. Web safe color of #b47869 is #cc6666. Color #b47869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111000 01101001
Octal 264 170 151
Decimal 180 120 105
Hex B4 78 69

RGB Percentages of Color #b47869

%44.44
%29.63
%25.93

CMYK Percentages of Color #b47869

%0
%33
%42
%29

Triadic Colors of #b47869

#b47869 #69b478 #7869b4

Analogous Colors of #b47869

#b47869 #b49e69 #b46980

Monochromatic Colors of #b47869

#b47869

Complementary Color

#b47869 #69a5b4

#b47869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47869 Color CSS Codes

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

#b47869 Text Font Color

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

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


#b47869 Background Color

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

This div background color is #b47869


#b47869 Border Color

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

This div border color is #b47869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47869


Comments

No comments written yet.

Please login to write comment.