Color Hex Logo

#b4b07a Color Hex

#B4B07A
(180,176,122)
0 Favorites   0 Comments

Color spaces of #b4b07a

RGB 180176122
HSL0.160.280.59
HSV56°32°71°
CMYK 0.000.020.32   0.29
XYZ37.860642.159124.5544
Yxy42.15910.36200.4032
Hunter Lab64.9300-9.544523.0295
CIE-Lab70.9805-7.024428.2301

#b4b07a color RGB value is (180,176,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110000 01111010
Octal 264 260 172
Decimal 180 176 122
Hex B4 B0 7A

RGB Percentages of Color #b4b07a

%37.66
%36.82
%25.52

CMYK Percentages of Color #b4b07a

%0
%2
%32
%29

Triadic Colors of #b4b07a

#b4b07a #7ab4b0 #b07ab4

Analogous Colors of #b4b07a

#b4b07a #9bb47a #b4937a

Monochromatic Colors of #b4b07a

#b4b07a

Complementary Color

#b4b07a #7a7eb4

#b4b07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b07a Color CSS Codes

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

#b4b07a Text Font Color

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

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


#b4b07a Background Color

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

This div background color is #b4b07a


#b4b07a Border Color

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

This div border color is #b4b07a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,176,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 #b4b07a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b07a


Comments

No comments written yet.

Please login to write comment.