Color Hex Logo

#b4967a Color Hex

#B4967A
(180,150,122)
0 Favorites   0 Comments

Color spaces of #b4967a

RGB 180150122
HSL0.080.280.59
HSV29°32°71°
CMYK 0.000.170.32   0.29
XYZ33.241632.921123.0147
Yxy32.92110.37280.3692
Hunter Lab57.37693.005316.3818
CIE-Lab64.09707.031618.9617

#b4967a color RGB value is (180,150,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 01111010
Octal 264 226 172
Decimal 180 150 122
Hex B4 96 7A

RGB Percentages of Color #b4967a

%39.82
%33.19
%26.99

CMYK Percentages of Color #b4967a

%0
%17
%32
%29

Triadic Colors of #b4967a

#b4967a #7ab496 #967ab4

Analogous Colors of #b4967a

#b4967a #b4b37a #b47a7b

Monochromatic Colors of #b4967a

#b4967a

Complementary Color

#b4967a #7a98b4

#b4967a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4967a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4967a Color CSS Codes

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

#b4967a Text Font Color

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

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


#b4967a Background Color

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

This div background color is #b4967a


#b4967a Border Color

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

This div border color is #b4967a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4967a


Comments

No comments written yet.

Please login to write comment.