Color Hex Logo

#b4877a Color Hex

#B4877A
(180,135,122)
0 Favorites   0 Comments

Color spaces of #b4877a

RGB 180135122
HSL0.040.280.59
HSV13°32°71°
CMYK 0.000.250.32   0.29
XYZ30.999228.436422.2673
Yxy28.43640.37940.3480
Hunter Lab53.325810.445012.5703
CIE-Lab60.281015.373513.6862

#b4877a color RGB value is (180,135,122).

#b4877a hex color red value is 180, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #b4877a hue: 0.04 , saturation: 0.28 and the lightness value of b4877a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 01111010
Octal 264 207 172
Decimal 180 135 122
Hex B4 87 7A

RGB Percentages of Color #b4877a

%41.19
%30.89
%27.92

CMYK Percentages of Color #b4877a

%0
%25
%32
%29

Triadic Colors of #b4877a

#b4877a #7ab487 #877ab4

Analogous Colors of #b4877a

#b4877a #b4a47a #b47a8a

Monochromatic Colors of #b4877a

#b4877a

Complementary Color

#b4877a #7aa7b4

#b4877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4877a Color CSS Codes

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

#b4877a Text Font Color

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

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


#b4877a Background Color

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

This div background color is #b4877a


#b4877a Border Color

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

This div border color is #b4877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4877a


Comments

No comments written yet.

Please login to write comment.